Metadata-Version: 2.1
Name: health-gorilla-api
Version: 0.0.4
Summary: API for consuming health gorilla endpoints.
Home-page: UNKNOWN
Author: David Granados
Author-email: davidgranados@ballastlane.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown


API for consuming health gorilla endpoints.

# Build
```
$ python setup.py sdist bdist_wheel
```

## build check
```
$ twine check dist/*
```

## upload to pypi
```
$ twine upload dist/*
```


