Metadata-Version: 2.1
Name: openodia
Version: 0.1.7
Summary: Open source Odia language tools
Home-page: https://github.com/soumendrak/openodia
Author: Soumendra Kumar Sahoo
Author-email: proud_odia@outlook.com
License: MIT
Description: ![image](docs/cover-pic.png)
        
        <h4 align="center">
          <a href="https://github.com/soumendrak/openodia/actions/workflows/codecov.yml"><img alt="Code coverage" src="https://github.com/soumendrak/openodia/actions/workflows/codecov.yml/badge.svg"></a>
          <a href="https://github.com/psf/black/blob/main/LICENSE"><img alt="License: MIT" src="https://black.readthedocs.io/en/stable/_static/license.svg"></a>
          <a href="https://codecov.io/gh/soumendrak/openodia"><img alt="code coverage" src="https://codecov.io/gh/soumendrak/openodia/branch/main/graph/badge.svg?token=1TOQIKGDQ2"/></a>
          <a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fsoumendrak%2Fopenodia?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsoumendrak%2Fopenodia.svg?type=shield" alt="license"/></a>
          <a href="https://pepy.tech/project/openodia" alt="downloads"><img src="https://static.pepy.tech/personalized-badge/openodia?period=total&units=none&left_color=black&right_color=orange&left_text=Downloads"/></a>
        </h4>
        
        - `openodia` is a Python package which contains various tools on Odia language.
        - The short term goal of this package is to not make state-of-the-art methods, but to make tools which work.
        
        ## Install
        
        - Please install any Python 3 version. It should work. However, the library is tested in python 3.9 version.
        
        ```bash
        pip install openodia
        ```
        
        - If you want to directly build from the binary, please clone the repo and run `setup.py`.
        ```shell
        git clone https://github.com/soumendrak/openodia.git
        ```
        
        ## Usage
        
        For usage and further documentation please visit the [Documentation](https://openodia.soumendrak.com/) page. 
        
        ## License
        
        <a align="center">
        <a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fsoumendrak%2Fopenodia?ref=badge_large" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsoumendrak%2Fopenodia.svg?type=large"/></a>
        </a>
        
        ## Caution
        
        Thanks for being an early visitor.  
        The library is in active development phase and not for production use.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
