.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
runtests.py
setup.py
.github/workflows/publish.yml
semandjic/__init__.py
semandjic/apps.py
semandjic/constants.py
semandjic/pytest.ini
semandjic/settings.py
semandjic/typing.py
semandjic/urls.py
semandjic.egg-info/PKG-INFO
semandjic.egg-info/SOURCES.txt
semandjic.egg-info/dependency_links.txt
semandjic.egg-info/not-zip-safe
semandjic.egg-info/requires.txt
semandjic.egg-info/top_level.txt
semandjic/forms/__init__.py
semandjic/forms/fields.py
semandjic/forms/nested.py
semandjic/templates/semandjic/nested_forms.html
semandjic/templates/semandjic/object_tree.html
semandjic/templates/semandjic/recursive_form.html
semandjic/templates/semandjic/tree_node.html
semandjic/tests/__init__.py
semandjic/tests/models.py
semandjic/tests/settings.py
semandjic/tests/test_forms.py
semandjic/utils/__init__.py
semandjic/utils/introspection.py
semandjic/utils/traversal.py
semandjic/views/__init__.py
semandjic/views/generic.py