Metadata-Version: 2.1
Name: simpleor
Version: 0.0.6
Summary: Package to solve Operations Research problems.
Home-page: https://github.com/simple-ai-opensource/simple-or
Author: Lennart Damen
Author-email: lennart.damen.ai@gmail.com
License: GNU General Public License v3
Description: ========
        simpleor
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/simpleor.svg
                :target: https://pypi.python.org/pypi/simpleor
        
        
        .. image:: https://readthedocs.org/projects/simpleor/badge/?version=latest
                :target: https://simple-or.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        Package to solve Operations Research problems.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://simple-or.readthedocs.io/
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.4 (2020-12-12)
        ------------------
        
        * First release on PyPI.
        
        0.0.5 (2020-12-19)
        ------------------
        
        * Added match maker module
        * Updated docs
        * Simplified GitHub workflow
        
Keywords: simpleor
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Provides-Extra: test
Provides-Extra: dev
