Metadata-Version: 1.1
Name: django-mantis-core
Version: 0.1.0
Summary: A wrapper around the Django Dingos app for the Mantis Cyber Threat Intelligence Mgmt. Framework.
Home-page: https://github.com/siemens/django-mantis-core
Author: Siemens
Author-email: mantis.cert@siemens.com
License: GPLv2+
Description: ==================
        Django Mantis Core
        ==================
        
        A wrapper around the Django Dingos application used by the Mantis
        Cyber Threat Intelligence Management Framework. The rationale
        for this wrapper is to provide a location for 
        code specific to cyber threat intelligence management that
        is to be added to the underlying models. Such code should
        not be added to Dingos, because Dingos is a generic framework.
        
        Please refer to the
        documentation and developer guidelines of `Django Dingos`_ and `MANTIS`_.
        
        The full documentation of the Mantis core module is at
        
        http://django-mantis-core.readthedocs.org/en/latest/
        
        .. _Django Dingos: http://django-dingos.readthedocs.org.
        .. _MANTIS: http://django-mantis.readthedocs.org.
        
        
        Acknowledgments
        ---------------
        
        
        The basic layout for this Django app with out-of-the-box configuration of ``setup.py`` for
        easy build, submission to PyPi, etc., and Sphinx documentation tree was generated with Audrey Roy's excellent `Cookiecutter`_
        and Daniel Greenfield's `cookiecutter-djangopackage`_ template.
        
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        
        .. _cookiecutter-djangopackage: https://github.com/pydanny/cookiecutter-djangopackage
        
        
        
        
        
        
        History
        -------
        
        
        0.1.0 (2013-12-19)
        ++++++++++++++++++
        
        * Bump dependencies
        
        
        0.0.9 (2013-12-17)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: django-mantis-core
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Security
