SkillAgentSearch skills...

Auditorium

An HTML+CSS+JS generator from pure Python code

Install / Use

/learn @apiad/Auditorium
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Auditorium

<img alt="PyPI - License" src="https://img.shields.io/pypi/l/auditorium.svg"> <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/auditorium.svg"> <img alt="PyPI" src="https://img.shields.io/pypi/v/auditorium.svg">

<!-- <img src="https://apiad.net/auditorium/assets/logo.png"></img> -->

Auditorium is a Python-powered webpage generator. You write pure Python code, and obtain an HTML+CSS+JS single page application. You manage a virtual DOM in Python that gets automatically updated on the frontend app, with bidirectional communication. This means that anything you do in the Python DOM gets reflected on the webpage instantly, plus anything that happens on the frontend (i.e., user interaction) is automatically sent over to your code.

Installation

Simply run:

pip install auditorium[uvicorn]

History

See the docs.

Collaboration and License

License is MIT, so you know the drill: fork, develop, add tests, pull request, rinse and repeat. See collaboration details in the docs.

Related Skills

View on GitHub
GitHub Stars83
CategoryDevelopment
Updated11mo ago
Forks14

Languages

Python

Security Score

77/100

Audited on Apr 6, 2025

No findings