Metadata-Version: 2.1
Name: tatau
Version: 0.0.11.dev0
Summary: UNKNOWN
Home-page: https://github.com/TatauCloud/tatau
Author: Tatau Limited
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.14.5)
Requires-Dist: h5py (==2.8.0)
Requires-Dist: torchvision (==0.2.1)
Requires-Dist: torch (==0.4.1)
Requires-Dist: keras (==2.2.2)
Requires-Dist: tensorflow (==1.10.0)
Requires-Dist: tensorboard (==1.10.0)

# Tatau

![Build Status](https://drone.tatau.io/api/badges/TatauCloud/tatau/status.svg?branch=develop)


Tatau is a distributed supercomputing platform used by AI
companies to perform complex deep-learning operations
more cost-effectively, and efficiently than other alternatives.

You can find full API documentation on [ReadTheDocs](https://tatau.readthedocs.io/en/develop/)

## How to contribute

Install dev requirements

```bash
pip install -r requirements.dev.txt
```

Run tests

```bash
tox
```

Build docs

```bash
tox -e docs
```

Run lint
```bash
tox -e lint
```


