.gitignore
.pre-commit-config.yaml
LICENCE.md
Makefile
README.md
environment.yml
pyproject.toml
.idea/codeStyles/codeStyleConfig.xml
assets/paracuda.png
example/example_config.json
example/example_script.py
src/ParaCuda.egg-info/PKG-INFO
src/ParaCuda.egg-info/SOURCES.txt
src/ParaCuda.egg-info/dependency_links.txt
src/ParaCuda.egg-info/entry_points.txt
src/ParaCuda.egg-info/requires.txt
src/ParaCuda.egg-info/top_level.txt
src/paracuda/__init__.py
src/paracuda/__version__.py
src/paracuda/decorators.py
src/paracuda/devices.py
src/paracuda/paracuda_run.py
src/paracuda/utils.py
src/paracuda/tests/__init__.py
src/paracuda/tests/test_decorators.py
src/paracuda/tests/test_utils.py