Metadata-Version: 1.1
Name: tinypath
Version: 0.1.1
Summary: 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.
Home-page: http://github.com/karimbahgat/tinypath
Author: Karim Bahgat
Author-email: karim.bahgat.norway@gmail.com
License: MIT
Description: 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:
        -----------------
        
        -  `Home Page <http://github.com/karimbahgat/tinypath>`__
        -  `API Documentation <http://pythonhosted.org/tinypath>`__
        
        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
        
Keywords: paths files folders organizing
Platform: UNKNOWN
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
