Metadata-Version: 2.1
Name: collective.classification.tree
Version: 1.1.1
Summary: Addon to manage complex content classification tree
Home-page: https://github.com/imio/collective.classification.tree
Author: Martin Peeters
Author-email: support@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.classification.tree
Project-URL: Source, https://github.com/imio/collective.classification.tree
Project-URL: Tracker, https://github.com/imio/collective.classification.tree/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: Products.GenericSetup>=1.8.2
Requires-Dist: plone.api>=1.8.4
Requires-Dist: plone.restapi
Requires-Dist: plone.app.dexterity
Requires-Dist: plone.app.referenceablebehavior
Requires-Dist: plone.app.relationfield
Requires-Dist: plone.app.lockingbehavior
Requires-Dist: plone.schema
Requires-Dist: collective.js.datatables
Requires-Dist: imio.helpers>=1.0.0rc4
Requires-Dist: imio.pyutils
Requires-Dist: Unidecode
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on pypi or github. It is a comment.

.. image:: https://travis-ci.org/collective/collective.classification.tree.svg?branch=master
    :target: https://travis-ci.org/collective/collective.classification.tree

.. image:: https://coveralls.io/repos/github/collective/collective.classification.tree/badge.svg?branch=master
    :target: https://coveralls.io/github/collective/collective.classification.tree?branch=master
    :alt: Coveralls

.. image:: https://img.shields.io/pypi/v/collective.classification.tree.svg
    :target: https://pypi.python.org/pypi/collective.classification.tree/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.classification.tree.svg
    :target: https://pypi.python.org/pypi/collective.classification.tree
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.classification.tree.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.classification.tree.svg
    :target: https://pypi.python.org/pypi/collective.classification.tree/
    :alt: License


==============================
collective.classification.tree
==============================

Tell me what your product does

Features
--------

- Can be bullet points


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


Documentation
-------------

Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar


Translations
------------

This product has been translated into

- Klingon (thanks, K'Plai)


Installation
------------

Install collective.classification.tree by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.classification.tree


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.classification.tree/issues
- Source Code: https://github.com/collective/collective.classification.tree
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: project@example.com


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Martin Peeters [original author]


Changelog
=========


1.1.1 (2024-09-18)
------------------

- Don't create wheel.
  [sgeulette]

1.1.0 (2024-09-17)
------------------

- Added classification_category indexer to store empty value.
  [sgeulette]

1.0.1 (2024-06-07)
------------------

- Defined category identifier defaut value based on parent.
  [sgeulette]
- Blacked files
  [sgeulette]

1.0.0 (2024-03-01)
------------------

- Handled `bool` on category object.
  [sgeulette]

1.0a3 (2023-09-08)
------------------

- Removed python_requires causing problem to download from pypi
  [sgeulette]

1.0a2 (2023-07-20)
------------------

- Corrected setup urls.
  [sgeulette]

1.0a1 (2023-03-29)
------------------

- Initial release.
  [mpeeters]
