Source: litestar-htmx Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Carsten Schoenert , Kathara Sasikumar , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-auto-pytabs , python3-hatchling, python3-jinja2 , python3-litestar , python3-mako , python3-pytest-cov , python3-pytest-mock , python3-pytest , python3-pytest-sugar , python3-pytest-xdist , python3-sphinx-autobuild , python3-sphinx-click , python3-sphinxcontrib-mermaid , python3-sphinx-copybutton , python3-sphinx-design , python3-sphinx , python3-sphinx-paramlinks , python3-sphinx-togglebutton , python3-sphinx-toolbox , Standards-Version: 4.7.2 Homepage: https://github.com/litestar-org/litestar-htmx Vcs-Git: https://salsa.debian.org/python-team/packages/litestar-htmx.git Vcs-Browser: https://salsa.debian.org/python-team/packages/litestar-htmx Testsuite: autopkgtest-pkg-python #Package: python-litestar-htmx-doc #Section: doc #Architecture: all #Depends: # ${misc:Depends}, # ${sphinxdoc:Depends}, #Multi-Arch: foreign #Description: HTMX Integration for Litestar # The Litestar framework supports Plugins, ships with dependency injection, # security primitives, OpenAPI schema generation, MessagePack, middlewares, a # great CLI experience, and much more. # . # HTMX is a JavaScript library that gives you access to AJAX, CSS # Transitions, WebSockets and Server Sent Events directly in HTML, using # attributes, so you can build modern user interfaces with the simplicity and # power of hypertext. # . # This package contains the documentation for python3-litestar-htmx. Package: python3-litestar-htmx Architecture: any Depends: python3-litestar, ${misc:Depends}, ${python3:Depends}, #Suggests: # python-litestar-htmx-doc, Description: HTMX Integration for Litestar The Litestar framework supports Plugins, ships with dependency injection, security primitives, OpenAPI schema generation, MessagePack, middlewares, a great CLI experience, and much more. . HTMX is a JavaScript library that gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext. . This package provides Python bindings for the Litestar package to interact with the HTMX functionalities.