intbio-ncl / BiomationScripterLib

A Python library to assist with scripting bio-automation protocols
MIT License
3 stars 0 forks source link

Typed parameters and docstrings. #47

Open MattyCrowther opened 2 years ago

MattyCrowther commented 2 years ago

Hi Developers of BiomationScripterLib©, I am working on a tool using BiomationScripterLib©, where programmatic introspection occurs on the templates. What I would like:

  1. For the opentrons templates, typed parameters like how the echo templates have.
  2. Docstrings, specifically for templates, I.e. a brief textual description of the template and each parameter.
Brad0440 commented 2 years ago

I've added some typing to the OTProto templates, does this do what you need? #48