Metadata-Version: 2.1
Name: recipemd-extract
Version: 1.1.1
Summary: Extracts recipes from websites and saves them in the RecipeMD format
Home-page: UNKNOWN
Author: AberDerBart
Author-email: nonatz@web.de
License: UNKNOWN
Project-URL: Source, https://github.com/AberDerBart/recipemd-extract
Description: ## recipemd-extract
        
        recipemd-extract extracts recipes from websites and saves them in the [recipemd](https://github.com/tstehr/recipemd/blob/master/specification.md) format. It is based on [recipemd-cli](https://github.com/dnlvgl/recipemd-cli).
        
        ## installation
        
        `pip install recipemd-extract`
        
        ## usage
        
        `recipemd-extract 'url-of-recipe'`
        
        ## supported websites
        
        1. chefkoch.de
        2. seriouseats.com
        3. Any Wordpress blog using [WP Recipe Manager](https://en-ca.wordpress.org/plugins/wp-recipe-manager/)
        4. Any page supporting [recipe schema](https://schema.org/Recipe)
        5. Any page supported by [recipe-scrapers](https://github.com/hhursev/recipe-scrapers)
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing :: Markup
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7,<4
Description-Content-Type: text/markdown
