pyams-pagelet


Namepyams-pagelet JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS pagelets management package
upload_time2023-11-26 02:37:51
maintainer
docs_urlNone
authorThierry Florac
requires_python>=3.7
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====================
PyAMS_pagelet 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>`_.


What is PyAMS_pagelet?
======================

This package is a small rewrite of z3c.pagelet package for use with Pyramid and PyAMS.

PyAMS_template allows to separate a view's Python code from it's template implementation, so that
this template can be easily overriden for a given context, layer or view; it also allows to
separate a "content" template from a "layout" template which is handling all common elements in
a web page.

PyAMS_pagelet is an implementation of this pattern: a pagelet is a Pyramid view registered with
the name of the pagelet; the layout template can then just use a "${structure:provider:pagelet}"
directive to automatically insert the pagelet matching the current browser URL.


Changelog
=========

2.0.1
-----
 - updated Buildout configuration

2.0.0
-----
 - migrated to Pyramid 2.0

1.3.0
-----
 - added pagelet creation and update events

1.2.0
-----
 - remove support for Python < 3.7
 - added optional arguments to Pagelet constructor (which can be required when Pagelet is
   used as a mixin parent class)
 - doctests updates

1.1.2
-----
 - updated Gitlab-CI configuration
 - removed Travis-CI configuration

1.1.1
-----
 - updated pagelet creation event notification

1.1.0
-----
 - removed ZCML declarations
 - updated doctests

1.0.1
-----
 - updated pagelet templates registration to use standard (context, request, view)
   multi-adapters
 - updated doctests

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-pagelet",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/21/31/f028ed73863a0403f818552f82a512157ffa97dd9c0d004843b3fc065f25/pyams_pagelet-2.0.1.tar.gz",
    "platform": null,
    "description": "=====================\nPyAMS_pagelet 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>`_.\n\n\nWhat is PyAMS_pagelet?\n======================\n\nThis package is a small rewrite of z3c.pagelet package for use with Pyramid and PyAMS.\n\nPyAMS_template allows to separate a view's Python code from it's template implementation, so that\nthis template can be easily overriden for a given context, layer or view; it also allows to\nseparate a \"content\" template from a \"layout\" template which is handling all common elements in\na web page.\n\nPyAMS_pagelet is an implementation of this pattern: a pagelet is a Pyramid view registered with\nthe name of the pagelet; the layout template can then just use a \"${structure:provider:pagelet}\"\ndirective to automatically insert the pagelet matching the current browser URL.\n\n\nChangelog\n=========\n\n2.0.1\n-----\n - updated Buildout configuration\n\n2.0.0\n-----\n - migrated to Pyramid 2.0\n\n1.3.0\n-----\n - added pagelet creation and update events\n\n1.2.0\n-----\n - remove support for Python < 3.7\n - added optional arguments to Pagelet constructor (which can be required when Pagelet is\n   used as a mixin parent class)\n - doctests updates\n\n1.1.2\n-----\n - updated Gitlab-CI configuration\n - removed Travis-CI configuration\n\n1.1.1\n-----\n - updated pagelet creation event notification\n\n1.1.0\n-----\n - removed ZCML declarations\n - updated doctests\n\n1.0.1\n-----\n - updated pagelet templates registration to use standard (context, request, view)\n   multi-adapters\n - updated doctests\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS pagelets management package",
    "version": "2.0.1",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51163fa7994b8c7ac2a56569aa27afcb4d5da5d0d959dc71447c434e8a893642",
                "md5": "117a5c65abe4e9e4de0f87e949cc4e65",
                "sha256": "6afa8f279de64976bb281e15dd842bb5150c3db234bfb6dac2b9737b06a9bfa5"
            },
            "downloads": -1,
            "filename": "pyams_pagelet-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "117a5c65abe4e9e4de0f87e949cc4e65",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14544,
            "upload_time": "2023-11-26T02:37:49",
            "upload_time_iso_8601": "2023-11-26T02:37:49.493062Z",
            "url": "https://files.pythonhosted.org/packages/51/16/3fa7994b8c7ac2a56569aa27afcb4d5da5d0d959dc71447c434e8a893642/pyams_pagelet-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2131f028ed73863a0403f818552f82a512157ffa97dd9c0d004843b3fc065f25",
                "md5": "33a02d8c295ea339989b159090a95bca",
                "sha256": "8c5e48069b54833fd48df0cb4d2101b222d71fe8db901c839cdb33c5ea7801a4"
            },
            "downloads": -1,
            "filename": "pyams_pagelet-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "33a02d8c295ea339989b159090a95bca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9793,
            "upload_time": "2023-11-26T02:37:51",
            "upload_time_iso_8601": "2023-11-26T02:37:51.077597Z",
            "url": "https://files.pythonhosted.org/packages/21/31/f028ed73863a0403f818552f82a512157ffa97dd9c0d004843b3fc065f25/pyams_pagelet-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-26 02:37:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-pagelet"
}
        
Elapsed time: 0.14686s