Metadata-Version: 1.1
Name: cmsplugin-getthecode
Version: 0.1.0
Summary: Get The Code Plugin for django CMS
Home-page: https://github.com/FabriceSalvaire/cmsplugin-getthecode
Author: Fabrice Salvaire
Author-email: fabrice.salvaire@orange.fr
License: LICENSE.txt
Description: .. image:: https://badge.fury.io/py/cmsplugin-getthecode.svg
        	   :target: https://badge.fury.io/py/cmsplugin-getthecode
        
        .. image:: https://img.shields.io/pypi/dm/cmsplugin-getthecode.svg
        	   :target: https://pypi.python.org/pypi/cmsplugin-getthecode
        
        .. image:: https://img.shields.io/pypi/status/cmsplugin-getthecode.svg
        	   :target: https://pypi.python.org/pypi/cmsplugin-getthecode
        
        .. image:: https://img.shields.io/pypi/pyversions/cmsplugin-getthecode.svg
        	   :target: https://pypi.python.org/pypi/cmsplugin-getthecode
        
        .. image:: https://img.shields.io/pypi/l/cmsplugin-getthecode.svg
        	   :target: https://raw.githubusercontent.com/FabriceSalvaire/cmsplugin-getthecode/master/LICENSE.txt
        
        ==============================
        Django CMS Get The Code Plugin
        ==============================
        
        `Django CMS <https://www.django-cms.org>`_ Get The Code Plugin provides a plugin that allows you to
        show and highlight a source code file in a page. A link to the file in the media library permits to
        download it.
        
        Installation
        ------------
        
        This plugin requires django CMS 3.0.12 or higher to be properly installed.
        
        * Within your ``virtualenv`` run ``pip install cmsplugin-getthecode``
        * Add ``'cmsplugin-getthecode'`` to your ``INSTALLED_APPS`` setting.
        * Run ``manage.py migrate cmsplugin-getthecode``.
        
        Usage
        -----
        
        TBD
        
        
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
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: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
