pypi

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 989 public repositories matching this topic...
-
Updated
Nov 8, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 10, 2020 - Jupyter Notebook
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?
-
Updated
Nov 2, 2020 - Shell
-
Updated
Nov 6, 2020 - Python
-
Updated
Nov 9, 2020 - Python
Currently we save every URI ever qname'd forever in here: https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L289
If you serialize a big graph in a store that is off disk, we may run out of memory.
Either:
- Add a lru_cache (from py3 functools + this 2.7 implementation
- Depend on
-
Updated
Sep 3, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Oct 23, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Oct 28, 2020 - C++
-
Updated
Jan 23, 2020 - Python
Currently if you try to clone a repository from github and you don't have any ssh keys configured at github, you will fail to clone and get such message:
Fatal error: fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Even Permission denied (publickey).
message is not shown.
@guyzmo offered to "suggest a
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Oct 28, 2020 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Jan 4, 2018 - Python
Created by Ian Bicking, Jannis Leidel
Released April 4, 2011
- Repository
- pypa/pip
- Website
- pip.pypa.io
- Wikipedia
- Wikipedia
~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).
Please also consider using
appdirs
instead of hardcoding ~/.config/