pyams-file-views


Namepyams-file-views JSON
Version 2.0.3 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyramid views for PyAMS_file package
upload_time2024-01-24 17:29:52
maintainer
docs_urlNone
authorThierry Florac
requires_python
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
PyAMS file views 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 file views?
=========================

PyAMS file is a package dedicated to files management, including images.

This package is adding views and content providers and a management interface to manage files and
images through dedicated forms widgets which are integrated into PyAMS_skin and PyAMS_zmi
packages (but using PyAMS_zmi is not a requirement).


Changelog
=========

2.0.3
-----
 - added thumbnail ID in file input widget template

2.0.2
-----
 - added margin on content-type label in file input widget

2.0.1
-----
 - updated modal forms title

2.0.0
-----
 - upgraded to Pyramid 2.0

1.4.5
-----
 - renamed doctests interfaces and classes for last PyAMS_skin version
 - get Bootstrap devices icons from PyAMS_skin package
 - added support for Python 3.11

1.4.4
-----
 - small error in package requirements

1.4.3
-----
 - set widget as deletable if widget or field is not required
 - updated image preview template

1.4.2
-----
 - updated file widgets templates

1.4.1
-----
 - packaging version issue

1.4.0
-----
 - added support for Python 3.10
 - moved TALES extensions from *PyAMS_file* package

1.3.0
-----
 - added image preview

1.2.1
-----
 - added file modifier form mixin class to handle buttons selection in forms in display mode
 - updated language getter attribute in I18n file widget

1.2.0
-----
 - added base class for responsive selections forms
 - added frame border in images selection forms
 - updated order of selections forms actions

1.1.2
-----
 - added missing "context" argument to permission check

1.1.1
-----
 - packaging mismatch...

1.1.0
-----
 - removed support for Python < 3.7
 - added image size in crop and selection templates

1.0.2
-----
 - updated Gitlab-CI configuration
 - removed Travis-CI configuration

1.0.1
-----
 - updated "required" attribute of file input widgets

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-file-views",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/74/4f/032927aa4a1b0c15f3cba963498891234d75c36c783bac297c070ea8e494/pyams_file_views-2.0.3.tar.gz",
    "platform": null,
    "description": "========================\nPyAMS file views 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 file views?\n=========================\n\nPyAMS file is a package dedicated to files management, including images.\n\nThis package is adding views and content providers and a management interface to manage files and\nimages through dedicated forms widgets which are integrated into PyAMS_skin and PyAMS_zmi\npackages (but using PyAMS_zmi is not a requirement).\n\n\nChangelog\n=========\n\n2.0.3\n-----\n - added thumbnail ID in file input widget template\n\n2.0.2\n-----\n - added margin on content-type label in file input widget\n\n2.0.1\n-----\n - updated modal forms title\n\n2.0.0\n-----\n - upgraded to Pyramid 2.0\n\n1.4.5\n-----\n - renamed doctests interfaces and classes for last PyAMS_skin version\n - get Bootstrap devices icons from PyAMS_skin package\n - added support for Python 3.11\n\n1.4.4\n-----\n - small error in package requirements\n\n1.4.3\n-----\n - set widget as deletable if widget or field is not required\n - updated image preview template\n\n1.4.2\n-----\n - updated file widgets templates\n\n1.4.1\n-----\n - packaging version issue\n\n1.4.0\n-----\n - added support for Python 3.10\n - moved TALES extensions from *PyAMS_file* package\n\n1.3.0\n-----\n - added image preview\n\n1.2.1\n-----\n - added file modifier form mixin class to handle buttons selection in forms in display mode\n - updated language getter attribute in I18n file widget\n\n1.2.0\n-----\n - added base class for responsive selections forms\n - added frame border in images selection forms\n - updated order of selections forms actions\n\n1.1.2\n-----\n - added missing \"context\" argument to permission check\n\n1.1.1\n-----\n - packaging mismatch...\n\n1.1.0\n-----\n - removed support for Python < 3.7\n - added image size in crop and selection templates\n\n1.0.2\n-----\n - updated Gitlab-CI configuration\n - removed Travis-CI configuration\n\n1.0.1\n-----\n - updated \"required\" attribute of file input widgets\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "Pyramid views for PyAMS_file package",
    "version": "2.0.3",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6c2ac7c544c3c9ca4866385d991fa4d43d11c5da07046b0fb38aa2348358448",
                "md5": "79cdbc8ea27351ea0d7826bcfcb07b52",
                "sha256": "8bdf51e7786188785e27a17004a9bb07617fe663c28911bee36550da5dc1ad93"
            },
            "downloads": -1,
            "filename": "pyams_file_views-2.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79cdbc8ea27351ea0d7826bcfcb07b52",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 526888,
            "upload_time": "2024-01-24T17:29:49",
            "upload_time_iso_8601": "2024-01-24T17:29:49.882375Z",
            "url": "https://files.pythonhosted.org/packages/f6/c2/ac7c544c3c9ca4866385d991fa4d43d11c5da07046b0fb38aa2348358448/pyams_file_views-2.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "744f032927aa4a1b0c15f3cba963498891234d75c36c783bac297c070ea8e494",
                "md5": "e7d51f3487ce00ccb254679081f265e2",
                "sha256": "ad81b3f64b6022abbabb8fe6136da4842a6974d39d0be8a76a28ae435b5b2b5d"
            },
            "downloads": -1,
            "filename": "pyams_file_views-2.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e7d51f3487ce00ccb254679081f265e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 419990,
            "upload_time": "2024-01-24T17:29:52",
            "upload_time_iso_8601": "2024-01-24T17:29:52.027620Z",
            "url": "https://files.pythonhosted.org/packages/74/4f/032927aa4a1b0c15f3cba963498891234d75c36c783bac297c070ea8e494/pyams_file_views-2.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-24 17:29:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-file-views"
}
        
Elapsed time: 0.17459s