Documentation

This commit is contained in:
allegroai 2019-06-11 14:36:36 +03:00
parent 4cde03aa8f
commit 755f6e8dcb
3 changed files with 9 additions and 4 deletions

View File

@ -3,6 +3,11 @@
<p style="font-size:1.2rem; font-weight:700;">"Because its a jungle out there"</p>
[![GitHub license](https://img.shields.io/github/license/apache/beam.svg)](https://img.shields.io/pypi/l/trains.svg)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/trains.svg)](https://img.shields.io/pypi/pyversions/trains.svg)
[![PyPI version shields.io](https://img.shields.io/pypi/v/trains.svg)](https://img.shields.io/pypi/v/trains.svg)
[![PyPI status](https://img.shields.io/pypi/status/trains.svg)](https://pypi.python.org/pypi/trains/)
Behind every great scientist are great repeatable methods. Sadly, this is easier said than done.
When talented scientists, engineers, or developers work on their own, a mess may be unavoidable. Yet, it may still be

View File

@ -1,7 +1,9 @@
# TRAINS SDK configuration file
api {
host: http://localhost:8008
credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"}
# Notice: 'host' is the api server (default port 8008), not the web server.
host: http://localhost:8008
# Credentials are generated in the webapp, http://localhost:8080/admin
credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"}
}
sdk {
# TRAINS - default SDK configuration

View File

@ -1,4 +1,2 @@
[bdist_wheel]
# Currently supports Python2 only,
# Python 3 is coming...
universal=1