Metadata-Version: 2.1
Name: lapras
Version: 0.0.8
Summary: scorecard
Home-page: https://github.com/yhangang
Author: Badtom
Author-email: yhangang@gmail.com
License: MIT
Description: 
        
        # LAPRAS
        
        [![PyPi version][pypi-image]][pypi-url]
        [![Python version][python-image]][docs-url]
        
        
        
        
        Lapras is developed to facilitate the dichotomy model development work.
        
        
        ## Install
        
        
        via pip
        
        ```bash
        pip install lapras
        ```
        
        via source code
        
        ```bash
        python setup.py install
        ```
        
        ## Usage
        
        ```python
        lapras.IV("file_path")
        ```
        
        ## Documents
        
        A simple API.
        
        [pypi-image]: https://img.shields.io/badge/pypi-V0.0.10-%3Cgreen%3E
        
        
        
        [pypi-url]: https://github.com/yhangang
        [python-image]: https://img.shields.io/pypi/pyversions/toad.svg?style=flat-square
        
        
        
        
Keywords: scorecard
Platform: UNKNOWN
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
