-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from dgkuester/gh-pages
a couple more yml entries
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: labbench | ||
description: base library for python laboratory automation to simplify the process of developing an experimental procedure into clear, concise, explainable, and reusable code | ||
repo_url: https://github.com/usnistgov/labbench | ||
docs_url: https://pages.nist.gov/labbench | ||
license: NIST: https://github.com/usnistgov/labbench/blob/master/LICENSE.md | ||
project_focus: Supporting library for development of instrument libraries and automation scripts | ||
test_framework: pytest | ||
communication_types: visa, telnet, subprocesses, custom | ||
transport_layers: visa/ivi (via pyvisa), serial, usbhid, telnet | ||
has_procedures: n | ||
has_gui: | ||
gui_technology: | ||
has_unit_support: y | ||
unit_library: | ||
instrument_categories: | ||
remarks: object-oriented abstraction approach | ||
collected_by: Dan Kuester <daniel.kuester@nist.gov> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: ssmdevices | ||
description: a library of python instrument driver wrappers implemented in labbench (mostly for RF and communication testing) | ||
repo_url: https://github.com/usnistgov/ssmdevices | ||
docs_url: https://pages.nist.gov/ssmdevices | ||
license: NIST: https://github.com/usnistgov/ssmdevices/blob/master/LICENSE.md | ||
project_focus: Library of instrument and lab equipment driver wrappers, mostly dealing with RF and communication | ||
test_framework: pytest | ||
communication_types: visa, telnet, subprocesses, custom API | ||
transport_layers: visa/ivi (via pyvisa), serial, usbhid, telnet | ||
has_procedures: | ||
has_gui: | ||
gui_technology: | ||
has_unit_support: y | ||
unit_library: | ||
instrument_categories: 23 instruments (RF, communications, electronics, networking, software, general purpose lab tools) | ||
remarks: | ||
collected_by: Dan Kuester <daniel.kuester@nist.gov> |