Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 648 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 648 Bytes

GEMD-python

Python binding for Citrine's data model, GEMD.

This package provides a framework for storing information about the processes that create materials, the materials themselves, and measurements performed on those materials.

Usage

To install gemd, you can simply:

$ pip install gemd

Detailed documentation of the GEMD data model can be found in the language-agnostic documentation. Documentation of this package can be found here.

Developer instructions

See the contributing guide.