Metadata-Version: 2.1
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
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
Requires-Dist: python-dateutil (<3,>=2.2)
Requires-Dist: paramiko (<3,>=1.10)
Requires-Dist: sr.comp (<2,>=1.2)
Requires-Dist: reportlab (<3.5,>=3.1.44)
Requires-Dist: requests (<3,>=2.5.1)
Requires-Dist: ruamel.yaml (<0.16,>=0.13.0)
Requires-Dist: simplejson (<4,>=3.6)
Requires-Dist: mido (<2,>=1.1)

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/


