File: control

package info (click to toggle)
python-path-and-address 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 124 kB
  • sloc: python: 214; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,123 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
Source: python-path-and-address
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tiago Ilieve <tiago.myhro@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-pytest,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/joeyespo/path-and-address
Vcs-Git: https://salsa.debian.org/python-team/packages/python-path-and-address.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-path-and-address
Testsuite: autopkgtest-pkg-pybuild

Package: python3-path-and-address
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Functions for server CLI applications used by humans (Python 3)
 Path-and-address resolves ambiguities for command-line interface applications
 with the following pattern:
 .
 $ your_app [<path>] [<address>]
 .
 The library applies the principal of least surprise to command-line
 interfaces.
 .
 This package is built for Python 3.