Source: pathlib-abc Section: python Priority: optional Maintainer: Debian GIS Project Uploaders: Antonio Valentino Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-hatchling, python3-pytest Standards-Version: 4.7.2 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.