Metadata-Version: 2.1
Name: outcome-devkit-api
Version: 0.2.1
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.0.2,<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
![ci-badge](https://github.com/outcome-co/devkit-api-py/workflows/Release/badge.svg?branch=v0.2.1) ![version-badge](https://img.shields.io/badge/version-0.2.1-brightgreen)

Description TBD

## Usage

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

## Development

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

