.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
codecov.yml
mypy.ini
pyproject.toml
requirements-generate.txt
requirements.txt
setup.py
tox.ini
.github/CONTRIBUTING.md
.github/workflows/master.yml
codegen/generate_pydantic_models.sh
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/css/style.css
src/aws_sfn_pydantic/__init__.py
src/aws_sfn_pydantic/generated/__init__.py
src/aws_sfn_pydantic/generated/base_state_machine.py
src/aws_step_functions_pydantic.egg-info/PKG-INFO
src/aws_step_functions_pydantic.egg-info/SOURCES.txt
src/aws_step_functions_pydantic.egg-info/dependency_links.txt
src/aws_step_functions_pydantic.egg-info/not-zip-safe
src/aws_step_functions_pydantic.egg-info/requires.txt
src/aws_step_functions_pydantic.egg-info/top_level.txt
tests/__init__.py
tests/core_test.py
tools/github/install_miniconda.sh