LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/autofaker/__init__.py
src/autofaker/attributes.py
src/autofaker/autodata.py
src/autofaker/base.py
src/autofaker/builtins.py
src/autofaker/dataframe.py
src/autofaker/dates.py
src/autofaker/decorators.py
src/autofaker/fakes.py
src/autofaker/generator.py
src/autofaker.egg-info/PKG-INFO
src/autofaker.egg-info/SOURCES.txt
src/autofaker.egg-info/dependency_links.txt
src/autofaker.egg-info/requires.txt
src/autofaker.egg-info/top_level.txt
tests/test_create_anonymous_builtins.py
tests/test_create_anonymous_complex_classes.py
tests/test_create_anonymous_data_class_with_fakes.py
tests/test_create_anonymous_data_classes.py
tests/test_create_anonymous_data_classes_with_fakes.py
tests/test_create_anonymous_dataframe_pandas.py
tests/test_create_anonymous_dataframe_with_fakes.py
tests/test_create_anonymous_dates.py
tests/test_create_anonymous_lists.py
tests/test_create_anonymous_nested_classes.py
tests/test_create_anonymous_nested_classes_with_lists.py
tests/test_create_anonymous_simple_classes.py
tests/test_create_anonymous_sut.py
tests/test_create_many_anonymous_builtins.py
tests/test_create_many_anonymous_dates.py
tests/test_create_many_anonymous_nested_classes.py
tests/test_create_many_anonymous_nested_classes_with_lists.py
tests/test_create_many_anonymous_simple_classes.py
tests/test_decorator_anonymous_builtins.py
tests/test_decorator_anonymous_data_classes.py
tests/test_decorator_anonymous_dataframe_pandas.py
tests/test_decorator_anonymous_nested_classes.py
tests/test_decorator_anonymous_simple_classes.py
tests/test_decorator_exceptions.py