Skip to content

trapi/python-codebox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

python-codebox

This repository containes a Dockerfile for a Python 2.7 container with built in support for syncano and basic python libraries.

You can build a container yourself or pull it from docker registry.

$ docker pull syncano/python-codebox
$ docker run -it syncano/python-codebox

In a container you can use syncano library for python:

>>> connection = syncano.connect(api_key='my_api_key')
>>> connection.Instance.please.list()

By default, syncano library will use staging version of syncano v4. More info about the library is here.

About

Dockerfile for python codebox runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published