Skip to content

apiad/auditorium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auditorium

PyPI - License PyPI - Python Version PyPI

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.