Metadata-Version: 2.1
Name: ingreedypy
Version: 1.3.5
Summary: ingreedy-py parses recipe ingredient lines into a object
Home-page: https://github.com/openculinary/ingreedy-py
Author: Scott Cooper
Author-email: scttcper@gmail.com
License: UNKNOWN
Keywords: ingreedy,ingreedypy,recipe,parser
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: parsimonious
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'

# ingreedy-py
python port of https://github.com/iancanderson/ingreedy-js

## Installation
```bash
$ pip install ingreedypy
```

## Local Testing
```bash
$ pip install -e .[tests]
$ py.test --cov=ingreedypy ingreedytest.py
```


