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,411 public repositories matching this topic...
-
Updated
Jun 9, 2021 - Python
-
Updated
Sep 27, 2021 - Jupyter Notebook
-
Updated
Oct 3, 2021 - Python
-
Updated
Oct 5, 2021 - Shell
Expected Behaviour
The following file should parse with the postgres dialect:
-- Column distinctness in SELECT expression
SELECT a_column IS DISTINCT FROM b_column FROM t_table;
SELECT b_column IS NOT DISTINCT FROM c_column FROM t_table;
-- Column distinctness from constant in SELECT expression
SELECT c_column IS DISTINCT FROM 'test' FROM t_table;
SELECT c_column IS NOT D-
Updated
Sep 30, 2021 - Python
-
Updated
Aug 22, 2021 - Python
-
Updated
Jan 11, 2021 - Python
-
Updated
Sep 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
Oct 4, 2021 - Python
sndcpy is a popular Android Audio streaming software written by rom1v, which is written in golang, and only supports v10 Android versions and above.
The task is to do a check if the android version has a version >= 10, then use sndcpy, else usbaudio
[FR] Add translation
-
Updated
Sep 3, 2020 - Python
-
Updated
Aug 18, 2021 - Python
-
Updated
Oct 5, 2021 - Python
-
Updated
Aug 11, 2021 - Python
-
Updated
Sep 28, 2021 - C++
-
Updated
Oct 5, 2021 - Python
Describe the issue
Current apache helm-chart lists redis as installation enabled but is not actually required when using the kubernetes executor, we should update to false.
https://github.com/elyra-ai/elyra/blob/dcb63e72c12f7e143ca5262f2140a3387f8abd10/etc/kubernetes/airflow/helm/values.yaml#L1420-L1427
To Reproduce
Screenshots or log output
If applicable, add screenshots or l
-
Updated
Oct 5, 2021 - Python
-
Updated
Sep 24, 2021 - Python
-
Updated
Sep 25, 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
appdirsinstead of hardcoding ~/.config/