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.6.tar.gz
(16.9 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.6-py3-none-any.whl
(34.6 kB
view details)
File details
Details for the file miniappi-0.1.6.tar.gz.
File metadata
- Download URL: miniappi-0.1.6.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a058d8e3bb855d296da90fc29c2572b63ac1b2d3d9e2a5f8f0a422b1f491dd0
|
|
| MD5 |
a5495362ffcfa75b3a9d6abe39b7748d
|
|
| BLAKE2b-256 |
d38ebe0c55c1320da40f1c222c3aaa11c154ea78d09bbd693d0f490fe18a7895
|
File details
Details for the file miniappi-0.1.6-py3-none-any.whl.
File metadata
- Download URL: miniappi-0.1.6-py3-none-any.whl
- Upload date:
- Size: 34.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a613b69dd50035842803789f66aaeaf1b5dbcd111681541372d227049589a1c
|
|
| MD5 |
ef36ebee39c705a4c981718ae3de2378
|
|
| BLAKE2b-256 |
3fa35582516c7a820e843b564712644524927db7008333ef6ff8503aacb1c7f6
|