| Tests | |
| Package |
alpha-release coming soon!
🦄 assemblit is a Python package that provides a framework of 👑 streamlit based web-components for quickly assembling end-to-end analytics-as-a-service (AaaS) web-applications. assemblit comes with user-authentication, a lightweight sqlite3-database backend, and workflow orchestration via 🧊 prefect.
The source code is available on GitHub.
assemblit can be installed via PyPI from the command-line, which allows for developing locally before deploying.
-
Setup a Python developer environment.
assemblitsupports Python versions >= 3.8. -
From the command-line, run,
# Via PyPI pip install assemblit -
Validate the installation by running,
pip show assemblit
Build your first assemblit app with the command-line utility.
-
Create a new folder to contain your
assemblitproject. -
Open a command prompt and navigate into the new folder.
-
From the command-line, run,
assemblit build demo