Metadata-Version: 2.1
Name: outcome-stubs
Version: 0.5.1
Summary: Stub files for various python packages.
Home-page: https://github.com/outcome-co/stubs-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: fastapi (>=0.63.0,<0.64.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/stubs-py#README
Project-URL: Repository, https://github.com/outcome-co/stubs-py
Description-Content-Type: text/markdown

# stubs-py
![Continuous Integration](https://github.com/outcome-co/stubs-py/workflows/Continuous%20Integration/badge.svg) ![version-badge](https://img.shields.io/badge/version-0.5.1-brightgreen)

Stubs for various python packages.

They are often partial, sometimes incomplete.

## Usage

```sh
poetry add outcome-stubs
```

## Development

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

