Metadata-Version: 2.4
Name: cmsplugin-blocks
Version: 1.8.0
Summary: A set of DjangoCMS plugins for structured contents in CMS pages
Home-page: https://github.com/emencia/cmsplugin-blocks
Author: David Thenon
Author-email: dthenon@emencia.com
License: MIT
Project-URL: Source Code, https://github.com/emencia/cmsplugin-blocks
Project-URL: Issue Tracker, https://github.com/emencia/cmsplugin-blocks/issues
Project-URL: Changelog, https://cmspluginblocks.readthedocs.io/en/latest/history.html
Project-URL: Documentation, https://cmspluginblocks.readthedocs.io/
Keywords: django,django-cms,structure,content
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3
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: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: django>=4.2
Requires-Dist: django-cms>=4.1.0
Requires-Dist: django-smart-media>=0.6.0
Provides-Extra: sandbox
Requires-Dist: djangocms-text>=0.7.0; extra == "sandbox"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-django>=4.5.2; extra == "dev"
Requires-Dist: factory-boy>=3.3.0; extra == "dev"
Requires-Dist: pyquery>=2.0.0; extra == "dev"
Provides-Extra: quality
Requires-Dist: flake8>=6.0.0; extra == "quality"
Requires-Dist: tox>=4.11.0; extra == "quality"
Provides-Extra: doc
Requires-Dist: sphinx>=8.0.2; extra == "doc"
Requires-Dist: furo>=2024.8.6; extra == "doc"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
Provides-Extra: doc-live
Requires-Dist: livereload>=2.6.0; extra == "doc-live"
Provides-Extra: release
Requires-Dist: twine>=5.0.0; extra == "release"
Dynamic: license-file

.. _DjangoCMS: https://www.django-cms.org/
.. _sorl-thumbnail: https://github.com/mariocesar/sorl-thumbnail
.. _djangocms-text: https://github.com/django-cms/djangocms-text
.. _djangocms-text-ckeditor: https://github.com/django-cms/djangocms-text-ckeditor
.. _django-smart-media: https://github.com/sveetch/django-smart-media
.. _django-configuration: https://django-configurations.readthedocs.io/en/stable/


Emencia DjangoCMS blocks
========================

A set of DjangoCMS plugins for structured contents in CMS pages.

Features
********

* Multiple plugins to implement some common layout components:

  * Accordion;
  * Album;
  * Card;
  * Container;
  * Hero;
  * Slider;

* Album can be filled from a ZIP with images;
* Included usage of `django-smart-media`_ for thumbnailing with SVG soft support;
* Included class for default settings with `django-configuration`_ (optional);
* Full test coverage;


Dependencies
************

* Python>=3.9;
* Django>=4.0;
* `DjangoCMS`_>=3.11.0;
* `django-smart-media`_>=0.3.0;
* Optional `djangocms-text-ckeditor`_>=5.0.1;
* Optional `djangocms-text`_>=0.3.3;


Links
*****

* Read the documentation on `Read the docs <https://cmspluginblocks.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/cmsplugin-blocks>`_;
* Clone it on its `Github repository <https://github.com/emencia/cmsplugin-blocks>`_;
