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

viso-sdk-python

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viso-sdk-python

VisoSDK: A Python SDK for use in Viso containers

  • 1.0.8
  • PyPI
  • Socket score

Maintainers
2

viso-sdk-python

viso-sdk-python is a utility for viso.ai containers.

Installation

Use pip to install the latest stable version of viso-sdk-python:

pip install viso-sdk-python

Build

python3 -m pip install -e .
python3 setup.py sdist bdist_wheel

# pip3 install setuptools-cythonize
# pip3 install setuptools
# pip3 install --upgrade pip
- remove build files before pushing
cd viso_sdk
find . -type f -name "*.c" -delete
find . -type f -name "*.so" -delete

Build sphinx document

# setup dependencies for sphinx autodoc extensions
pip3 install -r requirements-docs.txt

# 
mkdir docs
cd docs

# run script for generating autodoc 
sphinx-apidoc -e -P -f -o source/ ../viso_sdk
make html

# execute html page
cd docs/_build/index.html

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