Metadata-Version: 2.4
Name: gemd
Version: 2.2.4
Summary: Python binding for Citrine's GEMD data model
Author: Citrine Informatics
Project-URL: Homepage, http://github.com/CitrineInformatics/gemd-python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pint<0.25,>=0.24.4
Requires-Dist: deprecation<3,>=2.1.0
Requires-Dist: typing_extensions<5,>=4.8; python_version < "3.10"
Dynamic: license-file

# 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).
