METADATA 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Metadata-Version: 2.0
  2. Name: pathlib2
  3. Version: 2.3.0
  4. Summary: Object-oriented filesystem paths
  5. Home-page: https://pypi.python.org/pypi/pathlib2/
  6. Author: Matthias C. M. Troffaes
  7. Author-email: matthias.troffaes@gmail.com
  8. License: MIT
  9. Download-URL: https://pypi.python.org/pypi/pathlib2/
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python
  16. Classifier: Programming Language :: Python :: 2
  17. Classifier: Programming Language :: Python :: 3
  18. Classifier: Programming Language :: Python :: 2.6
  19. Classifier: Programming Language :: Python :: 2.7
  20. Classifier: Programming Language :: Python :: 3.2
  21. Classifier: Programming Language :: Python :: 3.3
  22. Classifier: Programming Language :: Python :: 3.4
  23. Classifier: Programming Language :: Python :: 3.5
  24. Classifier: Programming Language :: Python :: 3.6
  25. Classifier: Topic :: Software Development :: Libraries
  26. Classifier: Topic :: System :: Filesystems
  27. Requires-Dist: six
  28. Requires-Dist: scandir; python_version<"3.5"
  29. The `old pathlib <https://bitbucket.org/pitrou/pathlib>`_
  30. module on bitbucket is in bugfix-only mode.
  31. The goal of pathlib2 is to provide a backport of
  32. `standard pathlib <http://docs.python.org/dev/library/pathlib.html>`_
  33. module which tracks the standard library module,
  34. so all the newest features of the standard pathlib can be
  35. used also on older Python versions.
  36. Download
  37. --------
  38. Standalone releases are available on PyPI:
  39. http://pypi.python.org/pypi/pathlib2/
  40. Development
  41. -----------
  42. The main development takes place in the Python standard library: see
  43. the `Python developer's guide <http://docs.python.org/devguide/>`_.
  44. In particular, new features should be submitted to the
  45. `Python bug tracker <http://bugs.python.org/>`_.
  46. Issues that occur in this backport, but that do not occur not in the
  47. standard Python pathlib module can be submitted on
  48. the `pathlib2 bug tracker <https://github.com/mcmtroffaes/pathlib2/issues>`_.
  49. Documentation
  50. -------------
  51. Refer to the
  52. `standard pathlib <http://docs.python.org/dev/library/pathlib.html>`_
  53. documentation.
  54. .. |travis| image:: https://travis-ci.org/mcmtroffaes/pathlib2.png?branch=develop
  55. :target: https://travis-ci.org/mcmtroffaes/pathlib2
  56. :alt: travis-ci
  57. .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/baddx3rpet2wyi2c?svg=true
  58. :target: https://ci.appveyor.com/project/mcmtroffaes/pathlib2
  59. :alt: appveyor
  60. .. |codecov| image:: https://codecov.io/gh/mcmtroffaes/pathlib2/branch/develop/graph/badge.svg
  61. :target: https://codecov.io/gh/mcmtroffaes/pathlib2
  62. :alt: codecov