yafowil.widget.autocomplete


Nameyafowil.widget.autocomplete JSON
Version 1.7 PyPI version JSON
download
home_pagehttp://pypi.python.org/pypi/yafowil.widget.autocomplete
SummaryAutocomplete Widget for YAFOWIL
upload_time2018-07-16 13:48:37
maintainer
docs_urlNone
authorBlueDynamics Alliance
requires_python
licenseSimplified BSD
keywords jquery jquery.ui.autocomplete widget yafowil
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a **autocomplete widget** for for `YAFOWIL
<http://pypi.python.org/pypi/yafowil>`_ - Yet Another Form WIdget Library.

It utilizes/integrates `jquery.ui.autocomplete
<http://docs.jquery.com/UI/Autocomplete>`_ for/in YAFOWIL providing an
autocomplete function on a text input.

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


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

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

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


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

- Jens Klein

- Robert Niederreiter

- Georg Bernhard

History
=======

1.7 (2018-07-16)
----------------

- Python 3 compatibility.
  [rnix]

- Convert doctests to unittests.
  [rnix]


1.6 (2017-03-01)
----------------

- Add dedicated CSS for ``plone5`` theme provided by ``yafowil.plone``.
  [rnix, 2016-06-28]

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


1.5.1 (2015-06-25)
------------------

- Resolve JSHint errors and warnings.
  [thet]


1.5 (2015-01-23)
----------------

- Update jquery UI autocomplete to 1.10.3 and use latest jquery ui boostrap
  styles.
  [rnix, 2014-07-05]

1.4.1
-----

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

1.4
---

- Add ``generic_required_extractor`` to extraction chain
  [rnix, 2012-07-25]

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

- Remove example app
  [rnix, 2012-06-12]

1.3
---

- Support JavaScript callback functions in source attribute
  [rnix, 2011-10-03]

- register autocomplete binder in ``yafowil.widget.array`` hooks if installed
  [rnix, 2011-10-03]

- register plan and depend on yafowil 1.3
  [jensens, 2011-09-30]

1.2
---

- adopt to yafowil 1.2
  [jensens, 2011-09-20]

- resource available in plain Zope2
  [jensens, 2011-09-20]

1.1
---

- adopt to yafowil 1.1
  [rnix, 2011-07-08]

1.0.1
-----

- test coverage
  [rnix, 2011-05-07]

1.0
---

- made it work
  [jensens, 2010-11-24]

License
=======

Copyright (c) 2010-2018, BlueDynamics Alliance, Austria, Germany, Switzerland
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.
* Neither the name of the BlueDynamics Alliance nor the names of its 
  contributors may be used to endorse or promote products derived from this 
  software without specific prior written permission.
      
THIS SOFTWARE IS PROVIDED BY BlueDynamics Alliance ``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 BlueDynamics Alliance 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://pypi.python.org/pypi/yafowil.widget.autocomplete",
    "name": "yafowil.widget.autocomplete",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "jquery jquery.ui.autocomplete widget yafowil",
    "author": "BlueDynamics Alliance",
    "author_email": "dev@bluedynamics.com",
    "download_url": "https://files.pythonhosted.org/packages/25/1c/6f83867d278d0eed4f29c3d82cf1bf10879fbd9100628c54a2f3356741eb/yafowil.widget.autocomplete-1.7.tar.gz",
    "platform": "",
    "description": "This is a **autocomplete widget** for for `YAFOWIL\n<http://pypi.python.org/pypi/yafowil>`_ - Yet Another Form WIdget Library.\n\nIt utilizes/integrates `jquery.ui.autocomplete\n<http://docs.jquery.com/UI/Autocomplete>`_ for/in YAFOWIL providing an\nautocomplete function on a text input.\n\n- `Documentation <http://docs.yafowil.info/en/latest/blueprints.html#autocomplete>`_\n- `DEMO - see it Live <http://docs.demo.yafowil.info/++widget++yafowil.widget.autocomplete/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/bluedynamics/yafowil.widget.autocomplete>`_.\n\nWe'd be happy to see many forks and pull-requests to make YAFOWIL even better.\n\n\nContributors\n============\n\n- Jens Klein\n\n- Robert Niederreiter\n\n- Georg Bernhard\n\nHistory\n=======\n\n1.7 (2018-07-16)\n----------------\n\n- Python 3 compatibility.\n  [rnix]\n\n- Convert doctests to unittests.\n  [rnix]\n\n\n1.6 (2017-03-01)\n----------------\n\n- Add dedicated CSS for ``plone5`` theme provided by ``yafowil.plone``.\n  [rnix, 2016-06-28]\n\n- Use ``yafowil.utils.entry_point`` decorator.\n  [rnix, 2016-06-28]\n\n\n1.5.1 (2015-06-25)\n------------------\n\n- Resolve JSHint errors and warnings.\n  [thet]\n\n\n1.5 (2015-01-23)\n----------------\n\n- Update jquery UI autocomplete to 1.10.3 and use latest jquery ui boostrap\n  styles.\n  [rnix, 2014-07-05]\n\n1.4.1\n-----\n\n- use ``yafowil.utils.attr_value`` wherever possible.\n  [rnix, 2012-10-25]\n\n1.4\n---\n\n- Add ``generic_required_extractor`` to extraction chain\n  [rnix, 2012-07-25]\n\n- Adopt resource providing\n  [rnix, 2012-06-12]\n\n- Remove example app\n  [rnix, 2012-06-12]\n\n1.3\n---\n\n- Support JavaScript callback functions in source attribute\n  [rnix, 2011-10-03]\n\n- register autocomplete binder in ``yafowil.widget.array`` hooks if installed\n  [rnix, 2011-10-03]\n\n- register plan and depend on yafowil 1.3\n  [jensens, 2011-09-30]\n\n1.2\n---\n\n- adopt to yafowil 1.2\n  [jensens, 2011-09-20]\n\n- resource available in plain Zope2\n  [jensens, 2011-09-20]\n\n1.1\n---\n\n- adopt to yafowil 1.1\n  [rnix, 2011-07-08]\n\n1.0.1\n-----\n\n- test coverage\n  [rnix, 2011-05-07]\n\n1.0\n---\n\n- made it work\n  [jensens, 2010-11-24]\n\nLicense\n=======\n\nCopyright (c) 2010-2018, BlueDynamics Alliance, Austria, Germany, Switzerland\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* 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* Neither the name of the BlueDynamics Alliance nor the names of its \n  contributors may be used to endorse or promote products derived from this \n  software without specific prior written permission.\n      \nTHIS SOFTWARE IS PROVIDED BY BlueDynamics Alliance ``AS IS`` AND ANY\nEXPRESS 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 BlueDynamics Alliance BE LIABLE FOR ANY\nDIRECT, 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",
    "bugtrack_url": null,
    "license": "Simplified BSD",
    "summary": "Autocomplete Widget for YAFOWIL",
    "version": "1.7",
    "project_urls": {
        "Homepage": "http://pypi.python.org/pypi/yafowil.widget.autocomplete"
    },
    "split_keywords": [
        "jquery",
        "jquery.ui.autocomplete",
        "widget",
        "yafowil"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "251c6f83867d278d0eed4f29c3d82cf1bf10879fbd9100628c54a2f3356741eb",
                "md5": "3c842bc8978e1762c959e3b5e6f1a0f8",
                "sha256": "dbc7f0dadbbf5373517d237a88237c4fae6d7604b4a9bbec214979fed2a09398"
            },
            "downloads": -1,
            "filename": "yafowil.widget.autocomplete-1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "3c842bc8978e1762c959e3b5e6f1a0f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24436,
            "upload_time": "2018-07-16T13:48:37",
            "upload_time_iso_8601": "2018-07-16T13:48:37.196221Z",
            "url": "https://files.pythonhosted.org/packages/25/1c/6f83867d278d0eed4f29c3d82cf1bf10879fbd9100628c54a2f3356741eb/yafowil.widget.autocomplete-1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-07-16 13:48:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "yafowil.widget.autocomplete"
}
        
Elapsed time: 0.32732s