.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/build-docs.yml
.github/workflows/release.yml
.github/workflows/static-checks.yml
.github/workflows/tests.yml
docs/index.md
docs/javascripts/mathjax.js
docs/snippets/everest_optimizers.md
docs/stylesheets/extra.css
src/ropt_eo/__init__.py
src/ropt_eo/everest_optimizers.py
src/ropt_eo/py.typed
src/ropt_eo/version.py
src/ropt_eo.egg-info/PKG-INFO
src/ropt_eo.egg-info/SOURCES.txt
src/ropt_eo.egg-info/dependency_links.txt
src/ropt_eo.egg-info/entry_points.txt
src/ropt_eo.egg-info/requires.txt
src/ropt_eo.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_doc.py
tests/test_optpp.py