LICENSE.txt
README.md
pyproject.toml
setup.py
Categorize_CLI.egg-info/PKG-INFO
Categorize_CLI.egg-info/SOURCES.txt
Categorize_CLI.egg-info/dependency_links.txt
Categorize_CLI.egg-info/entry_points.txt
Categorize_CLI.egg-info/requires.txt
Categorize_CLI.egg-info/top_level.txt
src/__init__.py
src/Categorize_CLI/__init__.py
src/Categorize_CLI/extensions.py
src/Categorize_CLI/main.py
src/Categorize_CLI/secondary_functions.py
src/Categorize_CLI/commands/__init__.py
src/Categorize_CLI/commands/ext-all.py
src/Categorize_CLI/commands/ext.py
src/Categorize_CLI/commands/key-all.py
src/Categorize_CLI/commands/key.py
src/Categorize_CLI/commands/safe.py
src/Categorize_CLI/commands/year.py
src/Categorize_CLI/services/__init__.py
src/Categorize_CLI/services/ext_functions.py
src/Categorize_CLI/services/key_functions.py
src/Categorize_CLI/services/year_functions.py
tests/__init__.py