842 B
842 B
whereis-client
A simple Python client library to interact easyly with the WhereIs REST API.
Install
pip install whereis_client==<version> -i https://gitea.thegux.fr/api/packages/whereis-client/pypi/simple/ --extra-index-url https://pypi.org/simple
How to ?
In order to use the client you need to provide some environments variables defined in .env.example. You can either:
- Copy the
.env.exampleinto.envand feed the variables (.envshould be next to your main script using the lib) - Add those environments variables to your environment profile.
Once it's done, you're good to use the client.
For some code samples on how to use the client, take a look at the main.py sample script.
Enjoy !
Contact
If you have any issues, feel free to contact admin@thegux.fr for fixes or upgrades.