File: control

package info (click to toggle)
aioftp 0.27.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 628 kB
  • sloc: python: 5,574; makefile: 172
file content (61 lines) | stat: -rw-r--r-- 2,167 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
54
55
56
57
58
59
60
61
Source: aioftp
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 python3-doc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-trustme <!nocheck>,
 python3-async-timeout <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/aio-libs/aioftp
Vcs-Browser: https://salsa.debian.org/python-team/packages/aioftp
Vcs-Git: https://salsa.debian.org/python-team/packages/aioftp.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-aioftp
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-aioftp-doc
Description: FTP client and server for asyncio (Python 3)
 Library implementing FTP protocol, both client and server for Python asyncio
 module.
 .
 Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD,
 MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT,
 REST, LIST (as fallback).
 .
 Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD,
 MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR,
 TYPE ("I" and "A"), PASV, ABOR, APPE, REST.
 .
 This package installs the library for Python 3.

Package: python-aioftp-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: FTP client and server for asyncio (common documentation)
 Library implementing FTP protocol, both client and server for Python asyncio
 module.
 .
 Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD,
 MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT,
 REST, LIST (as fallback).
 .
 Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD,
 MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR,
 TYPE ("I" and "A"), PASV, ABOR, APPE, REST.
 .
 This is the common documentation package.