Metadata-Version: 1.2
Name: sr.comp.cli
Version: 1.4.0
Summary: Command line tools for interacting with the state of the Student Robotics Competition
Home-page: UNKNOWN
Author: Student Robotics Competition Software SIG
Author-email: srobo-devel@googlegroups.com
License: UNKNOWN
Project-URL: Documentation, https://srcomp-cli.readthedocs.org/
Project-URL: Code, https://github.com/PeterJCLaw/srcomp-cli
Project-URL: Issue tracker, https://github.com/PeterJCLaw/srcomp-cli/issues
Description: SRComp CLI
        ==========
        
        |Build Status| |Docs Status|
        
        A set of command-line tools for operating SRComp at a competition and for
        working with compstate repositories.
        
        Usage
        -----
        
        **Install**:
        
        .. code:: shell
        
            pip install -U pip setuptools wheel
            pip install sr.comp.cli
        
        Bash completions are also available, see the ``bash-completion`` file in the
        root of the repo.
        
        Development
        -----------
        
        **Install**:
        
        .. code:: shell
        
            pip install -e .
        
        
        **Test**:
        ``./run-tests``
        
        
        .. |Build Status| image:: https://circleci.com/gh/PeterJCLaw/srcomp-cli.svg?style=svg
           :target: https://circleci.com/gh/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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.7
