LICENSE
README.md
pyproject.toml
src/__init__.py
src/adapters.py
src/anonymizer.py
src/deanonymizer.py
src/registry.py
src/transform.py
src/utils.py
src/camouflage.egg-info/PKG-INFO
src/camouflage.egg-info/SOURCES.txt
src/camouflage.egg-info/dependency_links.txt
src/camouflage.egg-info/requires.txt
src/camouflage.egg-info/top_level.txt
src/plugins/__init__.py
src/plugins/age.py
src/plugins/amount.py
src/plugins/country.py
src/plugins/datetime.py
src/plugins/ipv4.py
src/plugins/user_agent.py
tests/test_adapters.py
tests/test_anonymizer.py
tests/test_deanonymizer.py
tests/test_plugins.py
tests/test_registry.py
tests/test_transform.py
tests/test_utils.py