Metadata-Version: 2.0
Name: fspath
Version: 20160722
Summary: Handling path names and executables more comfortable.
Home-page: https://github.com/return42/fspath
Author: Markus Heiser
Author-email: markus.heiser@darmarIT.de
License: GPLv2
Keywords: path-names development
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Filesystems


The fspath lib simplifies the handling of pathnames and executables. In the
fspath lib, path names are objects with handy methods. If you are a python
developer and tired in juggling with strings of path names and typing all the
time ``os.path.join...`` then you are right here.

:copyright:  Copyright (C) 2016 Markus Heiser
:license:    GPL Version 2, June 1991 see linux/COPYING for details.



