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.26.tar.gz (29.2 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.26-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: weba-0.2.26.tar.gz
  • Upload date:
  • Size: 29.2 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.26.tar.gz
Algorithm Hash digest
SHA256 4da493a6545d152e20ab8339dba6ecd2980c6e7118585b07ba899d5793946305
MD5 6354fe2ed50de1694fdcce5b02dd333c
BLAKE2b-256 dc37073d3b03a408909798a02131dc7f00d16d1db40c94067d9d2dc0297c83a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: weba-0.2.26-py3-none-any.whl
  • Upload date:
  • Size: 17.6 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.26-py3-none-any.whl
Algorithm Hash digest
SHA256 b01a91c9338c90ad743561bfbb37224deeb7bfb52899ccb4ecbbca4b7ba1738b
MD5 12da2bc536c4b2649da78412b446fc04
BLAKE2b-256 59674a895b1af862259af66aa0d7b3a42a31c5db872cd1dae18155e16dfbc3a9

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