Metadata-Version: 2.1
Name: swisher-api-demo
Version: 0.1.0
Author-email: Michael Swisher <swishertmichael@gmail.com>
Project-URL: repository, https://github.com/mtswishr/api-demo
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests >=2.31.0
Requires-Dist: click
Requires-Dist: python-dotenv

Package is available on pypi
Example uses [click](https://click.palletsprojects.com/en/8.1.x/) for entry points

Install with your favorite package manager:
1. pip install -i https://test.pypi.org/simple/ api-demo==0.2.0
2. Run a bird query with the executable `bird 19255561540`
3. Run an album query with the executable `album 10` or another user ID
4. Both commands respond to a `--h` flags.
