Metadata-Version: 2.0
Name: django-fluent-utils
Version: 1.1.4
Summary: Internal utilities for code sharing between django-fluent modules
Home-page: https://github.com/edoburu/django-fluent-utils
Author: Diederik van der Boor
Author-email: opensource@edoburu.nl
License: Apache License, Version 2.0
Download-URL: https://github.com/edoburu/django-fluent-utils/zipball/master
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: Django (>=1.4)

django-fluent-utils
===================

Utility functions for code sharing between *django-fluent-..* modules.

This includes:

* Making integration with modules optional (e.g. django-fluent-pages_, django-taggit_).
* Django compatibility code

This module is mainly used internally between other django-fluent apps.
For the whole list of apps, see http://django-fluent.org/

.. _django-fluent-pages: https://github.com/edoburu/django-fluent-pages


