pyams-thesaurus


Namepyams-thesaurus JSON
Version 2.1.2 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS thesaurus management package
upload_time2024-04-09 20:41:00
maintainerNone
docs_urlNone
authorThierry Florac
requires_pythonNone
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
PyAMS thesaurus package
=======================

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.


What is PyAMS thesaurus?
========================

PyAMS_thesaurus is an extension package for PyAMS which can be used to manage thesaurus. A
thesaurus is a hierarchical structure of terms, which can also handle synonyms and horizontal
associations between terms. Thesaurus can be used to classify documents, and to search contents
based on those terms associations.

Thesaurus terms can be entered manually, but also loaded from external sources like XML files
using SKOS/RDF namespace.


Changelog
=========

2.1.2
-----
 - updated terms tree module resources
 - updated CSS
 - updated Gulp task names

2.1.1
-----
 - updated doctests

2.1.0
-----
 - updated thesaurus extracts interface

2.0.2
-----
 - updated REST API route name and path configuration setting name

2.0.1
-----
 - updated modal forms title

2.0.0
-----
 - migrated to Pyramid 2.0

1.3.5
-----
 - updated API usage permission
 - updated context actions viewlet manager name
 - added thesaurus names title factory

1.3.4
-----
 - updated Colander API schemas for better OpenAPI specifications

1.3.3
-----
 - version mismatch

1.3.2
-----
 - added check for undefined thesaurus name in terms selection widget
 - added support for Python 3.11

1.3.1
-----
 - added missing IAttributeAnnotatable base interface to terms

1.3.0
-----
 - added thesaurus method to remove terms
 - small updates in management interface

1.2.2
-----
 - added CORS validators and OPTIONS handler to REST services

1.2.1
-----
 - updated internal properties of thesaurus widget base class
 - updated thesaurus terms tree widget template
 - PyAMS_security interfaces refactoring
 - added support for Python 3.10

1.2.0
-----
 - added REST API to get thesaurus extracts
 - updated thesaurus vocabularies
 - updated thesaurus terms tree widget template

1.1.1
-----
 - updated terms election widget CSS classes and styles

1.1.0
-----
 - added thesaurus index type
 - updated MyAMS module registration
 - use new context base add action

1.0.3
-----
 - updated thesaurus manager attribute name used to display menu in ZMI home page

1.0.2.1
-------
 - updated release tag

1.0.2
-----
 - updated package description
 - JS code cleanup

1.0.1
-----
 - initialize NLTK library in doctests

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-thesaurus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/fb/6f/c362dcbf84de0b2152b1ce4d2aea4528a2ed2497469ea28b94aa0996483c/pyams_thesaurus-2.1.2.tar.gz",
    "platform": null,
    "description": "=======================\nPyAMS thesaurus package\n=======================\n\n.. contents::\n\n\nWhat is PyAMS?\n==============\n\nPyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications\nand content management with the Pyramid framework.\n\n**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,\nsee PyAMS_content package), but many features are generic and can be used inside any kind of web\napplication.\n\nAll PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code\nis available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github\n<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.\n\n\nWhat is PyAMS thesaurus?\n========================\n\nPyAMS_thesaurus is an extension package for PyAMS which can be used to manage thesaurus. A\nthesaurus is a hierarchical structure of terms, which can also handle synonyms and horizontal\nassociations between terms. Thesaurus can be used to classify documents, and to search contents\nbased on those terms associations.\n\nThesaurus terms can be entered manually, but also loaded from external sources like XML files\nusing SKOS/RDF namespace.\n\n\nChangelog\n=========\n\n2.1.2\n-----\n - updated terms tree module resources\n - updated CSS\n - updated Gulp task names\n\n2.1.1\n-----\n - updated doctests\n\n2.1.0\n-----\n - updated thesaurus extracts interface\n\n2.0.2\n-----\n - updated REST API route name and path configuration setting name\n\n2.0.1\n-----\n - updated modal forms title\n\n2.0.0\n-----\n - migrated to Pyramid 2.0\n\n1.3.5\n-----\n - updated API usage permission\n - updated context actions viewlet manager name\n - added thesaurus names title factory\n\n1.3.4\n-----\n - updated Colander API schemas for better OpenAPI specifications\n\n1.3.3\n-----\n - version mismatch\n\n1.3.2\n-----\n - added check for undefined thesaurus name in terms selection widget\n - added support for Python 3.11\n\n1.3.1\n-----\n - added missing IAttributeAnnotatable base interface to terms\n\n1.3.0\n-----\n - added thesaurus method to remove terms\n - small updates in management interface\n\n1.2.2\n-----\n - added CORS validators and OPTIONS handler to REST services\n\n1.2.1\n-----\n - updated internal properties of thesaurus widget base class\n - updated thesaurus terms tree widget template\n - PyAMS_security interfaces refactoring\n - added support for Python 3.10\n\n1.2.0\n-----\n - added REST API to get thesaurus extracts\n - updated thesaurus vocabularies\n - updated thesaurus terms tree widget template\n\n1.1.1\n-----\n - updated terms election widget CSS classes and styles\n\n1.1.0\n-----\n - added thesaurus index type\n - updated MyAMS module registration\n - use new context base add action\n\n1.0.3\n-----\n - updated thesaurus manager attribute name used to display menu in ZMI home page\n\n1.0.2.1\n-------\n - updated release tag\n\n1.0.2\n-----\n - updated package description\n - JS code cleanup\n\n1.0.1\n-----\n - initialize NLTK library in doctests\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS thesaurus management package",
    "version": "2.1.2",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "600e8aca411ef2ca95535547765e2d5d7f06c4089851849e8080d0cd1f8ba344",
                "md5": "c2f2ca3afa71f4e237bf343994a03c91",
                "sha256": "601845ab5f3d9b11b690b3010862e485be2a79f0f73acef76db3f28977ccfc2c"
            },
            "downloads": -1,
            "filename": "pyams_thesaurus-2.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c2f2ca3afa71f4e237bf343994a03c91",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1467830,
            "upload_time": "2024-04-09T20:40:56",
            "upload_time_iso_8601": "2024-04-09T20:40:56.912061Z",
            "url": "https://files.pythonhosted.org/packages/60/0e/8aca411ef2ca95535547765e2d5d7f06c4089851849e8080d0cd1f8ba344/pyams_thesaurus-2.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb6fc362dcbf84de0b2152b1ce4d2aea4528a2ed2497469ea28b94aa0996483c",
                "md5": "dff863be9b7a4886b289da95d1cff504",
                "sha256": "5edc95cf926058ef3d37bd9635d3b3dee47339c7cb12c174948a1fe83b9e714c"
            },
            "downloads": -1,
            "filename": "pyams_thesaurus-2.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "dff863be9b7a4886b289da95d1cff504",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1425774,
            "upload_time": "2024-04-09T20:41:00",
            "upload_time_iso_8601": "2024-04-09T20:41:00.660276Z",
            "url": "https://files.pythonhosted.org/packages/fb/6f/c362dcbf84de0b2152b1ce4d2aea4528a2ed2497469ea28b94aa0996483c/pyams_thesaurus-2.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 20:41:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-thesaurus"
}
        
Elapsed time: 0.24455s