Metadata-Version: 2.1
Name: cmsplugin-blocks
Version: 1.3.2
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.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-cms<4.0,>=3.11.0
Requires-Dist: djangocms-text-ckeditor>=5.0.1
Requires-Dist: django-smart-media>=0.3.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Requires-Dist: factory-boy; extra == "dev"
Requires-Dist: pyquery; extra == "dev"
Provides-Extra: quality
Requires-Dist: flake8; extra == "quality"
Requires-Dist: tox; extra == "quality"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: furo==2023.7.26; extra == "doc"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "doc"
Provides-Extra: doc-live
Requires-Dist: livereload; extra == "doc-live"
Provides-Extra: release
Requires-Dist: twine; extra == "release"

.. _DjangoCMS: https://www.django-cms.org/
.. _sorl-thumbnail: https://github.com/mariocesar/sorl-thumbnail
.. _djangocms-text-ckeditor: https://github.com/divio/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
********

* Many plugins to implement some common layout components;
* 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`_ (this is optional);
* Full test coverage;


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

* Python>=3.8;
* Django>=3.2;
* `DjangoCMS`_>=3.11.0,<4.0;
* `djangocms-text-ckeditor`_>=5.0.1;
* `django-smart-media`_>=0.3.0;


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>`_;
