.gitignore
.pylintrc
.readthedocs.yaml
LICENSE
README.rst
pyproject.toml
pytest.ini
.github/workflows/publish.yml
.github/workflows/pylint.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/.DS_Store
docs/source/api.rst
docs/source/conf.py
docs/source/config.rst
docs/source/contracts.rst
docs/source/db.rst
docs/source/diff.rst
docs/source/field_types.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/philosophy.rst
docs/source/quickstart.rst
docs/source/ui.rst
docs/source/utilities.rst
docs/source/_static/custom.css
docs/source/_static/surety.ico
docs/source/_static/surety.png
docs/source/_templates/sidebar-links.html
requirements/common.txt
requirements/test.txt
surety/__init__.py
surety.egg-info/PKG-INFO
surety.egg-info/SOURCES.txt
surety.egg-info/dependency_links.txt
surety.egg-info/requires.txt
surety.egg-info/top_level.txt
surety/process/__init__.py
surety/process/common.py
surety/process/dictionary.py
surety/sdk/__init__.py
surety/sdk/array.py
surety/sdk/base_enum.py
surety/sdk/dates.py
surety/sdk/dictionary.py
surety/sdk/fakeable.py
surety/sdk/field.py
surety/sdk/types.py
tests/__init__.py
tests/data.py
tests/process/__init__.py
tests/process/test_dictionary.py
tests/process/test_is_callable_with_strict_args.py
tests/sdk/__init__.py
tests/sdk/test_array.py
tests/sdk/test_base_enum.py
tests/sdk/test_dates.py
tests/sdk/test_dictionary.py
tests/sdk/test_fakeable.py
tests/sdk/test_field.py
tests/sdk/test_types.py
tests/test_data_generators/__init__.py
tests/test_data_generators/test_full_param.py
tests/test_data_generators/test_full_value.py
tests/test_data_generators/test_generate.py
tests/test_data_generators/test_generated.py
tests/test_data_generators/test_instance.py
tests/test_data_generators/test_name.py
tests/test_data_generators/test_required_param.py
tests/test_data_generators/test_value.py
tests/test_data_generators/test_with_values.py
tests/test_instances/__init__.py
tests/test_instances/test_allowed_none_param.py
tests/test_instances/test_full_param.py
tests/test_instances/test_generated.py
tests/test_instances/test_instance.py
tests/test_instances/test_name.py
tests/test_instances/test_required_param.py
tests/test_instances/test_value.py