Metadata-Version: 1.1
Name: towel
Version: 0.2.2
Summary: Keeping you DRY since 2010
Home-page: http://github.com/matthiask/towel/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: BSD License
Description: ==================================
        Towel - Keeping you DRY since 2010
        ==================================
        
        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/
        
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 :: 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: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
