HumanBrainProject / hbp-neuromorphic-client

Python client for the Human Brain Project Neuromorphic Computing Platform
Other
49 stars 20 forks source link

Add command-line wrapper #13

Open apdavison opened 5 years ago

apdavison commented 5 years ago

The idea is to provide a workflow that is as similar as possible to running a simulation locally, i.e. the code is on the local machine, results are saved to a local directory, and the log is printed to stdout.

apdavison commented 5 years ago

click is nice for this