CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
docs/Makefile
docs/nitpick-exceptions
docs/source/conf.py
docs/source/glossary.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/_static/style.css
docs/source/_templates/layout.html
docs/source/api_reference/index.rst
docs/source/api_reference/interface.rst
docs/source/concepts/configuration.rst
docs/source/concepts/forms.rst
docs/source/concepts/index.rst
docs/source/concepts/noise_functions.rst
docs/source/tutorials/getting_started.rst
docs/source/tutorials/index.rst
src/pseudopeople/__about__.py
src/pseudopeople/__init__.py
src/pseudopeople/default_configuration.yaml
src/pseudopeople/entities.py
src/pseudopeople/entity_types.py
src/pseudopeople/interface.py
src/pseudopeople/noise.py
src/pseudopeople/noise_functions.py
src/pseudopeople/utilities.py
src/pseudopeople.egg-info/PKG-INFO
src/pseudopeople.egg-info/SOURCES.txt
src/pseudopeople.egg-info/dependency_links.txt
src/pseudopeople.egg-info/not-zip-safe
src/pseudopeople.egg-info/requires.txt
src/pseudopeople.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_interface.py
tests/unit/__init__.py
tests/unit/test_column_noise.py
tests/unit/test_configuration.py
tests/unit/test_noise_form.py
tests/unit/test_row_noise.py