Skip to content

karimbahgat/tinypath

Repository files navigation

tinypath

Tinypath is a tiny file path module that provides only the most crucial and commonly needed functionality, including turning files and folders into classes. Designed as a companion module for projects that require handling arbitrary paths from users without breaking, and easy navigation of local file systems.

By staying tiny in both size and functionality, the API is easy to learn so you can start using it right away. Essentially, it provides object-oriented access to files and folders with several convenient attributes such as checking file or folder size, handling a lot of the intricacies of os.path behind the scene so you do not have to.

Platforms

Tested on Python version 2.x.

Dependencies

Pure Python, no dependencies.

Installing it

Tinypath is installed with pip from the commandline:

pip install tinypath

More Information:

License:

This code is free to share, use, reuse, and modify according to the MIT license, see license.txt

Credits:

Karim Bahgat (2015)

Changes

0.1.1 (2015-12-11)

  • Lowercased package name

0.1.0 (2015-06-26)

  • First pypi release

About

A tiny object-oriented file path module that provides only the most crucial and commonly needed functionality, making it easy to learn and use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published