Metadata-Version: 1.1
Name: pygiftparser
Version: 1.0
Summary: GIFT parser in python that parses a Gift source code and loads data in a Question/Answer model for further use in an application
Home-page: https://github.com/mtommasi/pygiftparser
Author: Marc Tommasi - UdL/INRIA
Author-email: first.last@univ-lille.fr
License: MIT
Description: pygiftparser
        ------------
        
        Gift (http://microformats.org/wiki/gift) parser in python with HTML generation. 
        
        
        Requirements
        ============
        
        - python3
        - markdown
        - yattag
        
        Install
        =======
        
        >  pip install pygiftparser
        
        Import it in your application like this
        
        > from pygiftparser import parser 
        
        Notes
        =====
        
        list of numerical answers is not covered
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Text Processing
