Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

visivo

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

visivo

Visivo CLI for BI and visualizations as code

  • 1.0.49
  • PyPI
  • Socket score

Maintainers
2

Usage

Please refer to https://docs.visivo.io for detailed instructions on how to use this package.

Install

pip install visivo

If you want to install a preview version you can install from a beta tag:

python -m pip install git+https://github.com/visivo-io/visivo.git@v1.1.0-beta-1 --force-reinstall

Development

Viewer

The local development environment is a basic Create React App setup. You can test any changes by:

  1. Install Visivo from above.
  2. Start visivo serve on a project. You can do this in on test-projects in this repo. This acts as the server for your changes.
  3. In another terminal start the react app.
    1. cd viewer
    2. yarn start
    3. Navigate to localhost:3000 this will proxy any data requests to the running visivo serve command

Generating a Release

A release is created by running the action Create Release. This will create a tag and trigger the deployment of the viewer. The input is without the v prefix. Example: 1.3.4.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc