File: control

package info (click to toggle)
pathlib-abc 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: python: 2,634; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,509 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
Source: pathlib-abc
Section: python
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling,
               python3-pytest <!nocheck>
Standards-Version: 4.7.3
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/barneygale/pathlib-abc
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pathlib-abc
Vcs-Git: https://salsa.debian.org/debian-gis-team/pathlib-abc.git

Package: python3-pathlib-abc
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Python base classes for rich path objects
 This package is a preview of ``pathlib`` functionality planned
 for a future release of Python; specifically, it provides three
 ABCs that can be used to implement path classes for non-local
 filesystems, such as archive files and
 storage servers:
 .
  - JoinablePath: Abstract base class for paths that do not perform I/O.
  - ReadablePath: Abstract base class for paths that support reading.
  - WritablePath: Abstract base class for paths that support writing.
 .
 These base classes are under active development. Once the base
 classes reach maturity, they may become part of the Python
 standard library, and this package will continue to provide a
 backport for older Python releases.