Metadata-Version: 1.0
Name: django-gems
Version: 0.3.0
Summary: Django utilities library
Home-page: http://plfiorini.github.com/django-gems
Author: Pier Luigi Fiorini
Author-email: pierluigi.fiorini@gmail.com
License: BSD
Download-URL: http://github.com/plfiorini/django-gems/tarball/master
Description: Contents of this library:
        		* jqgrid integration with Django
        		* JSONResponseMixIn
        		* JSON encoding and decoding functions
        		* JSON view decorator
        		* Excel view decorator
        		* Raw template tag that doesn't parse its content, useful for jQuery Template code which uses the same notation of Django templates
        		* Currency formatter for templates
        		* Multiple querysets
        		* Safe string formatting for templates (useful for translations)
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
