[ etiona ]
[ ソース: python-pathlib ]
パッケージ: python-pathlib (1.0.1-2)
python-pathlib に関するリンク
Trisquel の資源:
python-pathlib ソースパッケージをダウンロード:
- [python-pathlib_1.0.1-2.dsc]
- [python-pathlib_1.0.1.orig.tar.gz]
- [python-pathlib_1.0.1-2.debian.tar.xz]
メンテナ:
Original Maintainer:
- Frank Brehm
外部の資源:
- ホームページ [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 (default version)