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.7.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.7-py3-none-any.whl
(34.6 kB
view details)
File details
Details for the file miniappi-0.1.7.tar.gz.
File metadata
- Download URL: miniappi-0.1.7.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 |
f74431d5b6444503c2465ff1bb889b830dfdc2e6d4d6b4796b859e652f9a9dec
|
|
| MD5 |
0282c922b9170e3de492369366136237
|
|
| BLAKE2b-256 |
0409303a24e4a0d9466bc53121777e48655530190367ee5a47483d72b045f096
|
File details
Details for the file miniappi-0.1.7-py3-none-any.whl.
File metadata
- Download URL: miniappi-0.1.7-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 |
d2eaee598a7b578c8d173601fd898b48b11ff281f2de6c0de86129506ba7b807
|
|
| MD5 |
c8c478ce2c35ac821402f02f8108ff6a
|
|
| BLAKE2b-256 |
bb54b5e1862043e03eb10e1936e0d01851a447811800f5efee7e206e5afff6c6
|