Metadata-Version: 2.1
Name: sr.comp.cli
Version: 1.9.0
Summary: Command line tools for interacting with the state of the Student Robotics Competition
Author: Student Robotics Competition Software SIG
Author-email: srobo-devel@googlegroups.com
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
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.8
License-File: AUTHORS.rst
Requires-Dist: python-dateutil <3,>=2.2
Requires-Dist: Fabric <3,>=2.7
Requires-Dist: invoke <2,>=1.7
Requires-Dist: sr.comp <2,>=1.8
Requires-Dist: reportlab <3.7,>=3.1.44
Requires-Dist: requests <3,>=2.5.1
Requires-Dist: ruamel.yaml <1.0,>=0.15
Requires-Dist: mido <2,>=1.1
Requires-Dist: tabulate <0.10,>=0.8.9

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 . -r dev-requirements.txt


**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/
