Skip to main content

Pyplan is a graphical Integrated Development Environment for creating and sharing Data Analytics Apps.

Project description

http://pyplan.com/wp-content/uploads/2018/10/logo_pyplan-1.png

Pyplan provides a Python development environment intended for easily creating and deploying data analytics apps. Different than a Jupyter Notebook, where code is structured as a list of sentences, in Pyplan code is contained in nodes that work as calculation steps, organized in a hierarchical influence diagram. Nodes can be evaluated, and its result inspected through a console output or rendered as a table or graph. User interfaces are created dragging nodes on a canvas. Final apps can be shared with one click to general audience.

Among its most prominent features you will find:

  • Assisted drag and drop graphical programming

  • Visual Influence Diagram to represent logic flow

  • Easy creation of interactive user interfaces

  • Empowered collaboration by one click publishing and sharing

  • Secure and scalable with corporate standards

  • On cloud or on-premise deployment

https://pyplan.org

Requirements

Installing and running Pyplan

You can install Pyplan in your computer following the instructions below. In order to publish your apps or run Pyplan online, you will need to create an account here

Installing using PIP:

On Linux/Mac:

Open the terminal and run this commands:

# Install
python3.7 -m venv pyplan
. pyplan/bin/activate
pip install --upgrade pip
pip install pyplan-ide

# Run
. pyplan/bin/activate
pyplan

On Windows:

Open the command line (CMD) and run this commands:

# Install
python3.7 -m venv pyplan
pyplan\Scripts\activate.bat
pip install --upgrade pip
pip install pyplan-ide

# Run
pyplan\Scripts\activate.bat
pyplan

Using Anaconda Navigator:

Install:

1. Create and select new environment "pyplan-ide" for Python 3.7
2. Add pyplan and conda-forge channels
3. Find pyplan-ide app on Home section and click Install

Important:

  If doing an upgrade, first restart Anaconda Navigator in order to close any active Pyplan process.
  A message will appear, make sure that pyplan-ide is selected.

Run:

- Click launch on pyplan-ide app

Alternatively you can also install it using Conda:

# Install
conda config --append channels pyplan
conda config --append channels conda-forge
conda create -n pyplan-ide python=3.7
conda activate pyplan-ide
conda install pyplan-ide

# Run
conda activate
pyplan

User Guide

For User Guide please visit docs.pyplan.org

Community Support

For Community Support please visit community.pyplan.org

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

pyplan-ide-0.31.37.tar.gz (26.4 MB view details)

Uploaded Source

Built Distribution

pyplan_ide-0.31.37-py3-none-any.whl (26.8 MB view details)

Uploaded Python 3

File details

Details for the file pyplan-ide-0.31.37.tar.gz.

File metadata

  • Download URL: pyplan-ide-0.31.37.tar.gz
  • Upload date:
  • Size: 26.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.8

File hashes

Hashes for pyplan-ide-0.31.37.tar.gz
Algorithm Hash digest
SHA256 f2c97cfe4f158ae717301086fa3d890b73b49f920f7f78529e7da250a8733a87
MD5 071fdde091aad53d99738d76fab6ef68
BLAKE2b-256 28526823c9dbc2af16dfd72491b21460832dcacee1d44bfc884687b2ec396bf9

See more details on using hashes here.

File details

Details for the file pyplan_ide-0.31.37-py3-none-any.whl.

File metadata

  • Download URL: pyplan_ide-0.31.37-py3-none-any.whl
  • Upload date:
  • Size: 26.8 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.8

File hashes

Hashes for pyplan_ide-0.31.37-py3-none-any.whl
Algorithm Hash digest
SHA256 cd0eb9003d211d05d4f974fe9621e2eeacec9fae9ec5eea3df1ad4df723bdaca
MD5 f79c3881f50824a1661a3306071da030
BLAKE2b-256 5a2e8614a7c56d226e248f05422729f7bde80e49fdfedb5b119b2d221fc38a7c

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