/python-api-checklist

Useful checklist for building good Python library APIs, based on "How to make a good library API" PyCon 2017 talk: https://www.youtube.com/watch?v=4mkFfce46zE

Primary LanguageHTML

Python API Checklist

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!

How to run locally

Run python -m http.server and go to http://localhost:8000/

How to contribute

Edit the Markdown .md files inside lang directory.