yafowil.widget.image


Nameyafowil.widget.image JSON
Version 1.6 PyPI version JSON
download
home_pagehttp://github.com/conestack/yafowil.widget.image
SummaryImage Widget for YAFOWIL
upload_time2022-10-06 07:59:49
maintainer
docs_urlNone
authorYafowil Contributors
requires_python
licenseSimplified BSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is an **image widget** for for `YAFOWIL
<http://pypi.python.org/pypi/yafowil>`_ .

- `Documentation <http://docs.yafowil.info/en/latest/blueprints.html#image>`_
- `DEMO - see it Live <http://demo.yafowil.info/++widget++yafowil.widget.image/index.html>`_


Source Code
===========

The sources are in a GIT DVCS with its main branches at
`github <http://github.com/conestack/yafowil.widget.image>`_.

We'd be happy to see many forks and pull-requests to make YAFOWIL even better.


Contributors
============

- Robert Niederreiter

- Georg Bernhard


Changes
=======

1.6 (2022-10-06)
----------------

- Introduce ``rounddpi`` flag for image blueprint. Pillow, as of version 6.0,
  no longer rounds reported DPI values for BMP, JPEG and PNG images, but image
  manipulation programs may not produce accurate DPI values.
  [rnix]


1.5 (2018-07-16)
----------------

- Python 3 compatibility.
  [rnix]

- Convert doctests to unittests.
  [rnix]


1.4.1 (2017-03-01)
------------------

- Create runtime images directory for example only if examples are really used.
  [rnix, 2017-08-24]


1.4 (2017-03-01)
----------------

- Use ``yafowil.utils.entry_point`` decorator.
  [rnix, 2016-06-28]

- Copy over used functions from ``ImageUtils`` package and drop dependency.
  [rnix, 2016-06-28]

- Use ``&amp;`` instead of ``&`` for parameter separation in
  ``image_edit_renderer`` if image URL already contains GET parameters.
  [rnix, 2015-10-05]


1.3 (2015-01-23)
----------------

- Add top margin to input.
  [rnix, 2014-08-06]

- Check for already existing query parameters befor adding nocache param to
  img src.
  [rnix, 2014-07-11]


1.2
---

- Add translations, package depends now ``yafowil`` >= 2.1
  [rnix, 2014-04-30]


1.1.2
-----

- CSS fix.
  [rnix, 2012-10-30]


1.1.1
-----

- use ``yafowil.utils.attr_value`` wherever possible.
  [rnix, 2012-10-25]


1.1
---

- Adopt resource providing
  [rnix, 2012-06-12]

- Provide example widget
  [rnix, 2012-06-12]


1.0.1
-----

- Add ``nocache`` request parameter to image ``src`` on edit.
  [rnix, 2012-31-05]

- JS Fix.
  [rnix, 2012-31-05]


1.0
---

- Make it work
  [rnix]


License
=======

Copyright (c) 2012-2021, BlueDynamics Alliance, Austria, Germany, Switzerland
Copyright (c) 2021, Yafowil Contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this
  list of conditions and the following disclaimer in the documentation and/or
  other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/conestack/yafowil.widget.image",
    "name": "yafowil.widget.image",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yafowil Contributors",
    "author_email": "dev@conestack.org",
    "download_url": "https://files.pythonhosted.org/packages/f4/4e/d6a16052a3f0cad6fd004d23cab01f854d164f50a0b377293e3ad927c964/yafowil.widget.image-1.6.tar.gz",
    "platform": null,
    "description": "This is an **image widget** for for `YAFOWIL\n<http://pypi.python.org/pypi/yafowil>`_ .\n\n- `Documentation <http://docs.yafowil.info/en/latest/blueprints.html#image>`_\n- `DEMO - see it Live <http://demo.yafowil.info/++widget++yafowil.widget.image/index.html>`_\n\n\nSource Code\n===========\n\nThe sources are in a GIT DVCS with its main branches at\n`github <http://github.com/conestack/yafowil.widget.image>`_.\n\nWe'd be happy to see many forks and pull-requests to make YAFOWIL even better.\n\n\nContributors\n============\n\n- Robert Niederreiter\n\n- Georg Bernhard\n\n\nChanges\n=======\n\n1.6 (2022-10-06)\n----------------\n\n- Introduce ``rounddpi`` flag for image blueprint. Pillow, as of version 6.0,\n  no longer rounds reported DPI values for BMP, JPEG and PNG images, but image\n  manipulation programs may not produce accurate DPI values.\n  [rnix]\n\n\n1.5 (2018-07-16)\n----------------\n\n- Python 3 compatibility.\n  [rnix]\n\n- Convert doctests to unittests.\n  [rnix]\n\n\n1.4.1 (2017-03-01)\n------------------\n\n- Create runtime images directory for example only if examples are really used.\n  [rnix, 2017-08-24]\n\n\n1.4 (2017-03-01)\n----------------\n\n- Use ``yafowil.utils.entry_point`` decorator.\n  [rnix, 2016-06-28]\n\n- Copy over used functions from ``ImageUtils`` package and drop dependency.\n  [rnix, 2016-06-28]\n\n- Use ``&amp;`` instead of ``&`` for parameter separation in\n  ``image_edit_renderer`` if image URL already contains GET parameters.\n  [rnix, 2015-10-05]\n\n\n1.3 (2015-01-23)\n----------------\n\n- Add top margin to input.\n  [rnix, 2014-08-06]\n\n- Check for already existing query parameters befor adding nocache param to\n  img src.\n  [rnix, 2014-07-11]\n\n\n1.2\n---\n\n- Add translations, package depends now ``yafowil`` >= 2.1\n  [rnix, 2014-04-30]\n\n\n1.1.2\n-----\n\n- CSS fix.\n  [rnix, 2012-10-30]\n\n\n1.1.1\n-----\n\n- use ``yafowil.utils.attr_value`` wherever possible.\n  [rnix, 2012-10-25]\n\n\n1.1\n---\n\n- Adopt resource providing\n  [rnix, 2012-06-12]\n\n- Provide example widget\n  [rnix, 2012-06-12]\n\n\n1.0.1\n-----\n\n- Add ``nocache`` request parameter to image ``src`` on edit.\n  [rnix, 2012-31-05]\n\n- JS Fix.\n  [rnix, 2012-31-05]\n\n\n1.0\n---\n\n- Make it work\n  [rnix]\n\n\nLicense\n=======\n\nCopyright (c) 2012-2021, BlueDynamics Alliance, Austria, Germany, Switzerland\nCopyright (c) 2021, Yafowil Contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice, this\n  list of conditions and the following disclaimer in the documentation and/or\n  other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n",
    "bugtrack_url": null,
    "license": "Simplified BSD",
    "summary": "Image Widget for YAFOWIL",
    "version": "1.6",
    "project_urls": {
        "Homepage": "http://github.com/conestack/yafowil.widget.image"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a787a47f41651574eede3dd452615dbc9b73b79a1336a88fff1b1e3038bf8ec7",
                "md5": "d9917b596084efcefcc19ea4afda9782",
                "sha256": "91f6d69e44914a5a584d7cb1e19ba69c51fbf90f66902196c7c59c858b1af41c"
            },
            "downloads": -1,
            "filename": "yafowil.widget.image-1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9917b596084efcefcc19ea4afda9782",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 24350,
            "upload_time": "2022-10-06T07:59:47",
            "upload_time_iso_8601": "2022-10-06T07:59:47.675237Z",
            "url": "https://files.pythonhosted.org/packages/a7/87/a47f41651574eede3dd452615dbc9b73b79a1336a88fff1b1e3038bf8ec7/yafowil.widget.image-1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f44ed6a16052a3f0cad6fd004d23cab01f854d164f50a0b377293e3ad927c964",
                "md5": "4b7b1073be9942ba7928f358fab4cfc6",
                "sha256": "794a17de88f595513486544a6f6966f83494ffcc3345a44b2be8b214cfc6399e"
            },
            "downloads": -1,
            "filename": "yafowil.widget.image-1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "4b7b1073be9942ba7928f358fab4cfc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19951,
            "upload_time": "2022-10-06T07:59:49",
            "upload_time_iso_8601": "2022-10-06T07:59:49.694759Z",
            "url": "https://files.pythonhosted.org/packages/f4/4e/d6a16052a3f0cad6fd004d23cab01f854d164f50a0b377293e3ad927c964/yafowil.widget.image-1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-10-06 07:59:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "conestack",
    "github_project": "yafowil.widget.image",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "yafowil.widget.image"
}
        
Elapsed time: 0.34963s