MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/fickle/__init__.py
src/fickle/exc.py
src/fickle/firewall.py
src/fickle/unpickler.py
src/fickle/util.py
src/fickle.egg-info/PKG-INFO
src/fickle.egg-info/SOURCES.txt
src/fickle.egg-info/dependency_links.txt
src/fickle.egg-info/requires.txt
src/fickle.egg-info/top_level.txt
src/fickle/ext/__init__.py
src/fickle/ext/marshmallow.py
src/fickle/ext/pytorch.py
tests/__init__.py
tests/conftest.py
tests/test_danger.py
tests/test_roundtrip.py