.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/attribute-tag.md
docs/basic-components.md
docs/changelog.md
docs/component-inheritance.md
docs/component-libraries.md
docs/component-tag.md
docs/components.md
docs/contribute.md
docs/if-else-filters.md
docs/include-js-css.md
docs/index.md
docs/install.md
docs/magic-static.md
docs/state-security.md
docs/testing.md
docs/img/favicon-white.png
docs/img/favicon.ico
docs/img/favicon.png
docs/img/logo.svg
tests/__init__.py
tests/conftest.py
tests/package-lock.json
tests/package.json
tests/test_component_attributes.py
tests/test_component_attrs.py
tests/test_component_blocks.py
tests/test_component_context.py
tests/test_component_imports.py
tests/test_component_registration.py
tests/test_component_tags.py
tests/test_form_component.py
tests/test_library.py
tests/test_middleware.py
tests/test_public_decorator.py
tests/test_utils.py
tests/urls.py
tests/another_app/__init__.py
tests/another_app/apps.py
tests/another_app/migrations/__init__.py
tests/main/__init__.py
tests/main/apps.py
tests/main/helpers.py
tests/main/models.py
tests/main/urls.py
tests/main/views.py
tests/main/components/__init__.py
tests/main/components/default.py
tests/main/components/faulty.py
tests/main/components/forms.py
tests/main/components/other/__init__.py
tests/main/components/other/dir_component/__init__.py
tests/main/migrations/__init__.py
tests/main/static/.gitignore
tests/main/templates/base.html
tests/main/templates/basic_component.html
tests/ui/__init__.py
tests/ui/test_component_return.py
tests/ui/test_public_download.py
tetra/__init__.py
tetra/apps.py
tetra/build.py
tetra/build_js.sh
tetra/component_register.py
tetra/default_settings.py
tetra/exceptions.py
tetra/library.py
tetra/middleware.py
tetra/state.py
tetra/templates.py
tetra/types.py
tetra/urls.py
tetra/utils.py
tetra/views.py
tetra.egg-info/PKG-INFO
tetra.egg-info/SOURCES.txt
tetra.egg-info/dependency_links.txt
tetra.egg-info/requires.txt
tetra.egg-info/top_level.txt
tetra/components/__init__.py
tetra/components/base.py
tetra/components/callbacks.py
tetra/js/tetra.core.js
tetra/js/tetra.js
tetra/loaders/__init__.py
tetra/loaders/components_directories.py
tetra/management/__init__.py
tetra/management/commands/__init__.py
tetra/management/commands/makemessages.py
tetra/management/commands/runserver.py
tetra/management/commands/tetrabuild.py
tetra/static/tetra/js/alpinejs.cdn.js
tetra/static/tetra/js/alpinejs.cdn.min.js
tetra/static/tetra/js/alpinejs.morph.cdn.js
tetra/static/tetra/js/alpinejs.morph.cdn.min.js
tetra/static/tetra/js/tetra.js
tetra/static/tetra/js/tetra.js.map
tetra/static/tetra/js/tetra.min.js
tetra/static/tetra/js/tetra.min.js.map
tetra/templates/lib_scripts.html
tetra/templates/lib_styles.html
tetra/templates/script.js
tetra/templatetags/__init__.py
tetra/templatetags/tetra.py