cubicweb-web


Namecubicweb-web JSON
Version 1.2.9 PyPI version JSON
download
home_pagehttps://forge.extranet.logilab.fr/cubicweb/cubes/web
SummaryLegacy component for web application
upload_time2024-02-07 09:13:25
maintainer
docs_urlNone
authorLOGILAB S.A. (Paris, FRANCE)
requires_python
licenseLGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            CubicWeb Legacy Web module
--------------------------
This cube provides a dynamic view selection system. This system allows
semi-automatic XHTML/XML/JSON/text generation, based on context.
All this was once available in CubicWeb 3 as a `cubicweb.web` module.

This code is still maintained, however we no longer add new features.

How to use it?
--------------
This cube can be used like every other cubes. You just have to add it in your
application dependencies and/or add it when creating your instance.
However, you may need some configuration in order to have cubicweb views
working as expected. In pyramid.ini file (which is located in your instance
directory), you should disable default CubicWeb 4 html views by writing::

    cubicweb.content-negociation.html-default = yes


            

Raw data

            {
    "_id": null,
    "home_page": "https://forge.extranet.logilab.fr/cubicweb/cubes/web",
    "name": "cubicweb-web",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "LOGILAB S.A. (Paris, FRANCE)",
    "author_email": "contact@logilab.fr",
    "download_url": "https://files.pythonhosted.org/packages/af/40/aeaf8ac840e928785bdf0e6c8edce7689a4463bb5fc682aac4d797d01c48/cubicweb-web-1.2.9.tar.gz",
    "platform": null,
    "description": "CubicWeb Legacy Web module\n--------------------------\nThis cube provides a dynamic view selection system. This system allows\nsemi-automatic XHTML/XML/JSON/text generation, based on context.\nAll this was once available in CubicWeb 3 as a `cubicweb.web` module.\n\nThis code is still maintained, however we no longer add new features.\n\nHow to use it?\n--------------\nThis cube can be used like every other cubes. You just have to add it in your\napplication dependencies and/or add it when creating your instance.\nHowever, you may need some configuration in order to have cubicweb views\nworking as expected. In pyramid.ini file (which is located in your instance\ndirectory), you should disable default CubicWeb 4 html views by writing::\n\n    cubicweb.content-negociation.html-default = yes\n\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "Legacy component for web application",
    "version": "1.2.9",
    "project_urls": {
        "Homepage": "https://forge.extranet.logilab.fr/cubicweb/cubes/web"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7f61b4c8eb70b2ff3c3fe7252507035bcf62f5b441802f918ec8c0f7df9b78e",
                "md5": "292bbafaaa85a584e69c6e47dc52b2e6",
                "sha256": "34754f87bd7f0fb1a457ef363f7bfdf497663ce80b4fef60f7d3648db15bae61"
            },
            "downloads": -1,
            "filename": "cubicweb_web-1.2.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "292bbafaaa85a584e69c6e47dc52b2e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1196719,
            "upload_time": "2024-02-07T09:13:23",
            "upload_time_iso_8601": "2024-02-07T09:13:23.570856Z",
            "url": "https://files.pythonhosted.org/packages/b7/f6/1b4c8eb70b2ff3c3fe7252507035bcf62f5b441802f918ec8c0f7df9b78e/cubicweb_web-1.2.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af40aeaf8ac840e928785bdf0e6c8edce7689a4463bb5fc682aac4d797d01c48",
                "md5": "80a67e7bef0c1da486491e4ccd97b498",
                "sha256": "10f1d33a113ae7fe29a72d6812ef44df3f7e2c9038e7368e58899cfa03a1a1df"
            },
            "downloads": -1,
            "filename": "cubicweb-web-1.2.9.tar.gz",
            "has_sig": false,
            "md5_digest": "80a67e7bef0c1da486491e4ccd97b498",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1177771,
            "upload_time": "2024-02-07T09:13:25",
            "upload_time_iso_8601": "2024-02-07T09:13:25.501209Z",
            "url": "https://files.pythonhosted.org/packages/af/40/aeaf8ac840e928785bdf0e6c8edce7689a4463bb5fc682aac4d797d01c48/cubicweb-web-1.2.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 09:13:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cubicweb-web"
}
        
Elapsed time: 0.17844s