You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contains SDK code for Sindri APIs. Please see [sindri.app](https://sindri.app) for more details.
15
12
13
+
## Requirements
14
+
This is compatible with Python `>=3.8`.
15
+
However, Sindri does not officially support usage with Python versions that have passed their [End of Life](https://devguide.python.org/versions/) support.
16
+
17
+
## Installation
18
+
You can install `sindri` from [PyPI](https://pypi.org/project/sindri/).
19
+
For example: `pip install sindri`
20
+
16
21
## Documentation and Usage
17
22
Documentation for this repo is automatically generated from the Python docstrings using [lazydocs](https://pypi.org/project/lazydocs/) and published to [sindri.app/docs/reference/sdk/](https://sindri.app/docs/reference/sdk/python) along with the rest of the documentation for Sindri.
18
23
Docstrings for functions and methods follow the [google standard](https://google.github.io/styleguide/pyguide.html#383-functions-and-methods) for formatting.
0 commit comments