Metadata-Version: 2.1
Name: citrine
Version: 2.42.2
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.7
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.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests <3,>=2.31.0
Requires-Dist: pyjwt <3,>=2
Requires-Dist: arrow <2,>=0.15.4
Requires-Dist: gemd <2,>=1.15.0
Requires-Dist: boto3 <2,>=1.17.93
Requires-Dist: botocore <2,>=1.20.95
Requires-Dist: deprecation <3,>=2.1.0
Requires-Dist: urllib3 <3,>=1.26.18
Requires-Dist: tqdm <5,>=4.62.3
Provides-Extra: .._tests
Requires-Dist: factory-boy <4,>=2.12.0 ; extra == '.._tests'
Requires-Dist: mock <5,>=3.0.5 ; extra == '.._tests'
Requires-Dist: pandas <3,>=1.3.5 ; extra == '.._tests'
Requires-Dist: pytest <8,>=6.2.5 ; extra == '.._tests'
Requires-Dist: pytz >=2020.1 ; extra == '.._tests'
Requires-Dist: requests-mock <2,>=1.7.0 ; extra == '.._tests'
Provides-Extra: builders
Requires-Dist: pandas <3,>=1.3.5 ; extra == 'builders'

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