A Python client for the NextPYP website.
The NextPYP Python Client allows you to connect to and exchange data with the NextPYP website using the very same APIs that NextPYP uses internally. These APIs allow accessing every function of the website available to browser clients, including listening to real-time updates from the server.
The newest version of the documentation is available online at:
https://nextpyp.app/nextpyp-client
Documentation sources are available in the doc/src
folder.
You can build the documentation with the command:
tox run -e doc
Then the full HTML documentation will appear at doc/build/html/index.html
Building the documentation requires the tox tool.