Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tinypath-0.1.1.zip (8.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page