No project description provided
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 dopplersdk 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.1.tar.gz
(16.7 kB
view hashes)
Built Distribution
Close
Hashes for doppler_sdk-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdf830a7e7840a8e1c7bfe7356f0e95e9404b47a77e27de6d11718577a1b0444 |
|
MD5 | 242b369eb41092e786be23f0e1285a23 |
|
BLAKE2b-256 | 5a2e2f9247cfd1415c365d58d140e893acd95df5c0c963272a25c41cb30b359b |