Metadata-Version: 2.1
Name: ormm
Version: 0.0.2
Summary: A collection of Operations Research Models & Methods
Home-page: https://github.com/egbuck/ormm
Author: Ethan Buck
Author-email: egbuck96@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://ormm.readthedocs.io/en/stable/
Description: ORMM
        ====
        
        Operations Research Models & Methods (ORMM) implements Paul A. Jensen's Excel Add-ins in modern Python.  His Excel packages were last updated in 2011, and while I believe they do still work (for the most part), I fear that his incredible work may become outdated in a couple of ways:
        
        - Excel is not as commonly used for OR, except in settings where security is of the utmost concern and/or modern languages like Python, R, Julia, C, C++, MATLAB, AMPL, or other modeling software are not available.
        - While his website and packages are still available `here <https://www.me.utexas.edu/~jensen/ORMM/>`_, some sections are/may become unusable.  The animations rely on Flash, which is being phased out in google chrome and other web browsers.
        - His work is not nearly as visible as I believe it deserves - any OR practitioner can find value in studying his examples of applications, and use his model implementations to great effect.
        
        Developer Environment
        ---------------------
        
        To use the same packages used in development (for creating additions / modifications), you may use the bash command below to install the dev requirements (recommended to do this in your virtualenv).  This includes being able to run tests and add to the documentation.
        
        .. code:: console
        
           $ pip install -e .[dev]
Platform: UNKNOWN
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Education
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Mathematics
Description-Content-Type: text/x-rst
Provides-Extra: dev
