Metadata-Version: 2.1
Name: tensor9
Version: 0.1.15
Description-Content-Type: text/markdown

# Tensor9 SDK

This is the Python SDK for the [Tensor9](https://www.tensor9.com/). **Tensor9** enables SaaS and AI vendors to easily run their software inside their customer's cloud, so that sensitive customer data stays private.

## To publish

```
❯ pwd
src/sdk/python
❯ rm dist/* && python setup.py sdist bdist_wheel  
❯ twine upload dist/* 
```
