Metadata-Version: 2.1
Name: feincms3
Version: 0.33.1
Summary: CMS-building toolkit for Django
Home-page: https://github.com/matthiask/feincms3/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: BSD License
Platform: OS Independent
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
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
License-File: LICENSE
Requires-Dist: django-content-editor
Requires-Dist: django-tree-queries>0.2
Provides-Extra: all
Requires-Dist: django-ckeditor; extra == "all"
Requires-Dist: django-imagefield; extra == "all"
Requires-Dist: html-sanitizer>=1.1.1; extra == "all"
Requires-Dist: requests; extra == "all"
Provides-Extra: versatileimagefield
Requires-Dist: django-ckeditor; extra == "versatileimagefield"
Requires-Dist: django-versatileimagefield; extra == "versatileimagefield"
Requires-Dist: html-sanitizer>=1.1.1; extra == "versatileimagefield"
Requires-Dist: requests; extra == "versatileimagefield"

========
feincms3
========

.. image:: https://travis-ci.org/matthiask/feincms3.svg?branch=master
    :target: https://travis-ci.org/matthiask/feincms3

.. image:: https://readthedocs.org/projects/feincms3/badge/?version=latest
    :target: https://feincms3.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

feincms3 offers tools and building blocks which make building a CMS that
is versatile, powerful and tailor-made at the same time for each project
a reachable reality.

An introduction to feincms3, guides and reference docs are available in
the `official feincms3 documentation
<https://feincms3.readthedocs.io>`__. There is also an `example project
<https://github.com/matthiask/feincms3-example>`__ which shows some its
capabilities.
