Assembler for Pythonic back-end and Javascript front-end
Project description
Subsystems
Subsystems is a high-level interface for (web) applications and it has the official interface for Rocketry. Subsystems unifies several frameworks into one configuration under the same syntax making it easy to develop and deploy web apps.
Supported application frameworks:
- FastAPI
- Flask
- Rocketry
Supported web server frameworks:
- Uvicorn
- Waitress
- Werkzeug
- Guvicorn (experimential)
Installation
Pip install:
pip install subsystems
Examples
Create Subsystems configuration file:
python -m subsystems init rocketry
Create a scheduler to scheduler.py
:
from rocketry import Rocketry
app = Rocketry()
@app.task()
def do_things():
...
Start the system
python -m subsystems launch --scheduler scheduler:app
Author: Mikael Koli
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
subsystems-0.1.0.tar.gz
(515.0 kB
view hashes)
Built Distribution
subsystems-0.1.0-py3-none-any.whl
(526.9 kB
view hashes)
Close
Hashes for subsystems-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c909d13f886805e28ea2fb17326295db19034375dddb15ceae757838ad71e3b |
|
MD5 | 794db3f56a8524670b81148f140f1e46 |
|
BLAKE2b-256 | 6e0bb2863dbfbd1555905b4da5bcb3871f4cdd9e1d8f2ff19639fd0bbe17c2d4 |