Metadata-Version: 2.0
Name: propane
Version: 0.2.0
Summary: A collection of somewhat random, helpful utility functions, data structures, Django fields, and other miscellany.
Home-page: http://github.com/tylerbutler/propane
Author: Tyler Butler
Author-email: tyler@tylerbutler.com
License: MIT
Platform: any
Requires-Dist: path.py (>=8.2.1)
Requires-Dist: setuptools-scm (>=1.11.1)
Requires-Dist: six (>=1.10.0)
Requires-Dist: translitcodec (>=0.4.0)

# Propane

A collection of somewhat random, helpful utility functions, data structures, Django fields, and other miscellany.

Licensed under the [MIT license](https://tldrlegal.com/license/mit-license).

## Other credits:

* `setonce` class from Ian Bicking: http://blog.ianbicking.org/easy-readonly-attributes.html
* `ask_yes_no` function from http://code.activestate.com/recipes/577058/


