-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathplugin_info.toml
20 lines (17 loc) · 982 Bytes
/
plugin_info.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[plugin-info]
## To modify by developper(s) of the plugin
SHORT_PLUGIN_NAME = 'teaching'
package-url = 'https://github.com/PyMoDAQ/pymodaq_plugins_teaching'
description = 'Set of base PyMoDAQ plugins including Mock ones for teaching purpose'
license = 'MIT'
author = 'Sébastien J. Weber'
author-email = 'sebastien.weber@cemes.fr'
[plugin-install]
#packages required for your plugin:
packages-required = ['pymodaq>4.0.0', 'pylablib'] #list of required packages within quotes, eg: ["pyvisa", "numpy==1.19.3"] ...
[features] # defines the plugin features contained into this plugin
instruments = true # true if plugin contains instrument classes (else false, notice the lowercase for toml files)
extensions = false # true if plugins contains dashboard extensions
pid_models = false # true if plugins contains pid models
h5exporters = false # true if plugin contains custom h5 file exporters
scanners = false # true if plugin contains custom scan layout (daq_scan extensions)