README.md
setup.py
aiida_plugin_template/__init__.py
aiida_plugin_template/code.py
aiida_plugin_template.egg-info/PKG-INFO
aiida_plugin_template.egg-info/SOURCES.txt
aiida_plugin_template.egg-info/dependency_links.txt
aiida_plugin_template.egg-info/entry_points.txt
aiida_plugin_template.egg-info/requires.txt
aiida_plugin_template.egg-info/top_level.txt
aiida_plugin_template/calculations/__init__.py
aiida_plugin_template/calculations/multiply.py
aiida_plugin_template/data/__init__.py
aiida_plugin_template/data/data_cli.py
aiida_plugin_template/data/multiply.py
aiida_plugin_template/parsers/__init__.py
aiida_plugin_template/parsers/multiply.py
aiida_plugin_template/tests/__init__.py
aiida_plugin_template/tests/test_calculations.py
aiida_plugin_template/workflows/__init__.py
examples/cli.py