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
- Host: GitHub
- URL: https://github.com/adityaa30/cpcli
- Owner: adityaa30
- License: mit
- Created: 2019-03-26T08:07:03.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T15:26:17.000Z (almost 5 years ago)
- Last Synced: 2026-02-20T15:24:16.349Z (4 months ago)
- Topics: algorithms, cli, contest
- Language: Python
- Homepage:
- Size: 4.87 MB
- Stars: 9
- Watchers: 0
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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