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,546 public repositories matching this topic...
Search before asking
- I searched the issues and found no similar issues.
What Happened
NOT, AND, OR, and || are supported, but !, &&, and XOR are not.
Expected Behaviour
Parse trees for ! and && should resemble those of NOT and AND, respectively; and XOR should be parsed as binary_operator, l
-
Updated
May 18, 2022 - Python
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
Apr 12, 2022 - Shell
-
Updated
Apr 26, 2022 - Shell
-
Updated
May 17, 2022 - Python
-
Updated
Apr 2, 2022 - Python
-
Updated
May 17, 2022 - Python
Default serialization format for conjunctive graph is turtle, but turtle cannot handle quads (AFAIK)
I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably change this, question is to what.
I think TriG would make most sense, but the other option is n3.
[FR] Add translation
I hope to add translation to the gui
-
Updated
May 11, 2022 - Python
-
Updated
May 16, 2022 - Python
-
Updated
May 17, 2022 - Python
Is your feature request related to a problem? Please describe.
The elyra-pipeline CLI displays a documentation link when help is invoked, e.g.
$ elyra-pipeline --help
Usage: elyra-pipeline [OPTIONS] COMMAND [ARGS]...
Run Elyra pipelines in your local environment or submit them to an external
service, such as Kubeflow Pipelines or Apache Airflow.
Find more information at:
-
Updated
May 6, 2022 - C++
-
Updated
May 15, 2022 - Python
-
Updated
Dec 4, 2021 - Python
-
Updated
Sep 3, 2020 - Python
-
Updated
May 18, 2022 - Python
-
Updated
May 9, 2022 - Python
-
Updated
May 17, 2022 - Python
The maturin side of PyO3/setuptools-rust#112
Currently maturin has no , or do we want to directly add vendoring support to existing sdist command, it builds sdist along with binary wheels. Do we want a seperated sdist command and add vendoring support to thatbuild command?
-
Updated
Jan 26, 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/