Metadata-Version: 2.0
Name: django-markymark
Version: 1.0.4
Summary: django-markymark provides helpers and tools to integrate markdown into your editor.
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: django (>=1.6,<1.10)
Requires-Dist: Markdown (>=2.6,<2.7)
Provides-Extra: anylink
Requires-Dist: django-anylink; extra == 'anylink'
Provides-Extra: filer
Requires-Dist: django-filer (>=1.2.0,<1.3.0); extra == 'filer'
Provides-Extra: tests
Requires-Dist: tox; extra == 'tests'
Requires-Dist: tox-pyenv; extra == 'tests'
Requires-Dist: pytest (==2.8.0); extra == 'tests'
Requires-Dist: pytest-cache (==1.0); extra == 'tests'
Requires-Dist: pytest-cov (==2.1.0); extra == 'tests'
Requires-Dist: pytest-django (==2.8.0); extra == 'tests'
Requires-Dist: pytest-flakes (==1.0.1); extra == 'tests'
Requires-Dist: pytest-pep8 (==1.0.6); extra == 'tests'
Requires-Dist: cov-core (==1.15.0); extra == 'tests'
Requires-Dist: mock (==1.3.0); extra == 'tests'
Requires-Dist: factory-boy (==2.5.2); extra == 'tests'
Requires-Dist: django-filer (<1.3.0); extra == 'tests'
Requires-Dist: django-anylink; extra == 'tests'

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

.. image:: https://badge.fury.io/py/django-markymark.png
    :target: http://badge.fury.io/py/django-markymark
    :alt: Latest PyPI version

.. image:: https://travis-ci.org/moccu/django-markymark.png
   :target: https://travis-ci.org/moccu/django-markymark
   :alt: Latest Travis CI build status

.. image:: https://coveralls.io/repos/moccu/django-markymark/badge.svg
  :target: https://coveralls.io/github/moccu/django-markymark
  :alt: Coverage of master build

.. image:: https://readthedocs.org/projects/django-markymark/badge/?version=latest
    :target: https://readthedocs.org/projects/django-markymark/?badge=latest
    :alt: Latest read the docs build

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

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


Features
========

 * Django form fields to integrate the bootstrap markdown editor (without the dependency on bootstrap)
 * `django-filer <https://github.com/divio/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/>`_


