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 1,131 public repositories matching this topic...
-
Updated
Jan 29, 2021 - Python
-
Updated
Feb 5, 2021 - Jupyter Notebook
-
Updated
Feb 7, 2021 - Python
-
Updated
Jan 3, 2021 - Shell
-
Updated
Jan 11, 2021 - Python
-
Updated
Jan 12, 2021 - Python
-
Updated
Feb 5, 2021 - 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
Feb 5, 2021 - Python
-
Updated
Feb 5, 2021 - Python
-
Updated
Sep 3, 2020 - Python
-
Updated
Oct 23, 2020 - Python
-
Updated
Feb 5, 2021 - Python
-
Updated
Feb 1, 2021 - C++
-
Updated
Jan 23, 2021 - Python
-
Updated
Jan 17, 2021 - Python
-
Updated
Jan 24, 2021 - Python
-
Updated
Jan 11, 2021 - 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
Describe the issue
This is a follow up issue based a suggestion proposed in this PR comment
- Runtime image dropdown down arrow icon to have more contrast
- Also the arrows in CPU/GPU/RAM dropdowns could be dark gray instead of black
To Reproduce
Steps to reproduce the behavior:
To turn on dark mode
- On Jupyte
-
Updated
Dec 30, 2020 - 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/