Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Latest commit

 

History

History
64 lines (46 loc) · 3.68 KB

README.md

File metadata and controls

64 lines (46 loc) · 3.68 KB

Panelify


⚠️ Warning

This project is no longer being actively maintained and there are no plans to update it in the future. As such, I cannot guarantee that the code and resources contained in this repository are up-to-date or secure.

I strongly advise you to exercise caution if you decide to continue using or building upon the work that has been done here. You should carefully review and test any code that you plan to use, and you should be aware that there may be security vulnerabilities or other issues that could impact your project.


Badges

CI GitHub Workflow Status GitHub Workflow Status Code Coverage Status
Docs Documentation Status
Package Conda PyPI
License License

Overview

Panelify is a Python library that makes it easy to create dashboards from static images/plots/charts via the Panel and Pandas libraries.

Why use Panelify?

  • Simple API: We've attempted to make the API as intuitive and easy to learn as possible.
  • Flexibity: Panelify is built on top of Panel, so if you need more control, you can always fall back on Panel's API.

Installation (COMING SOON)

Panelify can be installed from PyPI with pip:

python -m pip install panelify

Panelify will also be available from conda-forge for conda installations:

conda install -c conda-forge panelify

See documentation for more information.