Metadata-Version: 2.1
Name: cospy
Version: 0.3.0
Summary: A simple CLI tool to do a lot of things..
Home-page: https://github.com/Adwaith-Rajesh/cospy
Author: Adwaith-Rajesh
Author-email: adwaithrajesh3180@gmail.com
License: UNKNOWN
Description: # Cospy
        A Simple CLI tool do a lot of things.
        ___
        ## Table of contents
          - [Description](#DESCRIPTION)
          - [Installation](#INSTALLATION)
          - [API](#API)
          - [Usage](#USAGE)
        
        
        ## Description
        A CLI to do a lot of stuff in a more easier(maybe) way. 
        ___
        
        ## Installation
        ```bash
        pip install cospy
        ```
        ___
        ## API
        
        Below is the list of currently supported API.
        
        * [`cos init`](https://github.com/Adwaith-Rajesh/cospy/blob/master/docs/README.md#init)  - Start a programming project in any language.
        * [`cos clean`](https://github.com/Adwaith-Rajesh/cospy/blob/master/docs/README.md#clean) - Sort directory.
        * [`cos tasks`](https://github.com/Adwaith-Rajesh/cospy/blob/master/docs/README.md#tasks) - Manage tasks
        
        ## Usage
        All the docs and usage are listed [here](https://github.com/Adwaith-Rajesh/cospy/tree/master/docs).
        
Keywords: cli,python,code,development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
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
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >3.6
Description-Content-Type: text/markdown
