Metadata-Version: 2.4
Name: djangocms-aldryn-categories
Version: 2.1.2
Summary: Hierarchical categories/taxonomies for your Django project.
Home-page: https://github.com/CZ-NIC/djangocms-aldryn-categories
Author: Divio AG
Author-email: info@divio.ch
License: BSD License
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django CMS :: 3.11
Classifier: Framework :: Django CMS :: 4.1
Classifier: Framework :: Django CMS :: 5.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: djangocms-aldryn-translation-tools
Requires-Dist: django-treebeard<6.0,>=4.8
Requires-Dist: djangocms-attributes-field~=4.1
Requires-Dist: packaging
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

|Project continuation| |Pypi package| |Pypi status| |Python versions| |License|


Aldryn Categories
=================

Continuation of the deprecated project `Divio Aldryn search <https://github.com/divio/aldryn-translation-tools>`_.

Aldryn Categories is a simple, Aldryn-compatible project that provides
hierarchical *categories* as an independent model in your project. Categories
are similar to *tags*, but are structured into a taxonomy. The project is
suitable for I18N projects as Categories are fully translatable.

Please see the official `Aldryn Categories documentation <http://aldryn-categories.readthedocs.org>`_,
which includes information on installation.

Developers should also note that the project maintains
`UML diagrams <https://github.com/aldryn/aldryn-categories/blob/master/diagrams/aldryn_categories.pdf>`_
for this project.


============
Contributing
============

Aldryn Categories is a an open-source project. We'll be delighted to receive your
feedback in the form of issues and pull requests. Before submitting your pull
request, please review our `guidelines for Aldryn addons <http://docs.aldryn.com/en/latest/reference/addons/index.html>`_.


.. |Project continuation| image:: https://img.shields.io/badge/Continuation-Divio_Aldryn_Search-blue
    :target: https://github.com/CZ-NIC/djangocms-aldryn-categories
    :alt: Continuation of the deprecated project "Divio Aldryn Categories"
.. |Pypi package| image:: https://img.shields.io/pypi/v/djangocms-aldryn-categories.svg
    :target: https://pypi.python.org/pypi/djangocms-aldryn-categories/
    :alt: Pypi package
.. |Pypi status| image:: https://img.shields.io/pypi/status/djangocms-aldryn-categories.svg
   :target: https://pypi.python.org/pypi/djangocms-aldryn-categories
   :alt: status
.. |Python versions| image:: https://img.shields.io/pypi/pyversions/djangocms-aldryn-categories.svg
   :target: https://pypi.python.org/pypi/djangocms-aldryn-categories
   :alt: Python versions
.. |License| image:: https://img.shields.io/pypi/l/djangocms-aldryn-categories.svg
    :target: https://pypi.python.org/pypi/djangocms-aldryn-categories/
    :alt: license
