Metadata-Version: 2.1
Name: mcqa
Version: 0.1.0
Summary: Answering multiple choice questions with Language Models.
Home-page: https://github.com/mcQA-suite/mcQA
Author: Taycir Yahmed
Author-email: taycir.yahmed@gmail.com
License: UNKNOWN
Description: 🚧 **Under construction** 🚧 
         
        # mcQA : Multiple Choice Questions Answering 
        
        [![Build Status](https://travis-ci.com/mcQA-suite/mcQA.svg?branch=master)](https://travis-ci.com/mcQA-suite/mcQA)
        [![PyPI Version](https://img.shields.io/pypi/v/mcqa.svg)](https://pypi.org/project/mcqa/)
        [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
        ![GitHub](https://img.shields.io/github/license/mcqa-suite/mcqa.svg)
        [![codecov](https://codecov.io/gh/mcqa-suite/mcQA/branch/master/graph/badge.svg)](https://codecov.io/gh/mcqa-suite/mcQA)
        
        
        Answering multiple choice questions with Language Models.
        
        
        ## Installation
        
        ### With pip
        
        ```shell
        pip install mcqa
        ```
        
        ### From source
        
        ```shell
        git clone https://github.com/mcqa-suite/mcqa.git
        cd mcQA
        pip install -e .
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
