https://github.com/dopplerhq/python-sdk
https://github.com/dopplerhq/python-sdk
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dopplerhq/python-sdk
- Owner: DopplerHQ
- License: mit
- Created: 2023-07-25T17:25:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T15:28:41.000Z (over 1 year ago)
- Last Synced: 2024-11-19T05:25:13.518Z (about 1 year ago)
- Language: Python
- Size: 304 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doppler-sdk
Doppler's SDK provides convenient access to the Doppler API from applications written in Python.
## Installation
```sh
pip install --upgrade doppler-sdk
```
## Usage
See [sample.py](examples/sample.py) for an up-to-date example.
## Reference Docs
[A list of all services and service methods](./src/dopplersdk/services/README.MD)