.gitignore
.zenodo.json
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
.github/workflows/master.yml
docs/Makefile
docs/examples_userguide/logli1.py
docs/examples_userguide/rastrigin1.f90
docs/examples_userguide/rastrigin1.py
docs/examples_userguide/rastrigin1.sh
docs/examples_userguide/rastrigin2.py
docs/examples_userguide/rastrigin3.py
docs/examples_userguide/run_rastrigin1.py
docs/source/conf.py
docs/source/contents.rst
docs/source/index.rst
docs/source/install.rst
docs/source/package.rst
docs/source/std_io.rst
docs/source/userguide.rst
docs/source/wrappers.rst
docs/source/_templates/layout.html
src/partialwrap/__init__.py
src/partialwrap/_version.py
src/partialwrap/std_io.py
src/partialwrap/wrappers.py
src/partialwrap.egg-info/PKG-INFO
src/partialwrap.egg-info/SOURCES.txt
src/partialwrap.egg-info/dependency_links.txt
src/partialwrap.egg-info/not-zip-safe
src/partialwrap.egg-info/requires.txt
src/partialwrap.egg-info/top_level.txt
tests/__init__.py
tests/rastrigin1.py
tests/rastrigin2.py
tests/rastrigin3.py
tests/test_std_io.py
tests/test_wrappers.py