diff options
author | kanzure <kanzure@gmail.com> | 2009-08-04 13:06:14 -0500 |
---|---|---|
committer | kanzure <kanzure@gmail.com> | 2009-08-04 13:06:14 -0500 |
commit | 72530d8e7aaa5392447f838f08c2b5a65d57efe4 (patch) | |
tree | 10edab573290c0fcf00ce3ea200a45736579adce | |
parent | 3e55a2404424cf0dadab91e3f35c9e5a6e25ccde (diff) | |
download | screw-72530d8e7aaa5392447f838f08c2b5a65d57efe4.tar.gz screw-72530d8e7aaa5392447f838f08c2b5a65d57efe4.zip |
switch screw metadata over to the new format, clean up comments in lego metadata
-rw-r--r-- | metadata.yaml | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/metadata.yaml b/metadata.yaml index 905b948..f1d4822 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,3 +1,7 @@ +!!python:object/skdb.tag_hack +mapping_tags: +- screw +--- !package maintainer: 'fenn <fenn@sdf.lonestar.org>' license: 'GPL2+' @@ -10,11 +14,34 @@ urls: name: screw functionality: fastening #a process name here created: 2008-11-16 -updated: 2009-07-24 +updated: 2009-08-04 version: 0.0.1 description: #package description a typical screw found at a hardware store. -template: template.yaml +template: !template + screw: !screw + thread: !thread + interfaces: + - !interface &thread_tighten + name: thread-tighten + units: N + - !interface &thread_loosen + name: thread-loosen + units: N + diameter: in + form: string + pitch: rev/in + interfaces: #or should this go in screw.py? + - *thread_tighten + - *thread_loosen + - !interface + name: compression-face + units: N + - !interface + name: torque-spline + units: N*m/rev + grade: string + length: in classes: - screw.Screw source data: |