Metadata-Version: 2.1
Name: citrine
Version: 3.2.4
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: arrow (<2,>=1.0.0)
Requires-Dist: boto3 (<2,>=1.34.35)
Requires-Dist: deprecation (<3,>=2.1.0)
Requires-Dist: gemd (<3,>=2.0.0)
Requires-Dist: pyjwt (<3,>=2)
Requires-Dist: requests (<3,>=2.31.0)
Requires-Dist: tqdm (<5,>=4.27.0)
Requires-Dist: urllib3 (<3,>=1.26.18)
Provides-Extra: .._tests
Requires-Dist: factory-boy (<4,>=3.3.0) ; extra == '.._tests'
Requires-Dist: mock (<6,>=5.1.0) ; extra == '.._tests'
Requires-Dist: pandas (<3,>=2.0.3) ; extra == '.._tests'
Requires-Dist: pytest (<9,>=8.0.0) ; extra == '.._tests'
Requires-Dist: pytz (>=2024.1) ; extra == '.._tests'
Requires-Dist: requests-mock (<2,>=1.11.0) ; extra == '.._tests'
Requires-Dist: pint (<=0.20) ; python_version < "3.9"
Requires-Dist: pint (<0.24) ; python_version >= "3.9"

# 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_


