Skip to main content

Datapane client library and CLI tool

Project description

Datapane CLI and Python client library

image

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

datapane-0.2.101-py3-none-any.whl (38.9 kB view details)

Uploaded Python 3

File details

Details for the file datapane-0.2.101-py3-none-any.whl.

File metadata

  • Download URL: datapane-0.2.101-py3-none-any.whl
  • Upload date:
  • Size: 38.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.3 CPython/3.8.1 Linux/4.19.78-coreos

File hashes

Hashes for datapane-0.2.101-py3-none-any.whl
Algorithm Hash digest
SHA256 72cdc88de78760d6e5beb09d5f80fcb3085c18258c82864566547b59e39d76d4
MD5 440a99e4a4037e9057da25b3976a6363
BLAKE2b-256 d1a39e6ef5b1fbdad98bfe604584a97accb0e12e21afe9a14cc8186417066a5d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page