Metadata-Version: 2.0
Name: frosty
Version: 0.1.8
Summary: Frosty is a collection of utilities for working with frozen packages.
Home-page: https://github.com/dmckeone/frosty
Author: David McKeone
Author-email: davidmckeone@gmail.com
License: BSD
Download-URL: https://github.com/dmckeone/Frosty/tarball/0.1.8
Keywords: frosty,frozen,esky,py2app,py2exe,bbfreeze,cxfreeze,utilities
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: six
Requires-Dist: wheel

======
Frosty
======

.. image:: https://badge.fury.io/py/frosty.png
    :target: http://badge.fury.io/py/frosty

.. image:: https://travis-ci.org/dmckeone/frosty.png?branch=master
        :target: https://travis-ci.org/dmckeone/frosty

.. image:: https://pypip.in/d/frosty/badge.png
        :target: https://pypi.python.org/pypi/frosty


Frosty is a collection of utilities for working with frozen packages.

* Free software: BSD license
* Documentation: https://frosty.readthedocs.org.

Features
--------

* TODO



History
-------

0.1.8 (2014-10-28)
------------------
* Version detection changes for readthedocs.org

0.1.6 (2014-10-27)
------------------

* First release
* build_includes() function created with Mac support

