Metadata-Version: 1.2
Name: sr.comp.cli
Version: 1.2.0
Summary: CLI tools for srcomp repositories
Home-page: UNKNOWN
Author: Student Robotics Competition Software SIG
Author-email: srobo-devel@googlegroups.com
License: UNKNOWN
Description: SR Comp CLI
        ===========
        
        |Build Status| |Docs Status|
        
        A set of command line tools for accessing SR compstate repositories.
        
        Usage
        -----
        
        **Install**:
        
        .. code:: shell
        
            pip install git+https://github.com/PeterJCLaw/srcomp git+https://github.com/PeterJCLaw/srcomp-cli
        
        Bash completions are also available, see the ``bash-completion`` file in the
        root of the repo.
        
        Development
        -----------
        
        **Install**:
        
        .. code:: shell
        
            pip install git+https://github.com/PeterJCLaw/srcomp
            pip install -e .
        
        
        **Test**:
        ``./run-tests``
        
        
        .. |Build Status| image:: https://travis-ci.org/PeterJCLaw/srcomp-cli.png?branch=master
           :target: https://travis-ci.org/PeterJCLaw/srcomp-cli
        
        .. |Docs Status| image:: https://readthedocs.org/projects/srcomp-cli/badge/?version=latest
           :target: https://srcomp-cli.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.7
