LICENSE
LIMITATIONS.md
MANIFEST.in
README.md
SKILL.md
pyproject.toml
src/flatmonkey/__init__.py
src/flatmonkey/__main__.py
src/flatmonkey/cli.py
src/flatmonkey/errors.py
src/flatmonkey/flatten.py
src/flatmonkey/nest.py
src/flatmonkey/unflatten.py
src/flatmonkey.egg-info/PKG-INFO
src/flatmonkey.egg-info/SOURCES.txt
src/flatmonkey.egg-info/dependency_links.txt
src/flatmonkey.egg-info/entry_points.txt
src/flatmonkey.egg-info/requires.txt
src/flatmonkey.egg-info/top_level.txt
tests/test_api.py
tests/test_cli.py
tests/test_docs_examples.py
tests/test_flatten.py
tests/test_nest.py
tests/test_review_fixes.py
tests/test_roundtrip_properties.py
tests/test_safety.py
tests/test_unflatten.py