Metadata-Version: 2.1
Name: my-py-opt
Version: 0.3
Summary: Lightweight optimization library
Home-page: https://github.com/Myoldmopar/MyPyOpt
Author: Edwin Lee
License: UnlicensedForNow
Description: # MyPyOpt
        Python version of my simple optimization app from school
        
        ## Documentation [![](https://readthedocs.org/projects/mypyopt/badge/?version=latest)](http://mypyopt.readthedocs.org/en/latest/)
        Documentation is hosted on [ReadTheDocs](http://mypyopt.readthedocs.org/en/latest/).  The docs are completely bare right now.  To build the documentation, enter the docs/ subdirectory and execute `make html`; then open `/docs/_build/html/index.html` to see the documentation.
        
        ## Testing
        
        [![Flake8](https://github.com/Myoldmopar/MyPyOpt/actions/workflows/flake8.yml/badge.svg)](https://github.com/Myoldmopar/MyPyOpt/actions/workflows/flake8.yml)
        [![Run Tests](https://github.com/Myoldmopar/MyPyOpt/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/Myoldmopar/MyPyOpt/actions/workflows/unit_tests.yml)
        
        The source is tested using the python unittest framework.  To execute all the unit tests, just execute the test file (since it calls `unittest.main()`): `python test/test_main.py`.  The tests are also executed by [Travis CI](https://travis-ci.org/Myoldmopar/MyPyOpt).
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
