Metadata-Version: 2.1
Name: health-gorilla-api
Version: 0.1.0
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
Requires-Dist: PyJWT (==2.5.0)
Requires-Dist: requests (==2.28.1)


API for consuming health gorilla endpoints.

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

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

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


