python3-openttd
is a pure-python client library for interfacing with the
admin server port of OpenTTD.
See the examples directory for examples :).
Run:
make docs-html
or:
cd docs make html
to build sphinx-based documentation. View with your
favourite web browser from docs/sphinx-data/build/html/index.html
or run
make docs-view-html
.