Metadata-Version: 2.1
Name: towel
Version: 0.30.0
Summary: Keeping you DRY since 2010
Home-page: http://github.com/matthiask/towel/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: BSD License
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
License-File: LICENSE

==================================
Towel - Keeping you DRY since 2010
==================================

.. image:: https://travis-ci.org/matthiask/towel.png?branch=master
   :target: https://travis-ci.org/matthiask/towel

Towel is a collection of tools which make your life easier if you
are building a web application using Django. It contains helpers and
templates for creating paginated, searchable object lists, CRUD
functionality helping you safely and easily create and update objects,
and using Django's own proofed machinery to see what happens when
you want to safely delete objects.

* Towel on github: https://github.com/matthiask/towel/
* Documentation: http://www.feinheit.ch/media/labs/towel/
