Metadata-Version: 2.1
Name: citrine
Version: 1.33.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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests (<3,>=2.25.1)
Requires-Dist: pyjwt (<2,>=1.7.1)
Requires-Dist: arrow (<0.16,>=0.15.4)
Requires-Dist: gemd (<2,>=1.9.0)
Requires-Dist: boto3 (<2,>=1.17.93)
Requires-Dist: botocore (<2,>=1.20.95)
Requires-Dist: deprecation (<3,>=2.0.7)
Requires-Dist: urllib3 (<2,>=1.26.5)
Requires-Dist: tqdm (<5,>=4.62.3)
Provides-Extra: .._tests
Requires-Dist: factory-boy (<3mock>=3.0.5,<4,>=2.12.0) ; extra == '.._tests'
Requires-Dist: pandas (<2,>=1.1.5) ; extra == '.._tests'
Requires-Dist: pytest (<7,>=6.2.5) ; extra == '.._tests'
Requires-Dist: pytz (<2,>=2019.3requests-mock>=1.7.0) ; extra == '.._tests'
Provides-Extra: builders
Requires-Dist: pandas (<2,>=1.1.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_
