.coveralls.yml
.env
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.secrets.baseline
CHANGELOG.rst
CODE_OF_CONDUCT.md
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
Makefile
README.rst
SECURITY.md
SECURITY.rst
__copy_fake.py
conftest.py
fake.py
pyproject.toml
tox.ini
.github/workflows/gh-pages.yml
.github/workflows/test.yml
docs/Makefile
docs/changelog.rst
docs/cheatsheet.rst
docs/cli.rst
docs/code_of_conduct.rst
docs/conf.py
docs/conf.py.distrib
docs/contributor_guidelines.rst
docs/creating_archives.rst
docs/creating_docx.rst
docs/creating_files.rst
docs/creating_images.rst
docs/creating_odt.rst
docs/creating_pdf.rst
docs/customisation.rst
docs/customization.rst
docs/documentation.rst
docs/factories.rst
docs/fake.rst
docs/index.rst
docs/index.rst.distrib
docs/llms.rst
docs/make.bat
docs/package.rst
docs/recipes.rst
docs/requirements.txt
docs/security.rst
docs/_static/examples/creating_docx/docx_bytes_1.py
docs/_static/examples/creating_docx/docx_bytes_2.py
docs/_static/examples/creating_docx/docx_bytes_3.py
docs/_static/examples/creating_docx/docx_file_1.py
docs/_static/examples/creating_docx/docx_file_2.py
docs/_static/examples/creating_docx/docx_file_3.py
docs/_static/examples/creating_images/png_bytes_1.py
docs/_static/examples/creating_images/png_bytes_2.py
docs/_static/examples/creating_images/png_file_1.py
docs/_static/examples/creating_images/png_file_2.py
docs/_static/examples/creating_odt/odt_bytes_1.py
docs/_static/examples/creating_odt/odt_bytes_2.py
docs/_static/examples/creating_odt/odt_bytes_3.py
docs/_static/examples/creating_odt/odt_file_1.py
docs/_static/examples/creating_odt/odt_file_2.py
docs/_static/examples/creating_odt/odt_file_3.py
docs/_static/examples/creating_pdf/graphic_pdf_bytes_1.py
docs/_static/examples/creating_pdf/graphic_pdf_bytes_2.py
docs/_static/examples/creating_pdf/graphic_pdf_file_1.py
docs/_static/examples/creating_pdf/graphic_pdf_file_2.py
docs/_static/examples/creating_pdf/text_pdf_bytes_1.py
docs/_static/examples/creating_pdf/text_pdf_bytes_2.py
docs/_static/examples/creating_pdf/text_pdf_bytes_2b.py
docs/_static/examples/creating_pdf/text_pdf_bytes_3.py
docs/_static/examples/creating_pdf/text_pdf_file_1.py
docs/_static/examples/creating_pdf/text_pdf_file_2.py
docs/_static/examples/creating_pdf/text_pdf_file_3.py
docs/_static/examples/creating_pdf/text_pdf_file_django_1.py
docs/_static/examples/creating_pdf/text_pdf_file_pydantic_1.py
examples/README.rst
examples/_pyproject.toml
examples/customisation/README.rst
examples/customisation/__init__.py
examples/customisation/address_cli.py
examples/customisation/band_cli.py
examples/customisation/custom_data_cli.py
examples/customisation/data.py
examples/customisation/fake_address.py
examples/customisation/fake_band.py
examples/customisation/manage.py
examples/customisation/override_default_data.py
examples/customisation/pyproject.toml
examples/customisation/address/__init__.py
examples/customisation/address/factories.py
examples/customisation/address/models.py
examples/customisation/address/tests.py
examples/customisation/band/__init__.py
examples/customisation/band/factories.py
examples/customisation/band/models.py
examples/customisation/band/tests.py
examples/dataclasses/README.rst
examples/dataclasses/manage.py
examples/dataclasses/pyproject.toml
examples/dataclasses/article/__init__.py
examples/dataclasses/article/factories.py
examples/dataclasses/article/models.py
examples/dataclasses/article/tests.py
examples/django/README.rst
examples/django/manage.py
examples/django/pyproject.toml
examples/django/requirements.in
examples/django/article/__init__.py
examples/django/article/admin.py
examples/django/article/apps.py
examples/django/article/factories.py
examples/django/article/models.py
examples/django/article/tests.py
examples/django/article/migrations/0001_initial.py
examples/django/article/migrations/__init__.py
examples/django/blog/__init__.py
examples/django/blog/asgi.py
examples/django/blog/settings.py
examples/django/blog/urls.py
examples/django/blog/wsgi.py
examples/hypothesis/README.rst
examples/hypothesis/manage.py
examples/hypothesis/pyproject.toml
examples/hypothesis/requirements.in
examples/hypothesis/tests.py
examples/lazyfuzzy/README.rst
examples/lazyfuzzy/manage.py
examples/lazyfuzzy/pyproject.toml
examples/lazyfuzzy/article/__init__.py
examples/lazyfuzzy/article/factories.py
examples/lazyfuzzy/article/models.py
examples/lazyfuzzy/article/tests.py
examples/pydantic/README.rst
examples/pydantic/manage.py
examples/pydantic/pyproject.toml
examples/pydantic/requirements.in
examples/pydantic/article/__init__.py
examples/pydantic/article/factories.py
examples/pydantic/article/models.py
examples/pydantic/article/tests.py
examples/sqlalchemy/README.rst
examples/sqlalchemy/config.py
examples/sqlalchemy/conftest.py
examples/sqlalchemy/manage.py
examples/sqlalchemy/pyproject.toml
examples/sqlalchemy/requirements.in
examples/sqlalchemy/article/__init__.py
examples/sqlalchemy/article/factories.py
examples/sqlalchemy/article/models.py
examples/sqlalchemy/article/tests.py
examples/sqlmodel/README.rst
examples/sqlmodel/config.py
examples/sqlmodel/conftest.py
examples/sqlmodel/manage.py
examples/sqlmodel/pyproject.toml
examples/sqlmodel/requirements.in
examples/sqlmodel/article/__init__.py
examples/sqlmodel/article/factories.py
examples/sqlmodel/article/models.py
examples/sqlmodel/article/tests.py
examples/tortoise/README.rst
examples/tortoise/conftest.py
examples/tortoise/manage.py
examples/tortoise/pyproject.toml
examples/tortoise/requirements.in
examples/tortoise/article/__init__.py
examples/tortoise/article/factories.py
examples/tortoise/article/models.py
examples/tortoise/article/tests.py
fake.py.egg-info/PKG-INFO
fake.py.egg-info/SOURCES.txt
fake.py.egg-info/dependency_links.txt
fake.py.egg-info/entry_points.txt
fake.py.egg-info/requires.txt
fake.py.egg-info/top_level.txt
fakepy/__init__.py