File: control

package info (click to toggle)
python-yarg 0.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: python: 732; xml: 59; makefile: 47
file content (53 lines) | stat: -rw-r--r-- 2,171 bytes parent folder | download
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.