File: control

package info (click to toggle)
aiofiles 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: python: 931; makefile: 5; sh: 1
file content (24 lines) | stat: -rw-r--r-- 750 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
Source: aiofiles
Section: python
Priority: optional
Maintainer: David Steele <steele@debian.org>
Build-Depends:
    debhelper-compat (= 12),
    dh-python,
    python3-all,
    python3-setuptools,
    python3-pytest,
    python3-pytest-asyncio,
    python3-pytest-runner,
Standards-Version: 4.5.0
Homepage: https://github.com/Tinche/aiofiles
Vcs-Browser: https://github.com/davesteele/aiofiles/tree/debian
Vcs-Git: https://github.com/davesteele/aiofiles.git -b debian

Package: python3-aiofiles
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Description: support for Python asyncio file operations
 This module includes support for asynchronous file
 operations using the Python asyncio module.