yafowil.widget.select2


Nameyafowil.widget.select2 JSON
Version 1.4 PyPI version JSON
download
home_pagehttps://github.com/bluedynamics/yafowil.widget.select2
SummarySelect2 widget for YAFOWIL
upload_time2018-07-16 14:16:32
maintainer
docs_urlNone
authorBlueDynamics Alliance
requires_python
licenseSimplified BSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            yafowil.widget.select2
======================

This is the Select2 widget for `yafowil <http://pypi.python.org/pypi/yafowil>`_,
based on `Select2 http://ivaynberg.github.com/select2/`_

- `Documentation <http://docs.yafowil.info/en/latest/blueprints.html#select2>`_

- `DEMO - see it Live <http://demo.yafowil.info/++widget++yafowil.widget.select2/index.html>`_

- `Select2 <http://ivaynberg.github.com/select2/>`_

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

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

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

The source code of Select2 can be found on
`github https://github.com/ivaynberg/select2`_.

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

- Johannes Raggam

- Robert Niederreiter

- Georg Bernhard

History
=======

1.4 (2018-07-16)
----------------

- Python 3 compatibility.
  [rnix]

- Convert doctests to unittests.
  [rnix]


1.3 (2017-03-28)
----------------

- Catch and log exception if select2 cannot be initialized.
  [rnix, 2017-03-28]


1.2 (2017-03-01)
----------------

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


1.1 (2015-01-23)
----------------

- ``select2`` provides key/term vocabularies for preselected items.
  [rnix, 2014-07-10]

- Remove ``select2input`` blueprint, use ``inputtag`` property of ``select2``
  blueprint instead.
  [rnix, 2014-06-19]

- Provide all available constructor options in blueprint.
  [rnix, 2014-06-19]

- Update select widget to 3.5.0.
  [rnix, 2014-06-19]

1.0
---

- Make it work.
  [thet]

License
=======

Copyright (c) 2012-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": "https://github.com/bluedynamics/yafowil.widget.select2",
    "name": "yafowil.widget.select2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "BlueDynamics Alliance",
    "author_email": "dev@bluedynamics.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/6a/bf39dc8d4498cfe9635f447cc391a31cb373ca76da26afb12c717dc2ed8d/yafowil.widget.select2-1.4.tar.gz",
    "platform": "",
    "description": "yafowil.widget.select2\n======================\n\nThis is the Select2 widget for `yafowil <http://pypi.python.org/pypi/yafowil>`_,\nbased on `Select2 http://ivaynberg.github.com/select2/`_\n\n- `Documentation <http://docs.yafowil.info/en/latest/blueprints.html#select2>`_\n\n- `DEMO - see it Live <http://demo.yafowil.info/++widget++yafowil.widget.select2/index.html>`_\n\n- `Select2 <http://ivaynberg.github.com/select2/>`_\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.select2>`_.\n\nWe'd be happy to see many forks and pull-requests to make YAFOWIL even better.\n\nThe source code of Select2 can be found on\n`github https://github.com/ivaynberg/select2`_.\n\nContributors\n============\n\n- Johannes Raggam\n\n- Robert Niederreiter\n\n- Georg Bernhard\n\nHistory\n=======\n\n1.4 (2018-07-16)\n----------------\n\n- Python 3 compatibility.\n  [rnix]\n\n- Convert doctests to unittests.\n  [rnix]\n\n\n1.3 (2017-03-28)\n----------------\n\n- Catch and log exception if select2 cannot be initialized.\n  [rnix, 2017-03-28]\n\n\n1.2 (2017-03-01)\n----------------\n\n- Use ``yafowil.utils.entry_point`` decorator.\n  [rnix, 2016-06-28]\n\n\n1.1 (2015-01-23)\n----------------\n\n- ``select2`` provides key/term vocabularies for preselected items.\n  [rnix, 2014-07-10]\n\n- Remove ``select2input`` blueprint, use ``inputtag`` property of ``select2``\n  blueprint instead.\n  [rnix, 2014-06-19]\n\n- Provide all available constructor options in blueprint.\n  [rnix, 2014-06-19]\n\n- Update select widget to 3.5.0.\n  [rnix, 2014-06-19]\n\n1.0\n---\n\n- Make it work.\n  [thet]\n\nLicense\n=======\n\nCopyright (c) 2012-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": "Select2 widget for YAFOWIL",
    "version": "1.4",
    "project_urls": {
        "Homepage": "https://github.com/bluedynamics/yafowil.widget.select2"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d6abf39dc8d4498cfe9635f447cc391a31cb373ca76da26afb12c717dc2ed8d",
                "md5": "ce009376c0dc146e1acf87f01995e538",
                "sha256": "fcc5c68c6147c36e1ad37650b26cad2ddceb5b878db87c4137255dfafa0ba55a"
            },
            "downloads": -1,
            "filename": "yafowil.widget.select2-1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "ce009376c0dc146e1acf87f01995e538",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 85175,
            "upload_time": "2018-07-16T14:16:32",
            "upload_time_iso_8601": "2018-07-16T14:16:32.736383Z",
            "url": "https://files.pythonhosted.org/packages/9d/6a/bf39dc8d4498cfe9635f447cc391a31cb373ca76da26afb12c717dc2ed8d/yafowil.widget.select2-1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-07-16 14:16:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bluedynamics",
    "github_project": "yafowil.widget.select2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "yafowil.widget.select2"
}
        
Elapsed time: 9.86109s