Metadata-Version: 2.0
Name: barbeque
Version: 0.2.1
Summary: Helper and tools collection
Home-page: http://github.com/moccu/barbeque/
Author: Moccu GmbH & Co. KG
Author-email: info@moccu.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
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.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Django
Requires-Dist: Django (>=1.6,<1.8)
Provides-Extra: tests
Requires-Dist: coverage; extra == 'tests'
Requires-Dist: mock; extra == 'tests'
Requires-Dist: openpyxl; extra == 'tests'
Requires-Dist: psutil; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: pytest-pep8; extra == 'tests'
Requires-Dist: pytest-flakes; extra == 'tests'
Requires-Dist: pytest-django; extra == 'tests'
Requires-Dist: python-coveralls; extra == 'tests'
Requires-Dist: factory-boy; extra == 'tests'
Requires-Dist: Pillow; extra == 'tests'
Requires-Dist: django-anylink; extra == 'tests'
Requires-Dist: django-cms; extra == 'tests'
Requires-Dist: django-compressor; extra == 'tests'
Requires-Dist: django-filer; extra == 'tests'
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Provides-Extra: exporter
Requires-Dist: openpyxl; extra == 'exporter'

barbeque
========

Collection of tiny helpers and tools to make live easier.


Changelog
=========

0.2.1 - 2015-03-13
------------------

* Added management command to create static errorpages
* Added "set" template tag to allow context updates in without using the "with" tag.


0.2 - 2015-03-13
----------------

* Refactored library structure
* Added many new features


0.1 - 2014-06-15
----------------

* Initial release.


