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
|
Source: python-pathlib
Maintainer: Frank Brehm <frank@brehm-online.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-sphinx
X-Python-Version: >= 2.6
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/pathlib/
Package: python-pathlib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: set of Python 2 classes to handle filesystem paths
Pathlib offers a set of classes to handle filesystem paths.
It offers the following advantages over using string objects:
.
* No more cumbersome use of os and os.path functions. Everything
can be done easily through operators, attribute accesses, and method calls.
* Embodies the semantics of different path types. For example,
comparing Windows paths ignores casing.
* Well-defined semantics, eliminating any warts or ambiguities
(forward vs. backward slashes, etc.).
.
This is the Python 2 version of the package.
Package: python-pathlib-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: set of Python 2 classes to handle filesystem paths (Documentation)
Pathlib offers a set of classes to handle filesystem paths.
It offers the following advantages over using string objects:
.
* No more cumbersome use of os and os.path functions. Everything
can be done easily through operators, attribute accesses, and method calls.
* Embodies the semantics of different path types. For example,
comparing Windows paths ignores casing.
* Well-defined semantics, eliminating any warts or ambiguities
(forward vs. backward slashes, etc.).
.
This package includes the documentation in HTML and TXT format.
|