Python library to access Sentera data through GraphQL API
If using within your own python environment/script, install with:
pip install git+https://github.com/SenteraLLC/py-sentera-api.git
Else to get started with examples right away, simply follow the Examples instructions.
- Follow this link to a Google CoLab example notebook
- Click the button Open in Playground in the top left.
- Click the button Connect in the top right.
- Code examples can be run by clicking the play buttons next to them. Make sure to run the setup code first. You'll have to enter your Sentera username and password.
- If you want to save your changes, click Copy to Drive in the top left.
This library is documented using Sphinx. To generate documentation, make sure all dev
dependencies are installed (e.g. you've installed via pip install -e .[dev]
). Within
the docs/ subdirectory, run:
make html
The documentation will be generated as an html file located at py-sentera-api/docs/_build/html/index.html. Open with a browser to get more in depth information on the various modules and functions within the library.