Metadata-Version: 2.1
Name: citrine
Version: 3.19.0
Summary: Python library for the Citrine Platform
Home-page: http://github.com/CitrineInformatics/citrine-python
Author: Citrine Informatics
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.1.9
Requires-Dist: pyjwt <3,>=2
Requires-Dist: requests <3,>=2.32.2
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: requests-mock <2,>=1.11.0 ; extra == 'tests'

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