Useful checklist for building good Python library APIs. Based on the "How to make a good library API" PyCon 2017 talk.
Available online at python.apichecklist.com
Feel free to contribute!
Run python -m http.server
and go to http://localhost:8000/
Edit the Markdown .md
files inside lang
directory.