Metadata-Version: 1.1
Name: shortbread
Version: 0.4.2
Summary: Shortbread recipe calculator.
Home-page: https://github.com/purplediane/shortbread
Author: Diane Chen
Author-email: dianedc@purpleweb.com
License: MIT license
Description: ==========
        Shortbread
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/shortbread.svg
                :target: https://pypi.python.org/pypi/shortbread
        
        .. image:: https://img.shields.io/travis/purplediane/shortbread.svg
                :target: https://travis-ci.org/purplediane/shortbread
        
        .. image:: https://readthedocs.org/projects/shortbread/badge/?version=latest
                :target: https://shortbread.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Shortbread Recipe Calculator.
        
        
        * Free software: MIT license
        * Documentation: https://shortbread.readthedocs.io.
        
        
        Features
        --------
        
        * Calculates and prints the ingredients for ``n`` dozen shortbread cookies.
        * Prints a reminder of temperature and time for baking.
        * Of course, the actual number of cookies and baking time depends upon how thick and large you make the cookies!
        * Additional options for printing long instructions and making Chocolate Chip verion.
        * See `Usage documentation`_ for hints and detailed instructions.
        
        Credits
        -------
        
        This package created via the course `Creating and Distributing Python Packages`_ by Audrey and Danny Roy Greenfeld.
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _`Creating and Distributing Python Packages`: https://courses.twoscoopspress.com/
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _`Usage documentation`: http://shortbread.readthedocs.io/en/latest/usage.html
        
        
        =======
        History
        =======
        
        0.4.1 (2018-03-17)
        ------------------
        
        * Minor docs improvements
        * Improve tests for new options
        
        0.4.0 (2018-03-16)
        ------------------
        
        * Add Chocolate chip option
        * Add long instructions option
        
        0.3.0 - 0.3.4 (2018-03-14)
        --------------------------
        
        * Final Base Version with CLI
        
        0.2.0 (2018-03-11)
        ------------------
        
        * Add Docs
        
        0.1.0 (2018-03-10)
        ------------------
        
        * First release on PyPI.
        
Keywords: shortbread
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
