TestMyCode client


License
MIT
Install
pip install tmc==1.0.2

Documentation

tmc.py docs

tmc.py is a commandline client for working with a TestMyCode server. It aims to have all of the features of tmc-netbeans.

installation

Requires Python 3.2 + and pip / virtualenv. If you have root access

sudo pip3 install tmc

otherwise

curl -L https://rawgit.com/JuhaniImberg/tmc.py/master/tmcpy-inst.sh | bash

If you are running a Windows OS, please install curses for Python.

If you want to try out the git version you can do so by cloning this repository, activating your virtualenv and ./setup.py install.

tutorial / usage

See here

version numbers

SemVer will be adopted starting with the 1.0.0 release.

license

MIT, see LICENSE