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.
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.8.tar.gz
(17.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.8-py3-none-any.whl
(35.9 kB
view details)
File details
Details for the file miniappi-0.1.8.tar.gz.
File metadata
- Download URL: miniappi-0.1.8.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7d5bbf7f384fe08cd08f0d2ca502fe1451b57acee6c64e9e791ec0ed270b696
|
|
| MD5 |
49f93775d68e99e742d836f3102ffd1e
|
|
| BLAKE2b-256 |
3d4e2466c61a35c002755adaa56a6ecb340c507641185e0936fba7a78721f263
|
File details
Details for the file miniappi-0.1.8-py3-none-any.whl.
File metadata
- Download URL: miniappi-0.1.8-py3-none-any.whl
- Upload date:
- Size: 35.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e65bfba9844df55fc582aa658e23ce75654724eec07898da8a7a3b1b95cfd8ff
|
|
| MD5 |
2a46c82d018e086025fce64b65f7a7ab
|
|
| BLAKE2b-256 |
b1d2a668951f46fabe9829371557580be977bc0f21ca3253c81c27b7e8846ec0
|