An open API service indexing awesome lists of open source software.

https://github.com/adityaa30/cpcli

Execute sample test cases for all problems in terminal
https://github.com/adityaa30/cpcli

algorithms cli contest

Last synced: 4 months ago
JSON representation

Execute sample test cases for all problems in terminal

Awesome Lists containing this project

README

          

Competitive Programming CLI
===========================

.. image:: https://img.shields.io/pypi/v/cpcli.svg
:target: https://pypi.python.org/pypi/cpcli
:alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/cpcli.svg
:target: https://pypi.python.org/pypi/cpcli
:alt: Supported Python Versions

|Commit| |Test|

Download Guide
~~~~~~~~~~~~~~

.. code:: bash

pip install cpcli

Requirements
~~~~~~~~~~~~

- Python 3.6+
- `lxml `__
- `zope.interface `__

Documentation
-------------

Documentation is available online at the `Github
Wiki `__

Contributing
------------

See `Developer's
Guide `__
in the Wiki.

.. |Commit| image:: https://github.com/adityaa30/cpcli/workflows/Check%20Commit/badge.svg
.. |Test| image:: https://github.com/adityaa30/cpcli/workflows/Test/badge.svg