Metadata-Version: 2.1
Name: blipleo
Version: 0.1a3
Summary: Language Experience Overview (LEO) Report Generator
Home-page: https://blogs.ntu.edu.sg/blip/
Author: Le Tuan Anh
Author-email: tuananh.le@ntu.edu.sg
License: GNU General Public License v3 (GPLv3)
Project-URL: Bug Tracker, https://github.com/BLIPNTU/LEO/issues
Project-URL: Source Code, https://github.com/BLIPNTU/LEO/
Description: # Language Experience Overview (LEO) Report Generator
        
        `blipleo` is a Python package to generate Language Experience Overview (LEO) report.
        
        ## Installation
        
        `blipleo` package is available on PyPI and can be installed using pip
        
        ```bash
        pip install blipleo
        ```
        
        ## Usage
        
        To generate a LEO report, prepare a LEO json data file (For sample see: [data/baby_test.json](https://github.com/BLIPNTU/LEO/blob/main/data/baby_test.json))
        and use the following commands:
        
        ```python
        import blipleo
        leo = blipleo.read_json('./data/baby_test.json')
        blipleo.generate_leo(leo, './data')
        ```
        
        ## License
        
        - The blipleo package is licensed under GPL version 3.0
        - The LEO template graphic vector files under templates folder are licensed under CC-BY-NC 4.0
        
        ## Developers
        
        `blipleo` is a free software, source code is available on Github: https://github.com/BLIPNTU/LEO
        
        ## Contact
        
        For more information, please contact Fei Ting Woon at feitingwoon@ntu.edu.sg
        
Keywords: nlp
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Vector-Based
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
