@@ -22,19 +22,19 @@ packaged in PyPi.
22
22
23
23
Optionally:
24
24
25
- - ``datrie `` can be used to improve parsing performance (though in
26
- almost all cases the improvement is trivial);
25
+ - ``datrie `` can be used to improve parsing performance (though in
26
+ almost all cases the improvement is trivial);
27
27
28
- - ``lxml `` is supported as a tree format (for both building and
29
- walking) under CPython (but *not * PyPy where it is known to cause
30
- segfaults);
28
+ - ``lxml `` is supported as a tree format (for both building and
29
+ walking) under CPython (but *not * PyPy where it is known to cause
30
+ segfaults);
31
31
32
- - ``genshi `` has a treewalker (but not builder); and
32
+ - ``genshi `` has a treewalker (but not builder); and
33
33
34
- - ``chardet `` (note currently this is only packaged on PyPi for
35
- Python 2, though several package managers include unofficial ports
36
- to Python 3) can be used as a fallback when character encoding
37
- cannot be determined.
34
+ - ``chardet `` (note currently this is only packaged on PyPi for
35
+ Python 2, though several package managers include unofficial ports
36
+ to Python 3) can be used as a fallback when character encoding
37
+ cannot be determined.
38
38
39
39
40
40
Installation
@@ -89,14 +89,14 @@ Contributing
89
89
Pull requests are more than welcome — both to the library and to the
90
90
documentation. Some useful information:
91
91
92
- - We aim to follow PEP 8 in the library, but ignoring the
93
- 79-character-per-line limit, instead following a soft limit of 99,
94
- but allowing lines over this where it is the readable thing to do.
92
+ - We aim to follow PEP 8 in the library, but ignoring the
93
+ 79-character-per-line limit, instead following a soft limit of 99,
94
+ but allowing lines over this where it is the readable thing to do.
95
95
96
- - We keep pyflakes reporting no errors or warnings at all times.
96
+ - We keep pyflakes reporting no errors or warnings at all times.
97
97
98
- - We keep the master branch passing all tests at all times on all
99
- supported versions.
98
+ - We keep the master branch passing all tests at all times on all
99
+ supported versions.
100
100
101
101
Travis CI is run against all pull requests and should enforce all of
102
102
the above.
0 commit comments