pyams-file-views


Namepyams-file-views JSON
Version 2.0.4 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyramid views for PyAMS_file package
upload_time2024-11-24 02:21:50
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 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.4
-----
 - handle files without filename when getting thumbnails
 - replaced datetime.utcnow() with datetime.now(timezone.utc)

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": 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/7d/b7/6150611e464e4c5d57fa852d1990dfa578e5cb5c3ff4c9bbbb19d77d61e2/pyams_file_views-2.0.4.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.4\n-----\n - handle files without filename when getting thumbnails\n - replaced datetime.utcnow() with datetime.now(timezone.utc)\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.4",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2298096cf342752d32428357da4ca3fbed2d0b1f103f914603356fbf925a6242",
                "md5": "069bf1a943b3efa422b28a8094012358",
                "sha256": "d9cc4bdb63016f8b73b2ef06e00cfa9d3370873b230b0cdd35b2b5a9bd3f9d55"
            },
            "downloads": -1,
            "filename": "pyams_file_views-2.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "069bf1a943b3efa422b28a8094012358",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 526975,
            "upload_time": "2024-11-24T02:21:48",
            "upload_time_iso_8601": "2024-11-24T02:21:48.525557Z",
            "url": "https://files.pythonhosted.org/packages/22/98/096cf342752d32428357da4ca3fbed2d0b1f103f914603356fbf925a6242/pyams_file_views-2.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7db76150611e464e4c5d57fa852d1990dfa578e5cb5c3ff4c9bbbb19d77d61e2",
                "md5": "ebf4b527cf3cf0a1d09258e4973f74b5",
                "sha256": "c6c78081c4c9e4508a81acaf5b10e51198bf270162ffdd604e033e06bc896b00"
            },
            "downloads": -1,
            "filename": "pyams_file_views-2.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "ebf4b527cf3cf0a1d09258e4973f74b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 420155,
            "upload_time": "2024-11-24T02:21:50",
            "upload_time_iso_8601": "2024-11-24T02:21:50.916197Z",
            "url": "https://files.pythonhosted.org/packages/7d/b7/6150611e464e4c5d57fa852d1990dfa578e5cb5c3ff4c9bbbb19d77d61e2/pyams_file_views-2.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-24 02:21:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-file-views"
}
        
Elapsed time: 1.06795s