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,428 public repositories matching this topic...
-
Updated
Oct 15, 2021 - Python
-
Updated
Oct 29, 2021 - Jupyter Notebook
TABLESAMPLE BERNOULLI
statements fail.
Expected Behaviour
TABLESAMPLE
statements should not fail, at least using the postgres
dialect (though I believe even ansi should support this).
Observed Behaviour
The following query fails linting:
SELECT colname
FROM tablename TABLESAMPLE BERNOULLI (1)
with message:
== [ex.sql] FAIL
L: 2 | P: 16 | PRS
-
Updated
Nov 2, 2021 - Python
-
Updated
Nov 3, 2021 - Shell
-
Updated
Oct 28, 2021 - Python
-
Updated
Aug 22, 2021 - Python
-
Updated
Jan 11, 2021 - Python
-
Updated
Nov 1, 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
[FR] Add translation
I hope to add translation to the gui
-
Updated
Sep 3, 2020 - Python
-
Updated
Oct 8, 2021 - Python
-
Updated
Oct 21, 2021 - Python
This should just be opening a PR adding 3.10 to the existing Python version lists in setup.cfg
, tox.ini
, GitHub Actions, etc. See pypa/twine#708 for the changes for 3.9.
-
Updated
Nov 3, 2021 - C++
-
Updated
Nov 4, 2021 - Shell
-
Updated
Nov 3, 2021 - Python
Is your feature request related to a problem? Please describe.
We currently only create and push tags in our release script. To bring Elyra more in line with similar projects (such as JupyterLab), we could consider adding Github releases as well.
Current:
<img width="164" alt="Screen Shot 2021-10-08 at 3 20 36 PM" src="https://user-images.githubusercontent.com/31816267/136620475-35651a55-
-
Updated
Nov 1, 2021 - Python
-
Updated
Oct 28, 2021 - Python
-
Updated
Oct 22, 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/