Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apiad/auditorium

An HTML+CSS+JS generator from pure Python code
https://github.com/apiad/auditorium

html-css-javascript python visualization

Last synced: 7 days ago
JSON representation

An HTML+CSS+JS generator from pure Python code

Awesome Lists containing this project

README

        

# Auditorium

[PyPI - License](https://github.com/apiad/auditorium/blob/master/LICENSE)
[PyPI - Python Version](https://pypi.org/project/auditorium/)
[PyPI](https://pypi.org/project/auditorium/)

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](https://apiad.net/auditorium/history).

## 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](https://apiad.net/auditorium/contributing).