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