.gitignore
CHANGELOG.txt
CONTRIBUTORS.txt
LICENSE.txt
Makefile
README.md
requirements.txt
setup.py
docs/usage.md
examples/.gitignore
examples/README.md
examples/batch_compute.py
examples/fas_stats_nim.nim
examples/fas_stats_py.py
examples/fas_stats_rs.rs
examples/fas_stats_sh.sh
multiplug/__init__.py
multiplug/bash_mod.py
multiplug/error.py
multiplug/importer.py
multiplug/nim_mod.py
multiplug/plugin_api.py
multiplug/plugins.py
multiplug/py_mod.py
multiplug/rust_mod.py
multiplug.egg-info/PKG-INFO
multiplug.egg-info/SOURCES.txt
multiplug.egg-info/dependency_links.txt
multiplug.egg-info/not-zip-safe
multiplug.egg-info/requires.txt
multiplug.egg-info/top_level.txt
multiplug_nim/multiplug_nim.nimble
multiplug_nim/multiplug_nim/exportpy_consts.nim
tests/conftest.py
tests/test_api_config.py
tests/test_cli.py
tests/test_multiplug.py
tests/testdata/example.fas
tests/testplugins/.gitignore
tests/testplugins/nim_const_req_error.nim
tests/testplugins/nim_custom_const_pfx.nim
tests/testplugins/nim_func_req_error.nim
tests/testplugins/nim_no_req_error.nim
tests/testplugins/nim_w_state.nim
tests/testplugins/py_const_req_error.py
tests/testplugins/py_func_req_error.py
tests/testplugins/py_no_req_error.py
tests/testplugins/py_w_state.py
tests/testplugins/rs_w_state.rs
tests/testplugins/rust_const_req_error.rs
tests/testplugins/rust_custom_const_cls.rs
tests/testplugins/rust_func_req_error.rs
tests/testplugins/rust_no_req_error.rs
tests/testplugins/sh_const_req_error.sh
tests/testplugins/sh_func_req_error.sh
tests/testplugins/sh_no_req_error.sh
tests/testplugins/sh_return_list_newline.sh
tests/testplugins/sh_return_list_tab.sh
tests/testplugins/sh_return_nested.sh
tests/testplugins/sh_return_string.sh
tests/testplugins/sh_w_state.sh