LICENSE
README.md
pyproject.toml
setup.cfg
src/py_animus/__init__.py
src/py_animus/file_io.py
src/py_animus/manifest_management.py
src/py_animus/py_animus.py
src/py_animus/utils.py
src/py_animus.egg-info/PKG-INFO
src/py_animus.egg-info/SOURCES.txt
src/py_animus.egg-info/dependency_links.txt
src/py_animus.egg-info/entry_points.txt
src/py_animus.egg-info/requires.txt
src/py_animus.egg-info/top_level.txt
src/py_animus/helpers/__init__.py
src/py_animus/helpers/yaml_helper.py
tests/test_cli_entrypoints.py
tests/test_file_io.py
tests/test_init.py
tests/test_manifest_management.py
tests/test_utiles.py