pathlib 1.0.1
0
Object-oriented filesystem paths
Contents
Object-oriented filesystem paths
How to Install pathlib
You can install pathlib using pip
pip install pathlib
or add it to a project with poetry
poetry add pathlib
Package Details
- Author
- Antoine Pitrou
- License
- MIT License
- Homepage
- https://pathlib.readthedocs.org/
- PyPi:
- https://pypi.org/project/pathlib/
Classifiers
- Software Development/Libraries
- System/Filesystems
Related Packages
Errors
A list of common pathlib errors.
Code Examples
Here are some pathlib
code examples and snippets.