Metadata-Version: 1.1
Name: django-dmarc
Version: 0.1.0
Summary: 
Making it easier to manage DMARC reports

Home-page: http://p-o.co.uk/tech-articles/django-dmarc/
Author: Alan Hicks
Author-email: ahicks@p-o.co.uk
License: BSD License
Download-URL: https://pypi.python.org/pypi/django-dmarc
Description: ====================
        Mezzanine BS Banners
        ====================
        
        **Making it easier to manage DMARC reports**
        
        Designed to quickly and easily import DMARC reports.
        
        Quick start
        -----------
        
        1. Install the app
        
        2. Add "dmarc" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = (
                ...
                'dmarc',
            )
        
        3. Run 'python manage.py migrate' to create the database models.
        
        Usage
        =====
        python manage.py importdmarcreport
        
        Dependencies
        ============
        
        * `Django`_ 1.7
        
        Support
        =======
        
        To report a security issue, please send an email privately to
        `ahicks@p-o.co.uk`_. This gives us a chance to fix the issue and
        create an official release prior to the issue being made
        public.
        
        For general questions or comments, please contact  `ahicks@p-o.co.uk`_.
        
        `Project website`_
        
        Communications are expected to conform to the `Django Code of Conduct`_.
        
        .. GENERAL LINKS
        
        .. _`Django`: http://djangoproject.com/
        .. _`Django Code of Conduct`: https://www.djangoproject.com/conduct/
        .. _`Python`: http://python.org/
        .. _`Persistent Objects Ltd`: http://p-o.co.uk/
        .. _`Project website`: http://p-o.co.uk/tech-articles/django-dmarc/
        
        
        .. PEOPLE WITH QUOTES
        
        .. _`Alan Hicks`: https://plus.google.com/103014117568943351106
        .. _`ahicks@p-o.co.uk`: mailto:ahicks@p-o.co.uk?subject=django-dmarc+Security+Issue
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: django
