Datapane client library and CLI tool
Project description
Datapane CLI and Python client library
Datapane is a platform to rapidly build and share data-driven reports and analysis publicly on the cloud and within your organisation.
This package includes both the Datapane Python client library, and the datapane
command-line tool.
The datapane
tool provides CLI functionality into creating Datapanes and running scriped Datapanes.
Available to download for Windows, macOS, and Linux. Free software under the Apache license.
Happy hacking! :)
Docs
See https://docs.datapane.com/api/
Install
$ pip3 install datapane
Configure
$ datapane login
$ datapane ping
Use
API
from datapane import api
api.init()
ds = api.Dataset.upload_df(df)
s = api.Script.upload_file("./script.ipynb")
asset = api.Asset.upload_obj(my_matplotlib_figure)
api.Report.create(ds, asset)
Command line
# create a Dataset
$ datapane dataset upload ./test.csv --public
# create a Script
$ datapane script upload ./script.ipynb --title "My cool script"
# create a Datapane
$ datapane datapane create ./test.csv ./figure.png
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file datapane-0.2.139-py3-none-any.whl
.
File metadata
- Download URL: datapane-0.2.139-py3-none-any.whl
- Upload date:
- Size: 42.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.2 Linux/5.0.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cff91b9b3f9c8ac4a71b1da53bb6587216bbae2b0e36444cce874986dcf1e3cb |
|
MD5 | e2a7dc6021d380ef3457f2c768997fa1 |
|
BLAKE2b-256 | 3ca921989c4579891469c5ef8d7837900934b56a01ea90a8175b8e5aee2bbc36 |