Metadata-Version: 1.1
Name: tmc
Version: 0.3.11
Summary: TestMyCode client
Home-page: http://github.com/JuhaniImberg/tmc.py/
Author: Juhani Imberg
Author-email: juhani@imberg.com
License: MIT
Description: 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.
        
        tutorial / usage
        ----------------
        
        `See here`_
        
        license
        -------
        
        MIT, see ``LICENSE``
        
        .. _docs: https://JuhaniImberg.github.io/tmc.py/
        .. _TestMyCode server: https://github.com/testmycode/tmc-server
        .. _tmc-netbeans: https://github.com/testmycode/tmc-netbeans
        .. _See here: https://JuhaniImberg.github.io/tmc.py/tutorial.html
        .. _curses: http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
