collective.classification.tree


Namecollective.classification.tree JSON
Version 1.0a3 PyPI version JSON
download
home_pagehttps://github.com/imio/collective.classification.tree
SummaryAddon to manage complex content classification tree
upload_time2023-09-08 10:32:08
maintainer
docs_urlNone
authorMartin Peeters
requires_python
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. 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.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]



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/imio/collective.classification.tree",
    "name": "collective.classification.tree",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "Martin Peeters",
    "author_email": "support@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/d3/16/688d03ebb2c44e86530bbc660038287698fbef7eb3e7ff42efc0aa38c6f4/collective.classification.tree-1.0a3.tar.gz",
    "platform": null,
    "description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on pypi or github. It is a comment.\n\n.. image:: https://travis-ci.org/collective/collective.classification.tree.svg?branch=master\n    :target: https://travis-ci.org/collective/collective.classification.tree\n\n.. image:: https://coveralls.io/repos/github/collective/collective.classification.tree/badge.svg?branch=master\n    :target: https://coveralls.io/github/collective/collective.classification.tree?branch=master\n    :alt: Coveralls\n\n.. image:: https://img.shields.io/pypi/v/collective.classification.tree.svg\n    :target: https://pypi.python.org/pypi/collective.classification.tree/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.classification.tree.svg\n    :target: https://pypi.python.org/pypi/collective.classification.tree\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.classification.tree.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.classification.tree.svg\n    :target: https://pypi.python.org/pypi/collective.classification.tree/\n    :alt: License\n\n\n==============================\ncollective.classification.tree\n==============================\n\nTell me what your product does\n\nFeatures\n--------\n\n- Can be bullet points\n\n\nExamples\n--------\n\nThis add-on can be seen in action at the following sites:\n- Is there a page on the internet where everybody can see the features?\n\n\nDocumentation\n-------------\n\nFull documentation for end users can be found in the \"docs\" folder, and is also available online at http://docs.plone.org/foo/bar\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Klingon (thanks, K'Plai)\n\n\nInstallation\n------------\n\nInstall collective.classification.tree by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.classification.tree\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.classification.tree/issues\n- Source Code: https://github.com/collective/collective.classification.tree\n- Documentation: https://docs.plone.org/foo/bar\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\nWe have a mailing list located at: project@example.com\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Martin Peeters [original author]\n\n\nChangelog\n=========\n\n\n1.0a3 (2023-09-08)\n------------------\n\n- Removed python_requires causing problem to download from pypi\n  [sgeulette]\n\n1.0a2 (2023-07-20)\n------------------\n\n- Corrected setup urls.\n  [sgeulette]\n\n1.0a1 (2023-03-29)\n------------------\n\n- Initial release.\n  [mpeeters]\n\n\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Addon to manage complex content classification tree",
    "version": "1.0a3",
    "project_urls": {
        "Homepage": "https://github.com/imio/collective.classification.tree",
        "PyPI": "https://pypi.python.org/pypi/collective.classification.tree",
        "Source": "https://github.com/imio/collective.classification.tree",
        "Tracker": "https://github.com/imio/collective.classification.tree/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d316688d03ebb2c44e86530bbc660038287698fbef7eb3e7ff42efc0aa38c6f4",
                "md5": "149c916c32a5144170ed106b4c7f76ca",
                "sha256": "b7e53b5106f049ded784c918862a1dd16d02a708be68a0199c5b3c72dac6aed7"
            },
            "downloads": -1,
            "filename": "collective.classification.tree-1.0a3.tar.gz",
            "has_sig": false,
            "md5_digest": "149c916c32a5144170ed106b4c7f76ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 54232,
            "upload_time": "2023-09-08T10:32:08",
            "upload_time_iso_8601": "2023-09-08T10:32:08.939752Z",
            "url": "https://files.pythonhosted.org/packages/d3/16/688d03ebb2c44e86530bbc660038287698fbef7eb3e7ff42efc0aa38c6f4/collective.classification.tree-1.0a3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-08 10:32:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "imio",
    "github_project": "collective.classification.tree",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "requirements": [],
    "lcname": "collective.classification.tree"
}
        
Elapsed time: 0.10645s