Skip to content

arza-zara/tmc.py

 
 

Repository files navigation

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

About

Unofficial TestMyCode client in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.6%
  • Shell 5.4%