Fleshed out docstrings, added typings, cleaned up imports, and added a requirements.txt file

Additionally, renamed utility.ty to tag_utils.py to fit the naming pattern used with setup.py and setup.utils.py
This commit is contained in:
mwisnowski 2025-01-14 09:06:59 -08:00
parent 000d804ba7
commit b8d9958564
8 changed files with 592 additions and 466 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
*.json
*.log
*.txt
!requirements.txt
test.py
.mypy_cache/
__pycache__/