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,296 public repositories matching this topic...
-
Updated
Jun 9, 2021 - Python
-
Updated
Jun 11, 2021 - Jupyter Notebook
-
Updated
Jun 16, 2021 - Python
-
Updated
Jun 9, 2021 - Shell
The L010 rule on capitalisation of keywords always errors with Inconsistent capitalisation of keywords.
which can be misleading if the configuration isn't = consistent
I think giving different error messages based on the configuration ["consistent", "upper", "lower", "capitalise"]
would be a lot more helpful.
This is probably a simple change that just requires a description being passe
-
Updated
Jan 11, 2021 - Python
-
Updated
Feb 13, 2021 - Python
-
Updated
Jun 10, 2021 - Python
-
Updated
May 27, 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
May 5, 2021 - Python
-
Updated
Sep 3, 2020 - Python
-
Updated
Jun 3, 2021 - Python
-
Updated
Jun 13, 2021 - Python
-
Updated
Jun 11, 2021 - Python
-
Updated
Jun 16, 2021 - Python
-
Updated
May 22, 2021 - C++
-
Updated
Mar 1, 2021 - Python
Is your feature request related to a problem? Please describe.
As a user, I can attach comments to nodes that describe its purpose.
Elyra currently does not pass through this information to the target environment (Kubeflow Pipelines and Apache Airflow), even though it might
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
May 18, 2021 - 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/