Metadata-Version: 2.4
Name: feincms3
Version: 5.5.0
Summary: CMS-building toolkit for Django
Project-URL: Homepage, https://github.com/matthiask/feincms3/
Author-email: Matthias Kestenholz <mk@feinheit.ch>
License: BSD-3-Clause
License-File: LICENSE
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 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.10
Requires-Dist: asgiref>=3.6
Requires-Dist: django-content-editor>=6
Requires-Dist: django-js-asset>=2
Requires-Dist: django-tree-queries[admin]>=0.23
Requires-Dist: django>=3.2
Provides-Extra: all
Requires-Dist: django-imagefield; extra == 'all'
Requires-Dist: html-sanitizer>=1.1.1; extra == 'all'
Requires-Dist: requests; extra == 'all'
Provides-Extra: tests
Requires-Dist: coverage; extra == 'tests'
Requires-Dist: django-ckeditor; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: pytest-django; extra == 'tests'
Requires-Dist: requests-mock; extra == 'tests'
Description-Content-Type: text/x-rst

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

.. image:: https://github.com/matthiask/feincms3/workflows/Tests/badge.svg
    :target: https://github.com/matthiask/feincms3/
    :alt: CI Status

.. 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.
