DESCRIPTION.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. The `old pathlib <https://bitbucket.org/pitrou/pathlib>`_
  2. module on bitbucket is in bugfix-only mode.
  3. The goal of pathlib2 is to provide a backport of
  4. `standard pathlib <http://docs.python.org/dev/library/pathlib.html>`_
  5. module which tracks the standard library module,
  6. so all the newest features of the standard pathlib can be
  7. used also on older Python versions.
  8. Download
  9. --------
  10. Standalone releases are available on PyPI:
  11. http://pypi.python.org/pypi/pathlib2/
  12. Development
  13. -----------
  14. The main development takes place in the Python standard library: see
  15. the `Python developer's guide <http://docs.python.org/devguide/>`_.
  16. In particular, new features should be submitted to the
  17. `Python bug tracker <http://bugs.python.org/>`_.
  18. Issues that occur in this backport, but that do not occur not in the
  19. standard Python pathlib module can be submitted on
  20. the `pathlib2 bug tracker <https://github.com/mcmtroffaes/pathlib2/issues>`_.
  21. Documentation
  22. -------------
  23. Refer to the
  24. `standard pathlib <http://docs.python.org/dev/library/pathlib.html>`_
  25. documentation.
  26. .. |travis| image:: https://travis-ci.org/mcmtroffaes/pathlib2.png?branch=develop
  27. :target: https://travis-ci.org/mcmtroffaes/pathlib2
  28. :alt: travis-ci
  29. .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/baddx3rpet2wyi2c?svg=true
  30. :target: https://ci.appveyor.com/project/mcmtroffaes/pathlib2
  31. :alt: appveyor
  32. .. |codecov| image:: https://codecov.io/gh/mcmtroffaes/pathlib2/branch/develop/graph/badge.svg
  33. :target: https://codecov.io/gh/mcmtroffaes/pathlib2
  34. :alt: codecov