.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/release.yml
.github/workflows/static-checks.yml
.github/workflows/tests.yml
src/ropt_dakota/__init__.py
src/ropt_dakota/dakota.py
src/ropt_dakota/py.typed
src/ropt_dakota/version.py
src/ropt_dakota.egg-info/PKG-INFO
src/ropt_dakota.egg-info/SOURCES.txt
src/ropt_dakota.egg-info/dependency_links.txt
src/ropt_dakota.egg-info/entry_points.txt
src/ropt_dakota.egg-info/requires.txt
src/ropt_dakota.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_dakota_backend.py