LICENSE
README.md
pyproject.toml
catfood/__init__.py
catfood/constant.py
catfood/py.typed
catfood.egg-info/PKG-INFO
catfood.egg-info/SOURCES.txt
catfood.egg-info/dependency_links.txt
catfood.egg-info/requires.txt
catfood.egg-info/top_level.txt
catfood/exceptions/__init__.py
catfood/exceptions/operation.py
catfood/exceptions/request.py
catfood/functions/__init__.py
catfood/functions/files.py
catfood/functions/print.py
catfood/functions/terminal.py
catfood/functions/format/__init__.py
catfood/functions/format/github.py
catfood/functions/github/__init__.py
catfood/functions/github/api.py
tests/test_constant.py