Hey guys,
A new release of Open Metadata is out, this time with a minimal command-line interface and integration with PyPI.
To install:
$ pip install openmetadata
Which will now grab it from here:
https://pypi.python.org/pypi/openmetadata/0.5.4
The Command-line interface looks like this:
$ mkdir Bruce
$ cd Bruce
$ openmetadata description --value="Turns green when angry"
$ openmetadata description Turns green when angry
$ openmetadata history --value="Absorbed some gamma radiation"
$ openmetadata history Absorbed some gamma radiation
Other than that, this release includes tests and stability improvements over 0.5.2.
There’s now also a minimal tutorial in lieu of complete documentation, which is in the works and scheduled for next month to go up on readthedocs.org.
https://github.com/abstractfactory/openmetadata/wiki/Tutorial
Enjoy and let me know what you think.
Best,
Marcus