A CLI tool to speed up your workflow when developing Panel applications
Project description
🚪 Awesome Panel CLI Intro
THIS PROJECT IS IN AN ALPHA STATE AND WILL CHANGE. USE IT AT YOUR OWN RISK.
The aim of the awesome-panel-cli
project is to turn you into a
rockstar developer of high quality data apps.
To do this the awesome-panel-cli
provides an opinionated command line interface (CLI) pn
and a
set of best practice templates.
For example you can install and create a new app as simple as
pip install awesome-panel-cli[all]
pn create app
This project draws inspiration from other CLI tools like
This project is a part of the awesome-panel project. Please support the awesome-panel project by giving it a ⭐ at awesome-panel/awesome-panel.
Thanks
Contributing
If you are looking to contribute you can find ideas in the issue tracker.
I would ❤️ to support and receive your contributions. Thanks.
🧳 Prerequisites
📙 How to
Below we describe how to get started.
🚀 Install for usage
You can install the package via
pip install awesome-panel-cli
If you additionally want to serve the intro notebook or example apps you should run
pip install awesome-panel-cli[all]
You will then have access to a powerful command line interface invoked using the command pn
.
How to figure out which commands are available
Try running
pn --help
pn hello --help
pn create --help
pn create app --help
pn create project --help
💻 Install for Development
To install for development you will need a fresh and activated virtual environment.
Then run
git clone https://github.com/awesome-panel/awesome-panel-cli.git
cd awesome-panel-cli
pip install pip -U
pip install -e .[all]
Then you can see the available commands via
pn --help
You can run all tests via
pn test all
Please run this command before you git push
and fix any failing tests.
🔥 Install the current master
branch
If you want to try out or test the newest features you can install the current master
branch via
pip install pip -U
pip install git+https://github.com/awesome-panel/awesome-panel-cli.git
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
Hashes for awesome-panel-cli-0.1.0rc5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7f3e796674e70a950ae7dac220aa3f14a939ebf9030d24b89ea514f980d137b |
|
MD5 | 5d84b08221863d1bf7e04443a815f5a5 |
|
BLAKE2b-256 | 726d458b4feed840363866847ca1c617fd2ab6ea6e3bbc8fb9eb3357c7b928c2 |
Hashes for awesome_panel_cli-0.1.0rc5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c3954d8a8f91d8243ff6c5f83a7e04cf5f94feaa08de421f188e57b1267f75f |
|
MD5 | 9e8ee504e45465f8bf6934f693ba0987 |
|
BLAKE2b-256 | 52e7fbdf53f8196d6187a2817bca9c372dfbb5b700c7de0388e917cd8cfcb92f |