Miniappi app launcher library
Project description
Miniappi
What is it?
This library is a Python client library for Miniappi app server. Read more from the Python documentation.
Installation
Install with Pip:
pip install miniappi
Install with uv:
uv add miniappi
Getting Started
from miniappi import App, content
app = App()
@app.on_open()
async def run_user_open():
cont = content.v0.Title(
text="Hello world!"
)
await cont.show()
app.run()
Then follow the link to Miniappi server.
Read more from the Miniappi documentation.
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
miniappi-0.1.4.tar.gz
(16.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
miniappi-0.1.4-py3-none-any.whl
(34.3 kB
view details)
File details
Details for the file miniappi-0.1.4.tar.gz.
File metadata
- Download URL: miniappi-0.1.4.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2b1a42fad28ba278b7203c7341bf41e7fec3cfbfe283aad48f04ba4b0807757
|
|
| MD5 |
2bc0128af42fa0b9cba2ef2c5f5a7a4e
|
|
| BLAKE2b-256 |
415ef04bb68348211c6642b2de34c0570d4401b797676b66c25e5076cfe18712
|
File details
Details for the file miniappi-0.1.4-py3-none-any.whl.
File metadata
- Download URL: miniappi-0.1.4-py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bf5d58c35b005f5705dbc84bc09bf7132374b8f43e8d9fc3890c7bf70a0d455
|
|
| MD5 |
224adfd8987cc6e52ee2c65f26a238b7
|
|
| BLAKE2b-256 |
9553633ceae947f9692e4d806f7b6003e3591e22bad7d12c52d83c03f1754d84
|