Metadata-Version: 2.1
Name: outcome-devkit-api
Version: 0.3.0
Summary: Development tools for APIs.
Home-page: https://github.com/outcome-co/devkit-api-py
Author: Outcome Engineering
Author-email: engineering@outcome.co
Requires-Python: >=3.8.6,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyJWT[crypto] (>=2.0.1,<3.0.0)
Requires-Dist: fastapi (>=0.63.0,<0.64.0)
Requires-Dist: outcome-devkit (>=6.1.0,<7.0.0)
Requires-Dist: outcome-utils (>=5.0.3,<6.0.0)
Requires-Dist: pactman (>=2.28.0,<3.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Project-URL: Documentation, https://github.com/outcome-co/devkit-api-py#README
Project-URL: Repository, https://github.com/outcome-co/devkit-api-py
Description-Content-Type: text/markdown

# devkit-api-py
![Continuous Integration](https://github.com/outcome-co/devkit-api-py/actions/workflows/ci.py.opensource.yaml/badge.svg) ![version-badge](https://img.shields.io/badge/version-0.3.0-brightgreen)

Development tools for APIs.

## Usage

```sh
poetry add outcome-devkit-api
```

## Development

Remember to run `./bootstrap.sh` when you clone the repository.

