Metadata-Version: 2.4
Name: gourmand
Version: 1.2.0
Summary: Recipe Organizer and Shopping List Generator
Home-page: https://github.com/GourmandRecipeManager/gourmand
Author: Gourmand Team and Contributors
Maintainer: Cyril Danilevski, FriedrichFröbel
Maintainer-email: gourmand@cyril.wtf
License: GPL-2.0-only
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4>=4.10.0
Requires-Dist: importlib-metadata; python_version < "3.10"
Requires-Dist: lxml>=4.6.3
Requires-Dist: pillow>=8.3.2
Requires-Dist: pygobject<=3.50.0,>=3.40.1
Requires-Dist: sqlalchemy<2,>=1.4.36
Requires-Dist: tomli-w>=1.0.0
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: recipe-scrapers>=14.27.0
Provides-Extra: epub-export
Requires-Dist: ebooklib==0.17.1; extra == "epub-export"
Provides-Extra: pdf-export
Requires-Dist: reportlab<4; extra == "pdf-export"
Provides-Extra: spellcheck
Requires-Dist: pyenchant; extra == "spellcheck"
Requires-Dist: pygtkspellcheck; extra == "spellcheck"
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Gourmand is an application to store, organize and search recipes.

Features:
* Makes it easy to create shopping lists from recipes.
* Imports recipes from a number of sources, including MealMaster and MasterCook
  archives and several popular websites.
* Exports recipes as PDF files, plain text, MealMaster files, HTML web pages,
  and a custom XML format for exchange with other Gourmet users.
* Supports linking images with recipes.
* Can calculate nutritional information for recipes based on the ingredients.
