An open API service indexing awesome lists of open source software.

https://github.com/citrineinformatics/gemd-python

Python binding for Citrine's GEMD data model
https://github.com/citrineinformatics/gemd-python

Last synced: 4 months ago
JSON representation

Python binding for Citrine's GEMD data model

Awesome Lists containing this project

README

          

# 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:
```bash
$ pip install gemd
```

Detailed documentation of the `GEMD` data model can be found in the [language-agnostic documentation](https://citrineinformatics.github.io/gemd-docs/).
Documentation of this package can be found [here](https://citrineinformatics.github.io/gemd-python/).

## Developer instructions

See the [contributing guide](./CONTRIBUTING.md).