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,477 public repositories matching this topic...
-
Updated
Feb 9, 2022 - Python
Expected Behaviour
TSQL has a dialect-specific AlterTableStatementSegment which correctly represents the dialect's functionality.
Observed Behaviour
TSQL relies on an ANSI-specific segment which does not fully represent TSQL functionality.
Dialect
TSQL
-
Updated
Feb 8, 2022 - Jupyter Notebook
-
Updated
Jan 25, 2022 - Shell
-
Updated
Feb 8, 2022 - Python
-
Updated
Jan 31, 2022 - Python
-
Updated
Feb 3, 2022 - Python
-
Updated
Jan 23, 2022 - Python
-
Updated
Jan 21, 2022 - Shell
-
Updated
Jan 11, 2021 - Python
-
Updated
Feb 8, 2022 - Python
The use of the property built-in as a function does not allow for
the same type annotations as using property as a decorator.
This change should not affect runtime behaviour, but I added tests to
cover all properties that were changed to decorators explicitly just to
make sure they work as they should.
There are still other places where the property built-in is used as a
function b
-
Updated
Jan 3, 2022 - Python
[FR] Add translation
I hope to add translation to the gui
-
Updated
Jan 13, 2022 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Dec 16, 2021 - C++
-
Updated
Dec 4, 2021 - Python
-
Updated
Feb 9, 2022 - Python
Currently the only packages containing front-end unit tests are pipeline-editor and services.
It would be helpful to expand the unit test coverage across all other packages in Elyra: code-snippets, metadata, metadata-common, python-editor, r-editor, script-editor, ui-components.
-
Updated
Sep 3, 2020 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Feb 2, 2022 - 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/