.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/omi.rst
src/omi/__init__.py
src/omi/__main__.py
src/omi/cli.py
src/omi/structure.py
src/omi.egg-info/PKG-INFO
src/omi.egg-info/SOURCES.txt
src/omi.egg-info/dependency_links.txt
src/omi.egg-info/entry_points.txt
src/omi.egg-info/not-zip-safe
src/omi.egg-info/requires.txt
src/omi.egg-info/top_level.txt
src/omi/dialects/__init__.py
src/omi/dialects/base/__init__.py
src/omi/dialects/base/compiler.py
src/omi/dialects/base/dialect.py
src/omi/dialects/base/parser.py
src/omi/dialects/base/register.py
src/omi/dialects/base/renderer.py
src/omi/dialects/oep/__init__.py
src/omi/dialects/oep/compiler.py
src/omi/dialects/oep/conversion.py
src/omi/dialects/oep/dialect.py
src/omi/dialects/oep/parser.py
src/omi/dialects/oep/renderer.py
src/omi/dialects/rdf/__init__.py
src/omi/dialects/rdf/compiler.py
src/omi/dialects/rdf/dialect.py
src/omi/dialects/rdf/licenses.py
src/omi/dialects/rdf/namespace.py
src/omi/dialects/rdf/parser.py
src/omi/dialects/rdf/renderer.py
tests/data/metadata_v13.json
tests/data/metadata_v14.json
tests/data/metadata_v14.ttl
tests/test_dialects/__init__.py
tests/test_dialects/internal_structures.py
tests/test_dialects/base/__init__.py
tests/test_dialects/base/parser.py
tests/test_dialects/test_oep/__init__.py
tests/test_dialects/test_oep/test_compiler.py
tests/test_dialects/test_oep/test_parser.py
tests/test_dialects/test_oep/test_roundtrip.py
tests/test_dialects/test_rdf/__init__.py
tests/test_dialects/test_rdf/test_compiler.py
tests/test_dialects/test_rdf/test_parser.py
tests/test_dialects/test_rdf/test_roundtrip.py