No project description provided
Reason this release was yanked:
README has a typo
Project description
doppler-sdk
Doppler's SDK provides convenient access to the Doppler API from applications written in Python.
- API version: 3
- SDK version: 1.0.0
Installation
pip install --upgrade doppler-sdk
Usage
from pprint import pprint
from doppler-sdk import DopplerSDK
doppler = DopplerSDK()
doppler.set_bearer_token("dp.xx.yyy")
results = doppler.projects.list()
pprint(vars(results))
Reference Docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
doppler-sdk-1.0.0.tar.gz
(16.7 kB
view hashes)
Built Distribution
Close
Hashes for doppler_sdk-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e944734a36f1d0edeba03baedcf33bb4e9e24af8f64816a75e0059a035f2d48a |
|
MD5 | a797481fca655e368868ea7dfdef5188 |
|
BLAKE2b-256 | cb58d105a40f1d665d64f6114d522810e77f051593110669472b8edde62bbdc0 |