Metadata-Version: 1.2
Name: cpcli
Version: 0.2
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
Description: Competitive Programming CLI
        ===========================
        
        |Commit| |Test|
        
        Download Guide
        ~~~~~~~~~~~~~~
        
        .. code:: bash
        
            # Clone the repository
            git clone https://github.com/adityaa30/cpcli
        
            # Change directory to the cloned directory
            cd cpcli
        
            # Install i
            pip install -e .
        
        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
        
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
