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,497 public repositories matching this topic...
-
Updated
Feb 9, 2022 - Python
Search before asking
- I searched the issues and found no similar issues.
What Happened
I ran sqlfluff lint --dialect=redshift --ignore templating example.sql
with the .sqlfluff
specified below and example.sql
with the following contents:
WITH cleaned_bear_financial_branch AS (
SELECT
branch_id,
-
Updated
Feb 28, 2022 - Jupyter Notebook
-
Updated
Feb 25, 2022 - Shell
-
Updated
Feb 27, 2022 - Python
-
Updated
Feb 24, 2022 - Python
-
Updated
Jan 21, 2022 - Shell
-
Updated
Feb 24, 2022 - Python
-
Updated
Feb 21, 2022 - Python
-
Updated
Feb 27, 2022 - Python
-
Updated
Jan 11, 2021 - Python
Triples within a TriplesBlock are list elements. E.g.:
expr = Builtin_NOTEXISTS(
graph = GroupGraphPatternSub(
part = [TriplesBlock_{'triples': [[rdflib.term.Variable('a'), rdflib.term.URIRef('https://github.com/GreenfishK/DataCitation/citing/valid_from'), rdflib.term.Variable('valid_from')]], '_vars': set()}]
_vars = set()
[FR] Add translation
I hope to add translation to the gui
-
Updated
Feb 15, 2022 - Python
-
Updated
Feb 25, 2022 - Python
-
Updated
Feb 26, 2022 - Python
-
Updated
Feb 25, 2022 - C++
-
Updated
Dec 4, 2021 - 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, as well as add more tests to existing extensions.
This is an umbrella issue - subtasks can be delivered in separate PRs.
Pipeline Editor
- Test Pipeline Service (runtime types, runtimes, runtime images
-
Updated
Feb 27, 2022 - Python
-
Updated
Sep 3, 2020 - Python
-
Updated
Feb 25, 2022 - Python
-
Updated
Feb 27, 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
appdirs
instead of hardcoding ~/.config/