Superwise SDK
Project description
Superwise.ai Python SDK V2
A python SDK to integrate with superwise.ai service More info: https://docs.superwise.ai/SDK
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
In order to use this library you need:
python > 2.7
Installing
use pip to install this pacakge
pip install superwise_ai_v2
It might be usefully to use virtualenv:
python3 -m venv venv
source venv/bin/activate
pip install superwise_ai_v2
You can see some usage exampls in github project for this package. http://github.com/superwiseai/superwise_sdk_v2
Running the tests
pytest tests -s
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
License
This project is licensed under the MIT License - see the LICENSE.md file for details
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.