Metadata-Version: 1.1
Name: django-bittersweet
Version: 1.0.0
Summary: Reusable Django model validation utility
Home-page: https://github.com/acdha/django-bittersweet
Author: Chris Adams
Author-email: chris@improbable.org
License: CC0
Description: ==================
        django-bittersweet
        ==================
        
        .. image:: https://landscape.io/github/acdha/django-bittersweet/master/landscape.svg
           :target: https://landscape.io/github/acdha/django-bittersweet/master
           :alt: Landscape.io Code Quality
        
        .. image:: https://travis-ci.org/acdha/django-bittersweet.png?branch=master
            :target: https://travis-ci.org/acdha/django-bittersweet
        
        
        Documentation
        -------------
        
        This is the limited subset of my `django-sugar <https://github.com/acdha/django-sugar>`_ fork which I
        regularly use enough to distribute on PyPI.
        
        See https://django-bittersweet.readthedocs.org/
        
        License
        -------
        
        Except for ``bittersweet_json``, all code is released into the public domain.
        See `LICENSE <LICENSE>`_
        
        Quickstart
        ----------
        
        See https://django-bittersweet.readthedocs.org/en/latest/quickstart.html
        
        Running Tests
        --------------
        
        You can run the tests against every supported version of Python / Django using ``tox``.
        
        If you're developing new features, run ``python setup.py test``.
        
Keywords: bittersweet
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
