9
9
.. image :: https://readthedocs.org/projects/pathpy/badge/?version=latest
10
10
:target: https://pathpy.readthedocs.io/en/latest/?badge=latest
11
11
12
- ``path.py `` implements a path objects as first-class entities, allowing
12
+ ``path.py `` implements path objects as first-class entities, allowing
13
13
common operations on files to be invoked on those path objects directly. For
14
14
example:
15
15
@@ -22,12 +22,12 @@ example:
22
22
23
23
``path.py `` is `hosted at Github <https://github.com/jaraco/path.py >`_.
24
24
25
- Find `the documentatation here <https://pathpy.readthedocs.io >`_.
25
+ Find `the documentation here <https://pathpy.readthedocs.io >`_.
26
26
27
27
Guides and Testimonials
28
28
=======================
29
29
30
- Yasoob has written the Python 101 `Writing a Cleanup Script
30
+ Yasoob wrote the Python 101 `Writing a Cleanup Script
31
31
<http://freepythontips.wordpress.com/2014/01/23/python-101-writing-a-cleanup-script/> `_
32
32
based on ``path.py ``.
33
33
@@ -61,13 +61,13 @@ has several advantages over ``pathlib``:
61
61
objects may be passed directly to other APIs that expect simple
62
62
text representations of paths, whereas with ``pathlib ``, one
63
63
must first cast values to strings before passing them to
64
- APIs unaware of pathlib.
64
+ APIs unaware of `` pathlib `` .
65
65
- ``path.py `` goes beyond exposing basic functionality of a path
66
66
and exposes commonly-used behaviors on a path, providing
67
67
methods like ``rmtree `` (from shlib) and ``remove_p `` (remove
68
68
a file if it exists).
69
69
- As a PyPI-hosted package, ``path.py `` is free to iterate
70
- more quickly than a stdlib package. Contributions are welcomed
70
+ faster than a stdlib package. Contributions are welcome
71
71
and encouraged.
72
72
73
73
Alternatives
@@ -82,7 +82,7 @@ class, which shares some behaviors and interfaces with ``path.py``.
82
82
Development
83
83
===========
84
84
85
- To install an in- development version, use the Github links to clone or
85
+ To install a development version, use the Github links to clone or
86
86
download a snapshot of the latest code. Alternatively, if you have git
87
87
installed, you may be able to use ``pip `` to install directly from
88
88
the repository::
0 commit comments