pip
pip is a de facto standard package-management system used to install and manage software packages written in Python. Many packages can be found in the default source for packages and their dependencies — Python Package Index (PyPI).
Here are 843 public repositories matching this topic...
Environment
- pip version: latest
- Python version: all
- OS: all
Description
The "caching" section in the documentation is no longer accurate (and misleading). It states:
"When storing items in the cache, pip will respect the CacheControl header if it exists, or it will fall back to the Expires header if
How would this feature be useful?
It would be cool if new documentation could automatically run whenever we make a release.
Implementing this action might help us gain experience and confidence to implement and Action to automatically publish to PyPI in the future.
Describe the solution you'd like
-
Updated
Jun 13, 2020 - Python
docs: methodology
Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.
Can you please de
While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in data_dir()).
Wouldn't it make sense to add an if for Windows based on %APPDATA% or %LOCALAPPDATA%, before resorting to globally installing appdirs?
I am not clear about what the iteration means. Could you explain more about it? Also, how is it related to epoch?
Thanks.
In reqs.py:_search_path
def _search_path(path):
mapping = dict()
for file in os.listdir(path):
# Install from PYPI.
if fnmatch.fnmatch(file, '*-info'):
...
# Install from local and available in GitHub.
elif fnmatch.fnmatch(file, '*-link'):
...
# Check .git dir.
git_path = os.path.join(
- brew formula
- .pkg file
- rpm package
- binary
- .exe
-
Updated
May 20, 2020 - Python
At least I did not find one. Please provide if missing or point me to existing. Thanks.
-
Updated
Oct 7, 2017 - Python
There seems to be a lot of inconsistency in coding style. For example, the time series variable is as tsA instead of snake cased as ts_a. Python conventions are not being met within the code. This is fairly low priority, but something to consider; especially if many people contribute. I am not saying that this code base should follow Python standards - just a standard.
-
Updated
Mar 5, 2020 - Swift
-
Updated
Dec 20, 2019 - Python
To avoid # Error checking latest version when using a devpi server, supporting pip index URLs in piprot via command-line and requirements.txt would be very useful.
Just placing
--extra-index-url https://pypi.mydomain.com/root/myindex/+simple
on top of requireme
-
Updated
Mar 10, 2020 - Swift
% pip-upgrader
<snip>
Traceback (most recent call last):
File "/home/username/.virtualenvs/venv/bin/pip-upgrade", line 11, in <module>
sys.exit(main())
File "/home/username/.virtualenvs/venv/lib/python3.5/site-packages/pip_upgrader/cli.py", line 70, in main
packages, options.get('--use-default-index')).detect_available_upgrades(options)
File "/home/username/.virtualenvs/v
Your library seem great. But I think compare with http://underscorejs.org/, it's lack of fully documentation. Can you add it in the future?
-
Updated
May 22, 2020 - Shell
-
Updated
Jun 12, 2020 - Python
-
Updated
Jun 11, 2020 - C++
-
Updated
Oct 29, 2017 - Python
-
Updated
Jun 8, 2020 - Python
Created by Ian Bicking, Jannis Leidel
Released April 4, 2011
- Repository
- pypa/pip
- Website
- pip.pypa.io
- Wikipedia
- Wikipedia
Currently, pipenv uses red to output standard virtualenv creation outputs: