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.2.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.2-py3-none-any.whl
(33.2 kB
view details)
File details
Details for the file miniappi-0.1.2.tar.gz.
File metadata
- Download URL: miniappi-0.1.2.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 |
6e8c6b164a844c83e283097608be66714e65430f399410b35076b8e1046decbd
|
|
| MD5 |
2846fe71c1cbf5727b859bd009f4b96f
|
|
| BLAKE2b-256 |
27549ec66cfc809d5540b578ab866322d53b59435fe171e5f49866778b507d4b
|
File details
Details for the file miniappi-0.1.2-py3-none-any.whl.
File metadata
- Download URL: miniappi-0.1.2-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 |
44f3a582c34645a22ff368d95b3a5862e3d0d3a0ececebffe3f331930dc96efa
|
|
| MD5 |
743ac3437159ac50bc54a4e8eb9bad1c
|
|
| BLAKE2b-256 |
7847bc4771f4b92fe10f6cf14c626422d0761d2d69c11e1b4f14129b7e5de797
|