Contents

pathlib2 2.3.7.post1

0

Object-oriented filesystem paths

Object-oriented filesystem paths

Stars: 81, Watchers: 81, Forks: 31, Open Issues: 7

The jazzband/pathlib2 repo was created 9 years ago and the last code push was 1 years ago. The project is moderately popular with 81 github stars!

How to Install pathlib2

You can install pathlib2 using pip

pip install pathlib2

or add it to a project with poetry

poetry add pathlib2

Package Details

Author
Matthias C. M. Troffaes
License
MIT
Homepage
https://github.com/jazzband/pathlib2
PyPi:
https://pypi.org/project/pathlib2/
GitHub Repo:
https://github.com/mcmtroffaes/pathlib2

Classifiers

  • Software Development/Libraries
  • System/Filesystems
No  pathlib2  pypi packages just yet.

Errors

A list of common pathlib2 errors.

Code Examples

Here are some pathlib2 code examples and snippets.

  • Pathlib code examples

    Python’s pathlib module is a powerful tool for handling filesystem paths in a more Pythonic way. This tutorial aims to provide a clear understanding of how pathlib works, along with practical pathlib code examples that can be used in real-world programming scenarios.