Metadata-Version: 2.4
Name: citrine
Version: 4.0.0
Summary: Python library for the Citrine Platform
Author: Citrine Informatics
Project-URL: Homepage, http://github.com/CitrineInformatics/citrine-python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests<3,>=2.32.2
Requires-Dist: pyjwt<3,>=2
Requires-Dist: arrow<2,>=1.0.0
Requires-Dist: gemd<3,>=2.1.9
Requires-Dist: boto3<2,>=1.34.35
Requires-Dist: deprecation<3,>=2.1.0
Requires-Dist: urllib3<3,>=2.5.0
Requires-Dist: tqdm<5,>=4.27.0
Dynamic: license-file

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

_Copyright 2022 Citrine Informatics_
