summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* update PEP333 link in README (#52)TinUnkai2020-03-161-1/+1
|
* add link to read the docs to READMEChris Dent2018-10-241-0/+2
|
* Update README and setup.py for new locationChris Dent2018-10-231-12/+9
| | | | | pythonpaste.org no longer exists so we need to remove those links
* Don't raise StopIteration from generator, return insteadMiro Hron?ok2018-06-081-0/+109
See https://www.python.org/dev/peps/pep-0479/