Skip to main content

html framework

Project description

weba

Release Build status codecov Commit activity License

Weba is a Python library for building web user interfaces using a declarative, component-based approach. It provides a clean API for creating HTML elements and components with proper context management and type safety. The library extends BeautifulSoup's functionality by adding a custom Tag class that supports modern web development patterns, including HTMX integration, class list manipulation, and comment-based selectors. It allows developers to create reusable UI components with proper isolation, supports both synchronous and asynchronous contexts, and handles attribute management (including JSON serialization) elegantly. The library emphasizes type safety and follows clean code practices, making it particularly suitable for building modern web applications in Python with a focus on maintainability and developer experience.

Configuration

The library supports the following environment variables for configuration:

  • WEBA_LRU_CACHE_SIZE: Controls caching of parsed HTML templates and file contents:
    • When set: Enables LRU caching with the specified maximum size
    • When not set: Disables caching, templates and files are re-read on every access

Example:

export WEBA_LRU_CACHE_SIZE=256  # Enable caching with max 256 entries
unset WEBA_LRU_CACHE_SIZE      # Disable caching completely

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

weba-0.2.29.tar.gz (31.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

weba-0.2.29-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file weba-0.2.29.tar.gz.

File metadata

  • Download URL: weba-0.2.29.tar.gz
  • Upload date:
  • Size: 31.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for weba-0.2.29.tar.gz
Algorithm Hash digest
SHA256 39c167a45648629c6a093e749e7fa86a2bf8cc1eab4415a2d98c6170307f879e
MD5 599a6985bc1c7aa65f0fbbc5b4e53ef3
BLAKE2b-256 19c9c6a365f739c8d4a94aaa1d883ebd0dc0b610ef05b34ef1e95b1e1906a146

See more details on using hashes here.

File details

Details for the file weba-0.2.29-py3-none-any.whl.

File metadata

  • Download URL: weba-0.2.29-py3-none-any.whl
  • Upload date:
  • Size: 18.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for weba-0.2.29-py3-none-any.whl
Algorithm Hash digest
SHA256 ad9712dc66624a0e319a5645bf523e5852fda6dc41353ca75af73dde814de712
MD5 307ba3241bd140c51d34c83cdcecac3c
BLAKE2b-256 60960cef931efd1a5e1a2d85926b028823d2007d171b68dc07c79ac98448ee48

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page