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.31.tar.gz (38.3 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.31-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: weba-0.2.31.tar.gz
  • Upload date:
  • Size: 38.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for weba-0.2.31.tar.gz
Algorithm Hash digest
SHA256 34afc8d919a082c82a62092e7189fb2c51db31f342dfce404c8785d356d1dcc3
MD5 0f679ea5827e39831221324fd86d1a2d
BLAKE2b-256 dc9cd275faa7590952a0f13ef7043df54042af57a957cb03a91335eb170689be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: weba-0.2.31-py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for weba-0.2.31-py3-none-any.whl
Algorithm Hash digest
SHA256 baafccda3f1c2ebf17e6633c17496167ed280eca719832f0935ee108bdd2fe4d
MD5 abb8fec2b2f47302a5cfac67583fea1f
BLAKE2b-256 3051cedd586e169e378360c3a463d0909c5b2de1bf24e9f051d4208844104699

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