Metadata-Version: 2.4
Name: sommify
Version: 0.10.6
Summary: A package for recipe parsing
Author-email: William Brach <william@sommify.ai>, Tomas Bedej <tomas@sommify.ai>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: elasticsearch<8.0.0,>=7.17.0
Requires-Dist: inflect==7.0.0
Requires-Dist: nltk>=3.7
Requires-Dist: numba>=0.62.1
Requires-Dist: numpy>=1.23.2
Requires-Dist: pandas>=1.5.0
Requires-Dist: pip>=25.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: qdrant-client>=1.8.0
Requires-Dist: spacy<4.0.0,>=3.0.0
Requires-Dist: thefuzz>=0.19.0
Requires-Dist: unidecode>=1.3.6
Provides-Extra: text-embeddings
Requires-Dist: sentence-transformers>=2.5.1; extra == 'text-embeddings'
Description-Content-Type: text/markdown

# Cook book

## Manual build and upload

```
python -m build
```

```
python -m twine upload dist/sommify-0.5.{}*
```

## Automatic build and upload

```bash
git tag {VERSION}
git push origin --tags
```

TODO - automated script for check and build
```bash
build.sh
```