Metadata-Version: 2.1
Name: shortbread
Version: 0.5.1
Summary: Shortbread recipe calculator.
Home-page: https://github.com/purplediane/shortbread
Author: Diane Chen
Author-email: dianedc@purpleweb.com
License: MIT license
Keywords: shortbread
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: inflect (>=0.2.5)

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

* Runs in Python 3.4+
* Calculates and prints the ingredients for ``n`` dozen shortbread cookies.
* Prints a reminder of temperature and time for baking.
* Additional options exist for printing long instructions and a Chocolate Chip verion.
* Of course, the actual number of cookies and baking time depends upon how thick and large you make the cookies!
* 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.5.0 (2018-03-18)
------------------

* Add use of module ``inflect`` for better output of quantities.
* Make count optional so prints recipe for 1 dozen cookies.
* Actually test all options added in 0.4.0.
* Improve documentation for CLI options.
* Improve usage documentation.
* Eradicate last vestiges of Python 2.7.

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.


