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.3.tar.gz
(15.8 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.3-py3-none-any.whl
(33.2 kB
view details)
File details
Details for the file miniappi-0.1.3.tar.gz.
File metadata
- Download URL: miniappi-0.1.3.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37e2798a8226e44ac7a8cca9628a231ff693cfc66189d5688f3073b7de1a6c46
|
|
| MD5 |
ce76642dadd94d6dd8733d54e0ad84b5
|
|
| BLAKE2b-256 |
dac3062c2a5832b07428863d2d58191aadeb423fb3b27143331e30711d48b350
|
File details
Details for the file miniappi-0.1.3-py3-none-any.whl.
File metadata
- Download URL: miniappi-0.1.3-py3-none-any.whl
- Upload date:
- Size: 33.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf901d90baf8db9604ccf43db573562418cdf9feadb25ace2a7b79af42701483
|
|
| MD5 |
b422f88f2817e08bc3b4a7329e6ba322
|
|
| BLAKE2b-256 |
a1c404707aad3a1d60ab963efd6a76d9dbc2af5c396d1e28e7e53f3c6af80150
|