Metadata-Version: 1.1
Name: django-custard
Version: 0.8
Summary: Django runtime typed custom fields for any model.
Home-page: https://github.com/kunitoki/django-custard
Author: Lucio Asnaghi (aka kunitoki)
Author-email: kunitoki@gmail.com
License: MIT
Description: .. image:: https://raw.github.com/kunitoki/django-custard/master/custard-logo.png
           :alt: Django Custard
           :target: https://github.com/kunitoki/django-custard
        
        ==================================
        Django runtime typed custom fields
        ==================================
        
        Django Custard is a small reusable unobtrusive `Django <http://www.djangoproject.com>`_
        app that implements runtime custom fields that can be attached to any model on the
        fly: it's possible to create fields and set values for them from the code or
        manage them through the admin site, with the ability to display them even outside
        of the admin.
        
        .. |travis| image:: https://travis-ci.org/kunitoki/django-custard.png?branch=master
           :alt: Build Status - master branch
           :target: https://travis-ci.org/kunitoki/django-custard
        
        .. |coveralls| image:: https://coveralls.io/repos/kunitoki/django-custard/badge.png?branch=master
           :alt: Source code coverage - master branch
           :target: https://coveralls.io/r/kunitoki/django-custard
        
        .. |pythonversions| image:: https://pypip.in/py_versions/django-custard/badge.png
            :target: https://pypi.python.org/pypi/django-custard/
            :alt: Supported Python versions
        
        .. |pypi| image:: https://pypip.in/v/django-custard/badge.png
           :alt: Pypi latest version
           :target: https://pypi.python.org/pypi/django-custard/
        
        .. |downloads| image:: https://pypip.in/d/django-custard/badge.png
           :alt: Pypi downloads
           :target: https://pypi.python.org/pypi/django-custard/
        
        .. |license| image:: https://pypip.in/license/django-custard/badge.png
            :target: https://pypi.python.org/pypi/django-custard/
            :alt: License
        
        |pypi| |travis| |coveralls| |downloads| |pythonversions| |license|
        
        * Home page: https://github.com/kunitoki/django-custard
        * Documentation: http://django-custard.readthedocs.org
        * Pypi: https://pypi.python.org/pypi/django-custard
        * Example app on Github: https://github.com/kunitoki/django-custard/example
        * Changelog: `Changelog.rst <https://github.com/kunitoki/django-custard/blob/master/CHANGELOG.rst>`_
        * License: `The MIT License (MIT) <http://opensource.org/licenses/MIT>`_
        * Supports: Django 1.6, 1.7 - Python 2.7, 3.2, 3.3, 3.4
        
Keywords: django,models,fields,custom,admin,content types
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
