Begin versioning (split out from the pypiezo package).
authorW. Trevor King <wking@drexel.edu>
Thu, 28 Jul 2011 13:24:39 +0000 (09:24 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 28 Jul 2011 16:01:23 +0000 (12:01 -0400)
commit3922362d227acc2ef5247438201512490dbb8b71
tree0f2626d3910d3703b426cb1cf67a76a3e827e849
Begin versioning (split out from the pypiezo package).
12 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
h5config/__init__.py [new file with mode: 0644]
h5config/config.py [new file with mode: 0644]
h5config/hdf5.py [new file with mode: 0644]
h5config/log.py [new file with mode: 0644]
h5config/test.py [new file with mode: 0644]
h5config/tools.py [new file with mode: 0644]
h5config/util.py [new file with mode: 0644]
h5config/yaml.py [new file with mode: 0644]
setup.py [new file with mode: 0644]