Skip to main content

📊 panelini 🐍

opensemanticworld.github.io/panelini/ PyPI Version Release Build status codecov Commit activity License

Panelini Banner

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.

Panelini Banner

📦 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.

📌 Releases

Versions are cut automatically from Conventional Commits on every merge to main. See CHANGELOG.md for release notes and Releases for published tags.

📜 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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

panelini-1.0.0.tar.gz (12.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

panelini-1.0.0-py3-none-any.whl (1.9 MB view details)

Uploaded Python 3

File details

Details for the file panelini-1.0.0.tar.gz.

File metadata

  • Download URL: panelini-1.0.0.tar.gz
  • Upload date:
  • Size: 12.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for panelini-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f6ef1d0e884843d1c43f7f7159c92b717ada2f84c355fe23da6d78f214757b6c
MD5 a7b33e2ac45e06d9e713602ea96675a8
BLAKE2b-256 de7a0d324571e2686d3c5b0a2ebdabd13073fae600fe597af93a14a0240b4463

See more details on using hashes here.

File details

Details for the file panelini-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: panelini-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for panelini-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d92d95bd5f544df3d25dde79c8a5f6ea78acfd0865bd0a6e182e0d1c821ca3b2
MD5 99126feccf89ae81972164d14c8d53b1
BLAKE2b-256 cac7388fd87bac1c8416e41e176efdbdb892266ba95ffb965fc2784fb93100ac

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.0 This release

2 files

0.11.0

2 files

0.10.1

2 files

0.10.0

2 files

0.9.4

2 files

0.9.3

2 files

0.9.2

2 files

0.9.1

2 files

0.9.0

2 files

0.8.0

2 files

0.7.2

2 files

0.7.0

2 files

0.6.4

2 files

0.6.3

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.1

2 files

0.4.0

2 files

0.3.0

2 files

0.1.2

2 files

0.1.0

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page