Metadata-Version: 2.1
Name: sapera
Version: 0.0.3
Summary: A python package for learning algorithms
Home-page: https://github.com/sarthakchaudhary13/sapera
Author: Sarthak Vineet Kumar
Author-email: sarthakchaudhary13@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/sarthakchaudhary13/sapera/issues
Project-URL: Say Thanks!, http://svkumar.me
Project-URL: Source, https://github.com/sarthakchaudhary13/sapera/
Project-URL: Algorithms Source, https://github.com/sarthakchaudhary13/Python
Description: # sapera: Python algorithm learning toolkit  
        <p>
        <a href="https://www.python.org/"><img src = "http://ForTheBadge.com/images/badges/made-with-python.svg"/></a>
        <img align="right" height="35" src = "https://www.repostatus.org/badges/latest/wip.svg"/>
        
        <br>
        
        <a href ="https://github.com/sarthakchaudhary13/sapera/issues">
          <img src = "https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"/>
        </a>
        
        <img src = "https://img.shields.io/github/license/sarthakchaudhary13/sapera"/>
        <img src = "https://img.shields.io/github/issues/sarthakchaudhary13/sapera"/>
        <a href = "https://pypi.org/project/sapera/">
          <img src = "https://img.shields.io/pypi/v/sapera.svg"/>
        </a>
        <img align="right" src = "https://img.shields.io/github/stars/sarthakchaudhary13/sapera"/>
        <img align="right" src = "http://hits.dwyl.com/sarthakchaudhary13/sapera.svg"/>
        </p>
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install *sapera*.
        
        ```bash
        pip install sapera
        ```
        
        ## Usage
        *sapera* can be run as a command-line program, in your terminal run
        ```bash
        sapera
        #It won't do anything now, I am working to make it work ASAP
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        ## License
        [MIT](https://raw.githubusercontent.com/sarthakchaudhary13/sapera/master/LICENSE)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
