Metadata-Version: 2.0
Name: shortbread
Version: 0.2.0
Summary: Shortbread recipe calculator.
Home-page: https://github.com/purplediane/shortbread
Author: Diane Chen
Author-email: dianedc@purpleweb.com
License: MIT license
Description-Content-Type: UNKNOWN
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
Requires-Dist: Click (>=6.0)

==========
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!

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


=======
History
=======

0.1.0 (2018-03-10)
------------------

* First release on PyPI.


