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,504 public repositories matching this topic...
-
Updated
Mar 3, 2022 - Python
Search before asking
- I searched the issues and found no similar issues.
What Happened
This nvarchar(max) is flagged L027 (References should be qualified if select has more than one referenced table/view.)
but the max in this case refers to the size of the nvarchar.
CAST(columnname AS NVARCHAR(MAX)) AS columname
Version: 1.2.2
Summary of issue
Including a @dataclass
decorated class breaks getsource
in show_doc
Minimal example
- Clone
nbdev_tutorial
- Add new cell in
00_core.ipynb
#export
from dataclasses import dataclass
@dataclass
class Foo:
a: int
b: str
c: float
- Run
nbdev_build_lib
- Run
nbdev_build_docs
nbdev_build_docs
-
Updated
Mar 15, 2022 - Shell
-
Updated
Mar 19, 2022 - Python
-
Updated
Mar 14, 2022 - Python
-
Updated
Mar 18, 2022 - Shell
-
Updated
Mar 17, 2022 - Python
-
Updated
Mar 16, 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
Mar 15, 2022 - Python
-
Updated
Mar 19, 2022 - Python
-
Updated
Mar 17, 2022 - Python
-
Updated
Mar 19, 2022 - C++
Is your feature request related to a problem? Please describe.
The Elyra distribution includes a set of system-owned runtime image configurations to make it easier for Visual Pipeline Editor users to get started with Jupyter notebooks, Python scripts, and R scripts. Many of those configuration were created mo
-
Updated
Dec 4, 2021 - Python
-
Updated
Mar 18, 2022 - Python
-
Updated
Sep 3, 2020 - Python
-
Updated
Mar 18, 2022 - Python
-
Updated
Mar 18, 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/