Skip to content

Utilities for my home recipe API in converting to/from json/yaml/Django objects

License

Notifications You must be signed in to change notification settings

pmcneely/recipe-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe utilities

This repository contains the raw (publicly available) recipes in my custom take ('inspired' if you will) on a format on the interwebz.

Recipes are encoded in a jsonifi-able dictionary as well as dumped into *.yaml and *.json formats, subject to change.

The recipe_template.py objects are meant to provide an API to and from the dictionaries, hand-jammed entries, etc. into the Django model template. Django models may be found at

For this first pass, recipes are stored in the Open Recipe Format where possible. The 'spec' isn't exactly widespread, so I've taken some liberties here and there basically thrown it out but kept useful bits. The recipe format is specified here. Nutritional information may eventually be linked using the associated format.

About

Utilities for my home recipe API in converting to/from json/yaml/Django objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages