Metadata-Version: 2.0
Name: django-markymark
Version: 0.2
Summary: UNKNOWN
Home-page: https://github.com/moccu/django-markymark/
Author: Moccu GmbH & Co. KG
Author-email: info@moccu.com
License: Apache License (2.0)
Keywords: markdown,django
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
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.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: django (>=1.6)
Requires-Dist: markdown (==2.5.2)
Requires-Dist: django-filer (==0.9.9)
Requires-Dist: django-floppyforms (==1.3.0)
Requires-Dist: django-anylink (==0.1.0)
Provides-Extra: tests
Requires-Dist: py (==1.4.26); extra == 'tests'
Requires-Dist: pyflakes (==0.8.1); extra == 'tests'
Requires-Dist: pytest (==2.6.4); extra == 'tests'
Requires-Dist: pytest-cache (==1.0); extra == 'tests'
Requires-Dist: pytest-cov (==1.7.0); extra == 'tests'
Requires-Dist: pytest-flakes (==0.2); extra == 'tests'
Requires-Dist: pytest-pep8 (==1.0.6); extra == 'tests'
Requires-Dist: pytest-django (==2.7.0); extra == 'tests'
Requires-Dist: cov-core (==1.15.0); extra == 'tests'
Requires-Dist: coverage (==3.7.1); extra == 'tests'
Requires-Dist: execnet (==1.2.0); extra == 'tests'
Requires-Dist: pep8 (==1.5.7); extra == 'tests'
Requires-Dist: mock (==1.0.1); extra == 'tests'
Requires-Dist: factory-boy (==2.4.1); extra == 'tests'

django-markymark
================

.. image:: https://badge.fury.io/py/django-markymark.png
    :target: http://badge.fury.io/py/django-markymark

.. image:: https://travis-ci.org/moccu/django-markymark.png?branch=master
    :target: https://travis-ci.org/moccu/django-markymark

.. image:: https://readthedocs.org/projects/django-markymark/badge/?version=latest
    :target: http://django-markymark.readthedocs.org/en/latest/

*django-markymark* provides helpers and tools to integrate markdown into your editor.

.. figure:: https://django-markymark.readthedocs.org/en/latest/_static/logo.gif
   :align: left


Features
========

 * Django form fields to integrate the bootstrap markdown editor (without the dependency on bootstrap)
 * `django-filer <https://github.com/stefanfoulis/django-filer>`_ integration
 * `django-anylink <https://github.com/moccu/django-anylink>`_ integration
 * Various extensions to provide `GitHub Flavored Markdown <https://help.github.com/articles/github-flavored-markdown/>`_


Resources
=========

* `Documentation <https://django-markymark.readthedocs.org/>`_
* `Bug Tracker <https://github.com/moccu/django-markymark/issues>`_
* `Code <https://github.com/moccu/django-markymark/>`_


