LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/mypy.yml
.github/workflows/pypi.yml
.github/workflows/tests.yml
docs/source/conf.py
docs/source/index.rst
docs/source/_static/estruttura.svg
docs/source/_static/estruttura_white.svg
docs/source/api/estruttura.constants.rst
docs/source/api/estruttura.examples.rst
docs/source/api/estruttura.exceptions.rst
docs/source/api/estruttura.rst
docs/source/api/estruttura.serializers.rst
estruttura/__init__.py
estruttura/_attribute.py
estruttura/_bases.py
estruttura/_dict.py
estruttura/_helpers.py
estruttura/_list.py
estruttura/_relationship.py
estruttura/_set.py
estruttura/_structure.py
estruttura/constants.py
estruttura/exceptions.py
estruttura/py.typed
estruttura/serializers.py
estruttura.egg-info/PKG-INFO
estruttura.egg-info/SOURCES.txt
estruttura.egg-info/dependency_links.txt
estruttura.egg-info/requires.txt
estruttura.egg-info/top_level.txt
estruttura/examples/__init__.py
estruttura/examples/_class.py
estruttura/examples/_dict.py
estruttura/examples/_list.py
estruttura/examples/_set.py
tests/test_attribute.py
tests/test_bases.py
tests/test_class.py
tests/test_constants.py
tests/test_dict.py
tests/test_exceptions.py
tests/test_helpers.py
tests/test_import.py
tests/test_json.py
tests/test_list.py
tests/test_relationship.py
tests/test_serializers.py
tests/test_set.py
tests/test_structure.py