Metadata-Version: 1.0
Name: compactpath
Version: 0.5.0
Summary: a python package to compact filepaths to a desired length
Home-page: https://sourceforge.net/projects/compactpath/
Author: Juergen Urner
Author-email: jUrner@arcor.de
License: MIT licence
Description: the package provides means to handle compacting of filepaths. compacting of filepaths
        may be useful in gui programming for example where filepaths of arbitrary length have
        to be displayed in widgets with limited visula space.
        
        the package is designed so you can use it as from everywhere. no need to install it to
        site-packages, in case you want to include it in a project. it comes equipped with a
        wrapper for labels to handle filepaths of arbitrary length in qt4.
        
Platform: Many
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Filesystems
