Metadata-Version: 2.1
Name: djangocodemirror
Version: 2.0.0
Summary: Django CodeMirror is a Django application to embed CodeMirror
Home-page: https://github.com/sveetch/djangocodemirror
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Description: .. _CodeMirror: http://codemirror.net/
        .. _Django: https://www.djangoproject.com/
        .. _django-assets: http://pypi.python.org/pypi/django-assets
        
        Django CodeMirror
        =================
        
        This is a `Django`_ application to embed `CodeMirror`_.
        
        It works exclusively from configuration sets to manage CodeMirror options and
        assets. A dedicated field, widget and some template tags are available to make
        CodeMirror instances using these configurations on any element.
        
        Since configurations are aware of every assets to load this enable you to
        use CodeMirror without a Javascript module loader (like ``Browserify`` or
        ``RequireJS``).
        
        .. Note::
            Version 1.0.0 is a major refactoring, API has changed and editor
            enhancement stuff has been dropped.
        
        Links
        *****
        
        * Read the documentation on `Read the docs <http://djangocodemirror.readthedocs.io/>`_;
        * Download its `PyPi package <https://pypi.python.org/pypi/djangocodemirror>`_;
        * Clone it on its `Github repository <https://github.com/sveetch/djangocodemirror>`_;
        
        Dependancies
        ************
        
        * `Django`_ >= 1.10;
        * Optionally `django-assets`_;
        
        Credits
        *******
        
        CodeMirror is a software from Marijn Haverbeke <marijnh@gmail.com> under MIT license.
        
Keywords: Django,CodeMirror
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Text Editors :: Text Processing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Provides-Extra: dev
