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
- Host: GitHub
- URL: https://github.com/citrineinformatics/gemd-python
- Owner: CitrineInformatics
- License: apache-2.0
- Created: 2019-09-09T11:00:22.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T17:01:11.000Z (over 1 year ago)
- Last Synced: 2025-04-13T22:07:32.205Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 8.01 MB
- Stars: 13
- Watchers: 31
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).