Metadata-Version: 2.1
Name: doppler-sdk
Version: 1.2.1
License: MIT
Project-URL: Documentation, https://docs.doppler.com/docs/sdk-python
Project-URL: Source, https://github.com/DopplerHQ/python-sdk
Project-URL: Tracker, https://github.com/DopplerHQ/python-sdk/issues
Project-URL: Homepage, https://doppler.com
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: http-exceptions
Requires-Dist: pytest
Requires-Dist: responses

# 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)
