Getting Started with Open Metadata

64 views
Skip to first unread message

Marcus Ottosson

unread,
Apr 26, 2014, 10:11:49 AM4/26/14
to open-m...@googlegroups.com

Associate metadata with folders on your file-system.

# Simplest use-case
>>> import os
>>> import openmetadata as om
>>> home = os.path.expanduser('~')
>>> om.write(home, 'isAwesome', True)
>>> om.read(home, 'isAwesome')
True

For more, head over to /examples

Installing with pip and git

  • Requires that you have git installed.

Installing with release

  1. Download a release
  2. Unpack
# 3. Install
$ python setup.py
Reply all
Reply to author
Forward
0 new messages