cubicweb-keyword


Namecubicweb-keyword JSON
Version 4.0.0 PyPI version JSON
download
home_pagehttps://forge.extranet.logilab.fr/cubicweb/cubes/cubicweb-keyword
Summaryclassification schemes system for the Cubicweb framework
upload_time2023-07-07 13:23:45
maintainer
docs_urlNone
authorLogilab
requires_python
licenseLGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Summary
-------
The `keyword` cube provides classification by using hierarchies of keywords to
classify content.

Each classification is represented using a `Classification` entity, which will
hold a keywords tree.

There is two types of keywords:

- `Keyword` which contains a description,

- `CodeKeyword` which contains the keyword description and the associated code.

In order to link an entity to a keyword, you have to add a relation
 `applied_to` in the schema.

Each keyword has the `subkeyword_of` relation definition. This allows to
navigate in the classification without a Modified Preorder Tree Traversal
representation of the data.

Some methods are defined in order to get parents and children or get the status
of a keyword (leaf or root).

See also `cubicweb-tag`_ as another (simpler) way to classify content.

.. _`cubicweb-tag`: http://www.cubicweb.org/project/cubicweb-tag

            

Raw data

            {
    "_id": null,
    "home_page": "https://forge.extranet.logilab.fr/cubicweb/cubes/cubicweb-keyword",
    "name": "cubicweb-keyword",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Logilab",
    "author_email": "contact@logilab.fr",
    "download_url": "https://files.pythonhosted.org/packages/31/07/25ad3488cb5095a280c980bee0e6171c2c40202438175c401d11baa48bc5/cubicweb-keyword-4.0.0.tar.gz",
    "platform": null,
    "description": "Summary\n-------\nThe `keyword` cube provides classification by using hierarchies of keywords to\nclassify content.\n\nEach classification is represented using a `Classification` entity, which will\nhold a keywords tree.\n\nThere is two types of keywords:\n\n- `Keyword` which contains a description,\n\n- `CodeKeyword` which contains the keyword description and the associated code.\n\nIn order to link an entity to a keyword, you have to add a relation\n `applied_to` in the schema.\n\nEach keyword has the `subkeyword_of` relation definition. This allows to\nnavigate in the classification without a Modified Preorder Tree Traversal\nrepresentation of the data.\n\nSome methods are defined in order to get parents and children or get the status\nof a keyword (leaf or root).\n\nSee also `cubicweb-tag`_ as another (simpler) way to classify content.\n\n.. _`cubicweb-tag`: http://www.cubicweb.org/project/cubicweb-tag\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "classification schemes system for the Cubicweb framework",
    "version": "4.0.0",
    "project_urls": {
        "Homepage": "https://forge.extranet.logilab.fr/cubicweb/cubes/cubicweb-keyword"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e99376757d48aa3b77cf870402cc150dece3a17a6ac43541a570639016b8733",
                "md5": "c67fa56688f76494b83642fc5b783fc1",
                "sha256": "5cbb0c696d267c188b28e60cd728ace9f4e4d1ac0fcfbe0b527fd7fb3b47b847"
            },
            "downloads": -1,
            "filename": "cubicweb_keyword-4.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c67fa56688f76494b83642fc5b783fc1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 69849,
            "upload_time": "2023-07-07T13:23:43",
            "upload_time_iso_8601": "2023-07-07T13:23:43.645505Z",
            "url": "https://files.pythonhosted.org/packages/5e/99/376757d48aa3b77cf870402cc150dece3a17a6ac43541a570639016b8733/cubicweb_keyword-4.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "310725ad3488cb5095a280c980bee0e6171c2c40202438175c401d11baa48bc5",
                "md5": "8d2b7b1e8b9a07db9b0263a22d46f38e",
                "sha256": "2d1cfda751c7e08a5a4c16fcc3ad73d77d9a76f4e7dd8517f01dc2db704b071d"
            },
            "downloads": -1,
            "filename": "cubicweb-keyword-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8d2b7b1e8b9a07db9b0263a22d46f38e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 125851,
            "upload_time": "2023-07-07T13:23:45",
            "upload_time_iso_8601": "2023-07-07T13:23:45.492439Z",
            "url": "https://files.pythonhosted.org/packages/31/07/25ad3488cb5095a280c980bee0e6171c2c40202438175c401d11baa48bc5/cubicweb-keyword-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-07 13:23:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cubicweb-keyword"
}
        
Elapsed time: 0.08124s