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.5.tar.gz
(16.7 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.5-py3-none-any.whl
(34.4 kB
view details)
File details
Details for the file miniappi-0.1.5.tar.gz.
File metadata
- Download URL: miniappi-0.1.5.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e72a7f542ab40edff4d6bdfe250954764005263de4740c34ae1f48a3234ab92
|
|
| MD5 |
02fbdb2a721734b69bcdbc01b5c9b509
|
|
| BLAKE2b-256 |
1c338bcf09f4809c5b3fe533fefc9819ad8ce941f5b3f4ac11655c994924e47b
|
File details
Details for the file miniappi-0.1.5-py3-none-any.whl.
File metadata
- Download URL: miniappi-0.1.5-py3-none-any.whl
- Upload date:
- Size: 34.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b232048809e4f3afcc3316a9718efad2fbb6eaa404bda8fabe47e4cfaf1c7b71
|
|
| MD5 |
ee41484841516bf4c23474b00d9caced
|
|
| BLAKE2b-256 |
b33a7301da94bc76f96ae1060f3763e18d03cd390880893c4c9e3534370418d1
|