.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
Pipfile
Pipfile.lock
README.rst
manage.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/__init__.py
src/component_tags/__init__.py
src/component_tags/apps.py
src/component_tags/tests.py
src/component_tags/template/__init__.py
src/component_tags/template/attributes.py
src/component_tags/template/builtins.py
src/component_tags/template/choices.py
src/component_tags/template/components.py
src/component_tags/template/context.py
src/component_tags/template/helpers.py
src/component_tags/template/library.py
src/component_tags/template/nodes.py
src/component_tags/template/parser.py
src/component_tags/template/wrappers.py
src/component_tags/templates/component_tags/base.html
src/component_tags/templates/component_tags/slot.html
src/django_component_tags.egg-info/PKG-INFO
src/django_component_tags.egg-info/SOURCES.txt
src/django_component_tags.egg-info/dependency_links.txt
src/django_component_tags.egg-info/not-zip-safe
src/django_component_tags.egg-info/requires.txt
src/django_component_tags.egg-info/top_level.txt
templatetags/__init__.py
tests/conftest.py