Metadata-Version: 2.1
Name: hoot-api
Version: 0.0.33
Summary: A python client to access the Hoot API
Home-page: https://github.com/OwlsAtWork/hoot-api
Author: admin@owl.works
Author-email: admin@owl.works
Project-URL: Bug Tracker, https://github.com/OwlsAtWork/hoot-api/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# How to publish PIP package
1. python3 -m pip install --upgrade build
2. python3 -m build
3. python3 -m pip install --upgrade twine
4. python3 -m twine upload --repository testpypi dist/*
5. python3 -m twine upload dist/*
