README.md
pyproject.toml
pjx/__init__.py
pjx/assets.py
pjx/cache.py
pjx/checker.py
pjx/cli.py
pjx/environment.py
pjx/errors.py
pjx/extension.py
pjx/formatter.py
pjx/models.py
pjx/router.py
pjx/seo.py
pjx.egg-info/PKG-INFO
pjx.egg-info/SOURCES.txt
pjx.egg-info/dependency_links.txt
pjx.egg-info/entry_points.txt
pjx.egg-info/requires.txt
pjx.egg-info/top_level.txt
pjx/_bundled/demo/app/__init__.py
pjx/_bundled/demo/app/api.py
pjx/_bundled/demo/app/deps.py
pjx/_bundled/demo/app/main.py
pjx/_bundled/demo/app/models.py
pjx/_bundled/demo/app/service.py
pjx/_bundled/demo/app/views.py
pjx/_bundled/demo/app/static/css/index.css
pjx/_bundled/demo/app/static/js/index.js
pjx/_bundled/demo/app/static/vendor/pjx/package-lock.json
pjx/_bundled/demo/app/static/vendor/pjx/package.json
pjx/_bundled/demo/app/static/vendor/pjx/js/htmx.min.js
pjx/_bundled/demo/app/static/vendor/pjx/js/stimulus.umd.js
pjx/_bundled/demo/app/static/vendor/pjx/js/tailwind.browser.js
pjx/_bundled/demo/app/templates/components/ConfirmModal.jinja
pjx/_bundled/demo/app/templates/components/UserCard.jinja
pjx/_bundled/demo/app/templates/icons/IconEdit.jinja
pjx/_bundled/demo/app/templates/icons/IconPlus.jinja
pjx/_bundled/demo/app/templates/icons/IconTrash.jinja
pjx/_bundled/demo/app/templates/icons/IconUser.jinja
pjx/_bundled/demo/app/templates/icons/IconX.jinja
pjx/_bundled/demo/app/templates/layouts/BaseLayout.jinja
pjx/_bundled/demo/app/templates/pages/404.jinja
pjx/_bundled/demo/app/templates/pages/500.jinja
pjx/_bundled/demo/app/templates/pages/home.jinja
pjx/_bundled/demo/app/templates/pages/users/[id].jinja
pjx/_bundled/demo/app/templates/partials/edit_modal.jinja
pjx/_bundled/demo/app/templates/partials/form_error.jinja
pjx/_bundled/demo/app/templates/partials/user_card.jinja
pjx/_bundled/skills/pjx/SKILL.md
pjx/_bundled/skills/pjx/references/cli.md
pjx/_bundled/skills/pjx/references/router.md
pjx/_bundled/skills/pjx/references/structure.md
pjx/_bundled/skills/pjx/references/syntax.md
pjx/core/__init__.py
pjx/core/attrs.py
pjx/core/components.py
pjx/core/expressions.py
pjx/core/flow.py
pjx/core/frontmatter.py
pjx/core/pipeline.py
pjx/core/scanner.py
pjx/core/tag_utils.py
pjx/core/types.py
pjx/core/vars.py
tests/test_assets.py
tests/test_cache.py
tests/test_checker.py
tests/test_cli.py
tests/test_extension.py
tests/test_formatter.py
tests/test_path_traversal.py
tests/test_seo.py