Metadata-Version: 2.1
Name: citrine
Version: 1.1.3
Summary: Python library for the Citrine Platform
Home-page: http://github.com/CitrineInformatics/citrine-python
Author: Citrine Informatics
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: builders
License-File: LICENSE

# Getting Started
`citrine-python` is the Python library for the Citrine Platform. To get started, install `citrine-python`:

```bash
pip install citrine
```

Detailed instructions on installation and usage can be found in the complete [citrine-python docs](https://citrineinformatics.github.io/citrine-python/index.html)

# Contributing

To find detailed contributing guidelines, please see the [contributing documentation](https://github.com/CitrineInformatics/citrine-python/blob/main/CONTRIBUTING.md).




