Skip to content

Repository for the Open Metadata Integration (OMI). For metadata definition see metadata repo:

License

Notifications You must be signed in to change notification settings

SharanyaMohan-30/omi

 
 

Repository files navigation

Open Energy Family - Open Metadata Integration OMI

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

A library to process and translate open energy metadata.

  • Free software: AGPL-3.0

Installation

pip install omi

Documentation

https://omi.readthedocs.io/

Development

To install additional dependencies for development:

pip install -e .[dev]

We encourage the use of pre-commit-hooks in this project. Those enforce some formatting conventions (e.g. the use of isort and black). To enable hooks:

pre-commit install

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Repository for the Open Metadata Integration (OMI). For metadata definition see metadata repo:

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Batchfile 0.5%