Metadata-Version: 1.1
Name: tmc
Version: 0.3.2
Summary: TestMyCode client
Home-page: http://github.com/JuhaniImberg/tmc.py/
Author: Juhani Imberg
Author-email: juhani@imberg.com
License: MIT
Description: tmc.py
        ======
        
        `tmc.py` is a commandline client for working with a [TestMyCode server](https://github.com/testmycode/tmc-server). It aims to have all of the features of [tmc-netbeans](https://github.com/testmycode/tmc-netbeans).
        
        note
        ----
        
        The legacy branch has the python2 version. It's the version also in [PyPi](https://pypi.python.org/pypi/tmc/0.2.2)
        
        installation
        ------------
        
            Requires Python 3.3+ and pip
            pip3 install git+https://github.com/JuhaniImberg/tmc.py.git
        
        usage
        ----
        
        [See here](https://JuhaniImberg.github.io/tmc.py/)
        
        example
        -------
        
            while course is not completed:
                tmc run subl3 && tmc test && tmc submit && tmc next
        
        state
        -----
        
        Works
        
        * Login
        * Downloading
        * Testing with ant
        * Submitting
        
        Needs Polish
        
        * All
        
        ToDo
        
        * More docs
        * Testing script
        
        license
        -------
        
        MIT, see `LICENSE`
        
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.3
Classifier: Programming Language :: Python :: 3.4
