Panelini is a user-friendly Python package designed to provide an out-of-the-box panel with a beautiful and responsive layout. It simplifies the creation of interactive dashboards by handling dynamic content seamlessly using Python Panel components. Whether you're building complex data visualizations or simple interactive interfaces, panelini offers an easy-to-use solution that enhances productivity and aesthetics.
Project description
📊 panelini 🐍
panelini is a user-friendly Python package designed to provide an out-of-the-box panel with a beautiful and responsive layout. It simplifies the creation of interactive dashboards by handling dynamic content seamlessly using Python Panel components. Whether you're building complex data visualizations or simple interactive interfaces, this package offers an easy-to-use solution that enhances productivity and aesthetics.
📦 Table of Contents
📄 Features
- Easy Setup: Quickly get started with minimal configuration.
- Beautiful Layouts: Pre-designed, aesthetically pleasing layouts that can be customized to fit your needs.
- Dynamic Content: Efficiently manage and display dynamic content using robust Python Panel components.
- Extensible: Easily extend and integrate with other Python libraries and tools.
- Published on PyPI: Install effortlessly using pip.
🚀 Install
Recommended
uv add panelini
or use pip
pip install panelini
💥 Usage
A minimal example to run Panelini can be found in the examples/panelini_min.py file.
Below is a simple code snippet to get you started:
import panel as pn
from panelini import Panelini
# Create an instance of Panelini
app = Panelini(
title="📊 Welcome to Panelini! 🖥️",
# main = main_objects # init objects here
)
# Or set objects outside
app.main_set(
# Use panel components to build your layout
objects=[
pn.Card(
title="Set complete main objects",
objects=["Some content goes here"],
width=300,
max_height=200,
)
]
)
# Servable for debugging using command
# panel serve <panelini_min.py --dev
app.servable()
if __name__ == "__main__":
# Serve app as you would in panel
pn.io.server.serve(app, port=2233)
See examples directory for more usage scenarios.
🛞 Commands
Panel command to serve with static content
panel serve examples/panelini_min.py --dev --port 5006 --static-dirs assets="src/panelini/assets" --ico-path src/panelini/assets/favicon.ico
When using
panel serve, make sure to specify the correct paths for your static assets and favicon.
🦥 Authors
📜 Content Attribution
The authors initially generated the logo and banner for this repository using DALL-E 3 and later modified it to better align with the project's vision.
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
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
File details
Details for the file panelini-0.8.0.tar.gz.
File metadata
- Download URL: panelini-0.8.0.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f6792768b21e1686e27400de14af7d79578efa2ca987aac051bfe558956b400
|
|
| MD5 |
b8af9a1ab609f158b91f4386dbfed9e4
|
|
| BLAKE2b-256 |
8d8d9db4a70c7d90a6d40f49dd2cdaee36409ad11a3a2bb24cc01314241b0d90
|
File details
Details for the file panelini-0.8.0-py3-none-any.whl.
File metadata
- Download URL: panelini-0.8.0-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed9f74924aa971cbc6e82c5689415d6be95582808970c4bdcf68945f2a3e55df
|
|
| MD5 |
61cc35db776d1fdfe5bd9d1b0b7e887a
|
|
| BLAKE2b-256 |
2c1c3dac7aecf6999561aaa7d9bd899e6bfe636af9696dae4bd8d63554e2247f
|