[ buster ]
[ 原始碼: python-pathlib ]
套件:python-pathlib(1.0.1-2.1)
python-pathlib 的相關連結
Debian 的資源:
下載原始碼套件 python-pathlib:
- [python-pathlib_1.0.1-2.1.dsc]
- [python-pathlib_1.0.1.orig.tar.gz]
- [python-pathlib_1.0.1-2.1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [pypi.python.org]
相似套件:
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.
其他與 python-pathlib 有關的套件
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)