LICENSE
README.md
pyproject.toml
fakerx/__init__.py
fakerx/__main__.py
fakerx/anonymizer.py
fakerx/batch.py
fakerx/cli.py
fakerx/context.py
fakerx/exceptions.py
fakerx/fakerx.py
fakerx/i18n.py
fakerx/processors.py
fakerx/schema.py
fakerx/templates.py
fakerx/validators.py
fakerx.egg-info/PKG-INFO
fakerx.egg-info/SOURCES.txt
fakerx.egg-info/dependency_links.txt
fakerx.egg-info/entry_points.txt
fakerx.egg-info/requires.txt
fakerx.egg-info/top_level.txt
fakerx/exporters/__init__.py
fakerx/exporters/base.py
fakerx/exporters/csv_ex.py
fakerx/exporters/excel_ex.py
fakerx/exporters/html_ex.py
fakerx/exporters/json_ex.py
fakerx/exporters/parquet_ex.py
fakerx/exporters/sql_ex.py
fakerx/exporters/xml_ex.py
fakerx/exporters/yaml_ex.py
fakerx/integrations/__init__.py
fakerx/integrations/pytest_plugin.py
fakerx/integrations/unittest_base.py
fakerx/providers/__init__.py
fakerx/providers/registry.py
tests/test_anonymizer.py
tests/test_batch.py
tests/test_cli.py
tests/test_context.py
tests/test_exceptions.py
tests/test_exporters.py
tests/test_faker_compatibility.py
tests/test_i18n.py
tests/test_integrations.py
tests/test_new_features.py
tests/test_processors.py
tests/test_providers.py
tests/test_pytest_integration.py
tests/test_schema.py
tests/test_templates.py
tests/test_unittest_integration.py
tests/test_validators.py