Metadata-Version: 1.1 Name: pathlib2 Version: 2.1.0 Summary: Object-oriented filesystem paths Home-page: https://pypi.python.org/pypi/pathlib2/ Author: Matthias C. M. Troffaes Author-email: matthias.troffaes@gmail.com License: MIT Download-URL: https://pypi.python.org/pypi/pathlib2/ Description: The `old pathlib `_ module on bitbucket is in bugfix-only mode. The goal of pathlib2 is to provide a backport of `standard pathlib `_ module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions. Download -------- Standalone releases are available on PyPI: http://pypi.python.org/pypi/pathlib2/ Development ----------- The main development takes place in the Python standard library: see the `Python developer's guide `_. In particular, new features should be submitted to the `Python bug tracker `_. Issues that occur in this backport, but that do not occur not in the standard Python pathlib module can be submitted on the `pathlib2 bug tracker `_. Documentation ------------- Refer to the `standard pathlib `_ documentation. .. |travis| image:: https://travis-ci.org/mcmtroffaes/pathlib2.png?branch=develop :target: https://travis-ci.org/mcmtroffaes/pathlib2 :alt: travis-ci .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/baddx3rpet2wyi2c?svg=true :target: https://ci.appveyor.com/project/mcmtroffaes/pathlib2 :alt: appveyor .. |coveralls| image:: https://coveralls.io/repos/mcmtroffaes/pathlib2/badge.png?branch=develop :target: https://coveralls.io/r/mcmtroffaes/pathlib2?branch=develop :alt: coveralls.io .. |downloads| image:: https://pypip.in/d/pathlib2/badge.png :target: http://pypi.python.org/pypi/pathlib2/ :alt: downloads .. |version| image:: https://pypip.in/v/pathlib2/badge.png :target: http://pypi.python.org/pypi/pathlib2/ :alt: latest version .. |license| image:: https://pypip.in/license/pathlib2/badge.png :target: http://pypi.python.org/pypi/pathlib2/ :alt: license Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Topic :: Software Development :: Libraries Classifier: Topic :: System :: Filesystems