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 details)
Built Distribution
subsystems-0.1.0-py3-none-any.whl
(526.9 kB
view details)
File details
Details for the file subsystems-0.1.0.tar.gz
.
File metadata
- Download URL: subsystems-0.1.0.tar.gz
- Upload date:
- Size: 515.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
10182612aa0fd8645964862ec0bfa15eba40ea57db76fbd90463ff565173b79b
|
|
MD5 |
62cd14db28bf97e7b68b7e39c185f012
|
|
BLAKE2b-256 |
86564475d559df73fa94a57f4a03759ce6bd16e094beae2dc35e7ef0f912f0d8
|
File details
Details for the file subsystems-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: subsystems-0.1.0-py3-none-any.whl
- Upload date:
- Size: 526.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4c909d13f886805e28ea2fb17326295db19034375dddb15ceae757838ad71e3b
|
|
MD5 |
794db3f56a8524670b81148f140f1e46
|
|
BLAKE2b-256 |
6e0bb2863dbfbd1555905b4da5bcb3871f4cdd9e1d8f2ff19639fd0bbe17c2d4
|