All Projects → yhangf → Pyquickinstall

yhangf / Pyquickinstall

Licence: mit
⚡️⚡️⚡️超好用的pip下载加速工具,谁用谁知道!

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pyquickinstall

Dephell
📦 🔥 Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.
Stars: ✭ 1,730 (+787.18%)
Mutual labels:  pypi
Py3readiness
Python 3 support graph for most popular packages
Stars: ✭ 164 (-15.9%)
Mutual labels:  pypi
Piwheels
Python package repository providing wheels (pre-built binaries) for Raspberry Pi
Stars: ✭ 180 (-7.69%)
Mutual labels:  pypi
Onionsearch
OnionSearch is a script that scrapes urls on different .onion search engines.
Stars: ✭ 135 (-30.77%)
Mutual labels:  pypi
Mara Example Project 2
An example mini data warehouse for python project stats, template for new projects
Stars: ✭ 154 (-21.03%)
Mutual labels:  pypi
Stressberry
Stress tests for the Raspberry Pi
Stars: ✭ 167 (-14.36%)
Mutual labels:  pypi
Ruuvitag Sensor
Python library for communicating with RuuviTag BLE Sensor Beacon and for decoding sensor data from broadcasted data
Stars: ✭ 136 (-30.26%)
Mutual labels:  pypi
Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (+1127.18%)
Mutual labels:  pypi
Eigensheep
massively parallel experimentation with Jupyter and AWS Lambda 🐑🌩📒
Stars: ✭ 158 (-18.97%)
Mutual labels:  pypi
Jsons
🐍 A Python lib for (de)serializing Python objects to/from JSON
Stars: ✭ 178 (-8.72%)
Mutual labels:  pypi
Illacceptanything
The project where literally anything* goes.
Stars: ✭ 1,756 (+800.51%)
Mutual labels:  pypi
Opencv Python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
Stars: ✭ 2,413 (+1137.44%)
Mutual labels:  pypi
Fuzzymatcher
Record linking package that fuzzy matches two Python pandas dataframes using sqlite3 fts4
Stars: ✭ 173 (-11.28%)
Mutual labels:  pypi
Sailboat
🐍 A quick and easy way to distribute your Python projects!
Stars: ✭ 137 (-29.74%)
Mutual labels:  pypi
Fades
fades is a system that automatically handles the virtualenvs in the cases normally found when writing scripts and simple programs, and even helps to administer big projects.
Stars: ✭ 182 (-6.67%)
Mutual labels:  pypi
Tensordash
TensorDash is an application that lets you remotely monitor your deep learning model's metrics and notifies you when your model training is completed or crashed.
Stars: ✭ 137 (-29.74%)
Mutual labels:  pypi
Sadb
(safe adb) More convenient to operate adb for multiple connected devices
Stars: ✭ 165 (-15.38%)
Mutual labels:  pypi
Pybotics
The Python Toolbox for Robotics
Stars: ✭ 192 (-1.54%)
Mutual labels:  pypi
Elasticpypi
Serverless pypi
Stars: ✭ 186 (-4.62%)
Mutual labels:  pypi
Genpac
PAC/Dnsmasq/Wingy file Generator, working with gfwlist, support custom rules.
Stars: ✭ 2,088 (+970.77%)
Mutual labels:  pypi
                                         _ __      _,.---._      .=-.-.
                                      .-`.' ,`.  ,-.' - ,  `.   /==/_ /
                                     /==/, -   \/==/ ,    -  \ |==|, |  
                                    |==| _ .=. |==| - .=.  ,  ||==|  |  
                                    |==| , '=',|==|  : ;=:  - ||==|- |  
                                    |==|-  '..'|==|,  '='  ,  ||==| ,|  
                                    |==|,  |    \==\ _   -    ;|==|- |  
                                    /==/ - |     '.='.  ,  ; -\/==/. /  
                                    `--`---'       `--`--'' `--`--`-`   

                                                    ---- by Hangfeng Yang

pqi: a terminal tools for Python🌐

由于国内通过pip下载python包的速度真的很慢,很容易因为超时而失败,而pqi可以把PyPi源迅速切换为国内源tuna, douban, aliyun, ustc从而大大加快python包的安装速度,提速效果见下图所示。

怎么使用(兼容py2/py3/linux/windows/MacOS)

1.安装

方法一(推荐)

>>> pip install pqi

方法二

>>> git clone https://github.com/yhangf/PyQuickInstall.git
>>> python3 setup.py install

2. 命令行输入 pqi 回车

>>> pqi
Usage:
  pqi ls
  pqi use <name>
  pqi show
  pqi add <name> <url>
  pqi remove <name>
  pqi (-h | --help)
  pqi (-v | --version)
Options:
  -h --help        Show this screen.
  -v --version     Show version.
  • 列举所有支持的PyPi源
>>> pqi ls
  • 改变PyPi源
>>> pqi use <name>

例子,比如运行pqi use tuna即把当前PyPi源改为清华的PyPi源

  • 显示当前PyPi源
>>> pqi show
  • 添加新的pip源(如添加USTC源)
>>> pqi add ustc https://mirrors.ustc.edu.cn/pypi/web/simple
  • 移除pip源(如官方PyPi源)
>>> pqi remove pypi

3. 升级到最新版pqi

>>> pip install --upgrade pqi

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].