Skip to main content

A high-level python API with low-code support for Data Visualization

Project description

🔥📊📣 VizPool 📣📊🔥

PyPI Version Downloads Issue Tracking Github Actions Status "Buy Me A Coffee"

VizPool is a high level python API for data visualization.It provides low-code support for static and interactive visuals.

Overview

🔗 Project Link

Check out the Pypi Package here

Installation

Install via Pip!

pip install vizpool

Usage

import the components and use it like any other python package

  • Static Visuals
from vizpool import static
  • Interactive Visuals
from vizpool import interactive

Contributing

Yes, Please! I believe that there is alot of oportunity to make even the most complex visuals available for data comunity, so lets make it more efficient, let go with low-code!!

Follow the instructions on the vizpoolQuickStart example file to get up and running, or follow along below!

Quickstart

  • Ensure you have Python 3.7+ installed.

  • Create a new Python conda environment for the vizpool:


$ conda create -n venv  # create venv
$ conda activate venv  # activate venv
$ pip install vizpool # install vizpool
  • Create a new Python virtual environment with pip for the vizpool:

$ python3 -m venv venv  # create venv
$ . venv/bin/activate   # activate venv
$ pip install vizpool # install vizpool

Project details


Download files

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

Source Distribution

vizpool-0.0.8.dev2.tar.gz (22.3 kB view hashes)

Uploaded Source

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