README.rst
pyproject.toml
setup.py
src/sgen/__init__.py
src/sgen/base.py
src/sgen/dto.py
src/sgen/fields.py
src/sgen/sgen.py
src/sgen/utils.py
src/sgen/validate.py
src/sgen.egg-info/PKG-INFO
src/sgen.egg-info/SOURCES.txt
src/sgen.egg-info/dependency_links.txt
src/sgen.egg-info/not-zip-safe
src/sgen.egg-info/requires.txt
src/sgen.egg-info/top_level.txt
tests/test_boolean_negative.py
tests/test_boolean_positive.py
tests/test_collection_negative.py
tests/test_collection_positive.py
tests/test_date_negative.py
tests/test_date_positive.py
tests/test_datetime_negative.py
tests/test_datetime_positive.py
tests/test_float_negative.py
tests/test_float_positive.py
tests/test_integer_negative.py
tests/test_integet_positive.py
tests/test_nested_negative.py
tests/test_nested_positive.py
tests/test_string_negative.py
tests/test_string_positive.py