Metadata-Version: 1.1
Name: decisionTable
Version: 0.0.3
Summary: Transform decision table string to code logic.
Home-page: https://github.com/urosjarc/decisionTable
Author: Uroš Jarc
Author-email: jar.fmf@gmail.com
License: BSD
Description: ===============================
        decisionTable
        ===============================
        
        **Python package to transform decision table string to code logic.**
        
        ----
        
        .. image:: https://img.shields.io/travis/urosjarc/decisionTable.svg
                :target: https://travis-ci.org/urosjarc/decisionTable
        
        .. image:: https://img.shields.io/pypi/v/decisionTable.svg
                :target: https://pypi.python.org/pypi/decisionTable
                
        .. image:: https://landscape.io/github/urosjarc/decisionTable/master/landscape.svg?style=flat
           		:target: https://landscape.io/github/urosjarc/decisionTable/master
        
        .. image:: https://coveralls.io/repos/urosjarc/decisionTable/badge.svg
        		:target: https://coveralls.io/r/urosjarc/decisionTable
        
        .. image:: https://badge.waffle.io/urosjarc/decisionTable.png?label=ready&title=Ready 
         		:target: https://waffle.io/urosjarc/decisionTable
        
        .. image:: https://readthedocs.org/projects/decisiontable/badge/
         		:target: https://readthedocs.org/projects/decisiontable
        		
        * Free software: BSD license
        * Documentation: https://decisionTable.readthedocs.org.
        
        Features
        --------
        
        - Decision table string parser.
        - Get decision from table.
        
        
        
        
        History
        -------
        
        0.0.1 (2015-06-01)
        ---------------------
        
        * First release on PyPI.
        
Keywords: decisionTable
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
