Metadata-Version: 2.1
Name: cpcli
Version: 0.3
Summary: Competitive Programming CLI
Home-page: https://github.com/adityaa30/cpcli
Author: Aditya Kumar
Author-email: k.aditya00@gmail.com
License: MIT License
Download-URL: https://github.com/adityaa30/cpcli/releases/tag/0.2
Keywords: CLI,Competitive Programming
Platform: UNKNOWN
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE

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 <https://pypi.org/project/lxml/>`__
-  `zope.interface <https://pypi.org/project/zope.interface/>`__

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

Documentation is available online at the `Github
Wiki <https://github.com/adityaa30/cpcli/wiki/Commands>`__

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

See `Developer's
Guide <https://github.com/adityaa30/cpcli/wiki/Developer%27s-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


