Metadata-Version: 2.1
Name: pyrfume
Version: 0.14
Summary: A validation library for human olfactory psychophysics research.
Home-page: http://pyrfume.org
License: MIT
Author: Rick Gerkin
Author-email: rgerkin@asu.edu
Requires-Python: >=3.6.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: black (>=19.10b0)
Requires-Dist: dask[bag] (>=2.17.0,<3.0.0)
Requires-Dist: datajoint (>=0.12.6b1)
Requires-Dist: deap (>=1.3.1)
Requires-Dist: eden-kernel (>=0.3.1335)
Requires-Dist: flake8 (>=3.8.2)
Requires-Dist: ipython (>=7.14.0)
Requires-Dist: ipywidgets (>=7.5.1)
Requires-Dist: isort (>=4.3.21)
Requires-Dist: matplotlib (>=3.2.1)
Requires-Dist: mordred (>=1.2.0)
Requires-Dist: numpy (>=1.18.4)
Requires-Dist: pandas (>=1.0.3)
Requires-Dist: plotly (>=4.8.0)
Requires-Dist: pubchempy (>=1.0.4)
Requires-Dist: quantities (>=0.12.4)
Requires-Dist: scikit-learn (>=0.23.1)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: sympy (>=1.6)
Requires-Dist: tqdm (>=4.46.0)
Project-URL: Documentation, https://pyrfume.readthedocs.io
Description-Content-Type: text/markdown

# Pyrfume

![Pyrfume logo](https://avatars3.githubusercontent.com/u/34174393?s=200&v=4)

#### `pyrfume` is a python library for olfactory psychophysics research. See "notebooks" for examples of use.
[![Travis](https://travis-ci.org/pyrfume/pyrfume.svg?branch=master)](https://travis-ci.org/pyrfume/pyrfume) 
[![Coverage Status](https://coveralls.io/repos/github/pyrfume/pyrfume/badge.svg?branch=master)](https://coveralls.io/github/pyrfume/pyrfume?branch=master)

### Examples:
#### Note: these require the Pyrfume data library, *provided separately*.
```
# Get raw data from the Sigma Fragrance & Flavor Catalog
from pyrfume import sigma_ff
descriptors, data = sigma_ff.get_data()

# Get a PubChem CID-indexed dataframe of the odorant and descriptor data from that catalog:
import pyrfume
sigma = pyrfume.load_data('sigma/sigma.csv')
```
### [Website](http://pyrfume.org)

### [Data Curation Status](http://status.pyrfume.org)

### [Docs](https://pyrfume.readthedocs.io/)

