1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: python-yarg
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-sphinx,
python3-requests,
python3-pytest,
Standards-Version: 4.6.2
Homepage: https://github.com/kura/yarg
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-yarg
Vcs-Git: https://salsa.debian.org/python-team/packages/python-yarg.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-yarg
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-yarg-doc
Description: Python library for querying PyPI
Yarg is a module written in Python that revolves around the PyPI API, making
it possible to perform package searches programmatically. Enabling developers
to search PyPI faster for the latest packages and releases.
.
Ways to use Yarg:
* API package RSS feeds - Module is able to parse PyPI server
RSS feeds and information about available packages such as: last
update date, description, name, URL and version.
* Package Lookup API -allows you to access, query and extract information
about packages hosted on PyPI.
Package: python-yarg-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python library for querying PyPI (common documentation)
Yarg is a module written in Python that revolves around the PyPI API, making
it possible to perform package searches programmatically. Enabling developers
to search PyPI faster for the latest packages and releases.
.
Ways to use Yarg:
* API package RSS feeds - Module is able to parse PyPI server
RSS feeds and information about available packages such as: last
update date, description, name, URL and version.
* Package Lookup API - allows you to access, query and extract information
about packages hosted on PyPI.
.
This package installs the common documentation package.
|