Python client for the OwlBoard API
Go to file
2024-10-31 21:10:30 +00:00
.gitea/workflows Fix twine env variables 2024-10-31 21:05:23 +00:00
pyOwlBoard Bump versions 2024-10-31 17:08:40 +00:00
.gitignore Initial Commit 2024-10-28 21:37:33 +00:00
LICENSE Initial Commit 2024-10-28 21:37:33 +00:00
README.md Update readme 2024-10-31 21:10:30 +00:00
requirements.txt Initial Commit 2024-10-28 21:37:33 +00:00
setup.py Fix license string 2024-10-31 21:07:04 +00:00

pyOwlBoard

The Python client for the OwlBoard API

This client was written as part of 'dgp2'. As it stands, only the features required for dgp2 and few others are implemented.

PyPI

The package can be installed with pip:

From my Gitea server: pip install --index-url https://git.fjla.uk/api/packages/OwlBoard/pypi/simple/ pyOwlBoard

From PyPI: pip install pyOwlBoard

The packages are kept in sync between the two package repositories.