{
"info": {
"author": "Birdhouse",
"author_email": "wps-dev@dkrz.de",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Atmospheric Science"
],
"description": "=====\nBirdy\n=====\n\n.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg\n :target: http://birdy.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://travis-ci.org/bird-house/birdy.svg?branch=master\n :target: https://travis-ci.org/bird-house/birdy\n :alt: Travis Build\n\n.. image:: https://api.codacy.com/project/badge/Grade/da14405a9a6d4c2e9c405d9c0c8babe7\n :target: https://www.codacy.com/app/cehbrecht/birdy?utm_source=github.com&utm_medium=referral&utm_content=bird-house/birdy&utm_campaign=Badge_Grade\n :alt: Codacy Code Checks\n\n.. image:: https://img.shields.io/github/license/bird-house/birdy.svg\n :target: https://github.com/bird-house/birdy/blob/master/LICENSE.txt\n :alt: GitHub license\n\n.. image:: https://badges.gitter.im/bird-house/birdhouse.svg\n :target: https://gitter.im/bird-house/birdhouse?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n :alt: Join the chat at https://gitter.im/bird-house/birdhouse\n\n\nBirdy (the bird)\n *Birdy is not a bird but likes to play with them.*\n\nBirdy is a Python library to work with Web Processing Services (WPS).\nIt is using `OWSLib` from the `GeoPython` project.\n\nYou can try Birdy online using Binder, just click on the binder link below.\n\n.. image:: https://mybinder.org/badge_logo.svg\n :target: https://mybinder.org/v2/gh/bird-house/birdy.git/v0.6.2?filepath=notebooks\n :alt: Binder Launcher\n\nBirdy is part of the `Birdhouse`_ project.\n\nFull `documentation `_ is on ReadTheDocs.\n\n.. _Birdhouse: http://bird-house.github.io/en/latest/\n\nAuthors\n*******\n\n* David Huard \n* Carsten Ehbrecht \n\nChange History\n**************\n\n0.6.2 (2019-06-06)\n==================\n\nChanges:\n\n* Added support for passing sequences (list, tuple) as WPS inputs (#128).\n\n0.6.1 (2019-05-27)\n==================\n\nChanges:\n\n* Added verify argument when downloading files to disk (#123).\n* Bugfixes: #118, #121\n\n0.6.0 (2019-04-04)\n==================\n\nChanges:\n\n* Added conversion support for nested outputs (metalink, zip) (#114).\n* Added support for Metalink (#113).\n* Added support for zip converter (#111).\n* Added support for ESGF CWT API (#102).\n* Speed up by using `DescribeProcess` with `identifier=all` (#98).\n* Added support for passing local files to server as raw data (#97).\n* Cleaned up notebooks (#107).\n* Various Bugfixes: #83, #91, #99\n\n0.5.1 (2018-12-18)\n==================\n\nChanges:\n\n* Added support to launch Jupyter notebooks with birdy examples on binder (#94, #95).\n\n0.5.0 (2018-12-03)\n==================\n\nChanges:\n\n* Renamed pythonic WPS client (#63): ``birdy.client.base.WPSClient`` and ``from birdy import WPSClient``.\n* Added `WPSResult` for WPS outputs as `namedtuple` (#84, #64).\n* Support for Jupter Notebooks (#40): cancel button (work in progress), progress bar, input widget.\n* Updated notebooks with examples for `WPSClient`.\n\n0.4.2 (2018-09-26)\n==================\n\nChanges:\n\n* Fixed WPS default parameter (#52).\n* Using ``WPS_SSL_VERIFY`` environment variable (#50).\n\n0.4.1 (2018-09-14)\n==================\n\nChanges:\n\n* Fixed test-suite (#49).\n* Import native client with ``import_wps`` (#47).\n* Fix: using string type when dataType is not provided (#46).\n* Updated docs for native client (#43).\n\n0.4.0 (2018-09-06)\n==================\n\nRelease for Dar Es Salaam.\n\nChanges:\n\n* Conda support on RTD (#42).\n* Fix optional input (#41).\n\n0.3.3 (2018-07-18)\n==================\n\nChanges:\n\n* Added initial native client (#24, #37).\n\n0.3.2 (2018-06-06)\n==================\n\nChanges:\n\n* Fix MANIFEST.in.\n\n0.3.1 (2018-06-06)\n==================\n\nChanges:\n\n* Fix bumpversion.\n\n0.3.0 (2018-06-05)\n==================\n\nChanges:\n\n* Use bumpversion (#29).\n* Use click for CLI (#6).\n* Using GitHub templates for issues, PRs and contribution guide.\n\n0.2.2 (2018-05-08)\n==================\n\nFixes:\n\n* Update travis for Python 3.x (#19).\n* Fix parsing of WPS capabilities with ``%`` (#18).\n\nNew Features:\n\n* using ``mode`` for async execution in OWSLib (#22).\n\n0.2.1 (2018-03-14)\n==================\n\nFixes:\n\n* Fixed Sphinx and updated docs: #15.\n\nNew Features:\n\n* Fix #14: added ``--cert`` option to use x509 certificates.\n\n0.2.0 (2017-09-25)\n==================\n\n* removed buildout ... just using conda.\n* cleaned up docs.\n* updated travis.\n* fixed tests.\n* added compat module for python 3.x\n\n0.1.9 (2017-04-07)\n==================\n\n* updated buildout and Makefile.\n* updated conda environment.\n* fixed tests.\n* replaced nose by pytest.\n* pep8.\n* fixed travis.\n* fixed ComplexData input.\n* show status message in log.\n\n0.1.8 (2016-05-02)\n==================\n\n* added backward compatibility for owslib.wps without headers and verify parameter.\n\n0.1.7 (2016-05-02)\n==================\n\n* added twitcher token parameter.\n* using ssl verify option again.\n\n0.1.6 (2016-03-22)\n==================\n\n* added support for bbox parameters.\n\n0.1.5 (2016-03-15)\n==================\n\n* fixed wps init (using standard owslib).\n* update makefile.\n\n0.1.4 (2015-10-29)\n==================\n\n* using ssl verify option of WebProcessingSerivce\n* moved python requirements to requirements/deploy.txt\n\n0.1.3 (2015-08-20)\n==================\n\n* more unit tests.\n* fixed unicode error in wps description.\n* using latest ComplexDataInput from owslib.wps.\n\n0.1.2 (2015-08-14)\n==================\n\n* fixed encoding of input text files.\n* more unit tests.\n\n0.1.1 (2015-08-13)\n==================\n\n* allow local file path for complex inputs.\n* send complex data inline with requet to remote wps service.\n\n0.1.0 (2014-12-02)\n==================\n\n* Initial Release.",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/bird-house/birdy",
"keywords": "wps pywps python birdy birdhouse",
"license": "Apache License v2.0",
"maintainer": "",
"maintainer_email": "",
"name": "birdhouse-birdy",
"package_url": "https://pypi.org/project/birdhouse-birdy/",
"platform": "",
"project_url": "https://pypi.org/project/birdhouse-birdy/",
"project_urls": {
"Homepage": "https://github.com/bird-house/birdy"
},
"release_url": "https://pypi.org/project/birdhouse-birdy/0.6.2/",
"requires_dist": null,
"requires_python": "",
"summary": "Birdy provides a command-line tool to work with Web Processing Services.",
"version": "0.6.2"
},
"last_serial": 5366030,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "acd257d44597876cad576919fa831d6b",
"sha256": "25202142d76bbf8444b8aaa8d74f67b4d78cec34b3eaf6ebdbe67d383dd0c177"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "acd257d44597876cad576919fa831d6b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6280,
"upload_time": "2014-12-02T12:30:28",
"url": "https://files.pythonhosted.org/packages/46/df/874ed149e7c265519525d31b08f6d35f7bea42157a14511c29bf71fcfffc/birdhouse-birdy-0.1.0.tar.gz"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "b0ba50dd3b88c8605d8ed0926b987798",
"sha256": "afa5f5a04fd7f0b230b92ecc51f554f2c6d8c494be33b415a0ff897468e05aff"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "b0ba50dd3b88c8605d8ed0926b987798",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8646,
"upload_time": "2015-08-13T14:36:22",
"url": "https://files.pythonhosted.org/packages/6a/0c/f96b74ad8d738605f8114f30092fae9c7233c1a9eae256d52bce6a43d57c/birdhouse-birdy-0.1.1.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "4dd4017f5f984160e964b2d1eb62414c",
"sha256": "be84784e8df29b9cf3917a7db75baad53529ab5e9029747af90da89e54a5a766"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "4dd4017f5f984160e964b2d1eb62414c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 36571,
"upload_time": "2015-08-14T11:45:24",
"url": "https://files.pythonhosted.org/packages/a4/98/12f2eb8fc445cdc89cf064ab5815edd66c6dc31ef009687bb31b50b164a9/birdhouse-birdy-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "958c3937cc5d0624d5535e6cbf159019",
"sha256": "dc7d5442ece1878f828ded7dfcce3a407d86004801c5a38ca0b0e598f9de2166"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "958c3937cc5d0624d5535e6cbf159019",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37398,
"upload_time": "2015-08-20T15:40:41",
"url": "https://files.pythonhosted.org/packages/c2/b1/ac937731e21651dc0a14de004edd2100a6bd80622c741eb1a146f89bb0d8/birdhouse-birdy-0.1.3.tar.gz"
}
],
"0.1.5": [
{
"comment_text": "",
"digests": {
"md5": "292f942552f66b5d2dc2bcbbcff9d54c",
"sha256": "b6e5f533da157f5570f87ddd2a4d8002daa594887ca284bd317966a15330d7c6"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.1.5.tar.gz",
"has_sig": false,
"md5_digest": "292f942552f66b5d2dc2bcbbcff9d54c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10038,
"upload_time": "2016-03-15T13:08:41",
"url": "https://files.pythonhosted.org/packages/31/93/eec7ebab2a49124e7d06821af6f94ea6227a97fa1a97690186090f2a0231/birdhouse-birdy-0.1.5.tar.gz"
}
],
"0.1.8": [
{
"comment_text": "",
"digests": {
"md5": "b740cf3a1c1eca0f0b352a652a4a20b4",
"sha256": "9363264374c0e753de32ca34d879d5bf19dd98b7971ee155bcb2fb28291b676f"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "b740cf3a1c1eca0f0b352a652a4a20b4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10748,
"upload_time": "2016-05-02T15:11:51",
"url": "https://files.pythonhosted.org/packages/d3/e1/ad7a2dbae96292fbf2a3af79e3919fab66972f7f6f52b2ea8583c5e361a5/birdhouse-birdy-0.1.8.tar.gz"
}
],
"0.1.9": [
{
"comment_text": "",
"digests": {
"md5": "5ed912144d312a2d05d5eb0d41245fa9",
"sha256": "c302aecad11f4b387b3f4a0dc5b7106b98354e97838000eb308c77dffebb9a09"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.1.9.tar.gz",
"has_sig": false,
"md5_digest": "5ed912144d312a2d05d5eb0d41245fa9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11036,
"upload_time": "2017-04-07T15:41:30",
"url": "https://files.pythonhosted.org/packages/a4/8a/764e76303624ca723fb3506889e7b993836f7092c3925e2165b055f89cfa/birdhouse-birdy-0.1.9.tar.gz"
}
],
"0.6.0": [
{
"comment_text": "",
"digests": {
"md5": "4dbf657037174d16ad6ecfbbf9ff3206",
"sha256": "d6c514a172c90e45f956042972b194a4551c9f157ea8a9e49ddef5c03143b5f2"
},
"downloads": -1,
"filename": "birdhouse_birdy-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4dbf657037174d16ad6ecfbbf9ff3206",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 32680,
"upload_time": "2019-04-04T13:44:36",
"url": "https://files.pythonhosted.org/packages/e3/43/583bfcc4acfa39d785da88d84fa6a2ab00fbdccf681eb359fa6de3ea4737/birdhouse_birdy-0.6.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "af368f3902840fc6f65c56d46dd28fff",
"sha256": "343d218a70f6ad61e5fbf2aa6bce4287380505981d47964091fd0b45e5bafd2b"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "af368f3902840fc6f65c56d46dd28fff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22533,
"upload_time": "2019-04-04T13:44:37",
"url": "https://files.pythonhosted.org/packages/0b/35/0c604e93c9eaca2786f650478944ba7a38dbff762f79bd23c0e948fb99b5/birdhouse-birdy-0.6.0.tar.gz"
}
],
"0.6.1": [
{
"comment_text": "",
"digests": {
"md5": "bd63a1dc28b599182c44c66211ecdf1a",
"sha256": "77773716432d464db4ce1ce22c6049442ec57c77f1e6152b62a376d7458fd005"
},
"downloads": -1,
"filename": "birdhouse_birdy-0.6.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bd63a1dc28b599182c44c66211ecdf1a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 33194,
"upload_time": "2019-05-27T21:28:26",
"url": "https://files.pythonhosted.org/packages/bd/d5/4538c847620b8454c466f9bd78682bd1ac8bd62467f2b1dc256ee1b366a3/birdhouse_birdy-0.6.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "fd9d4acdeb55369e08ea789df31a6ca5",
"sha256": "6ce9bd6afe3c463ac2848d34d5fc4671326bc92a1081a53a3b4235375fb8f811"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "fd9d4acdeb55369e08ea789df31a6ca5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22933,
"upload_time": "2019-05-27T21:28:28",
"url": "https://files.pythonhosted.org/packages/49/9a/ed84a24953abe752593b1f8b2fc4e853303f2d50ca845f88a7cbe8d7fa98/birdhouse-birdy-0.6.1.tar.gz"
}
],
"0.6.2": [
{
"comment_text": "",
"digests": {
"md5": "1fa2bddb8fe82414b9622dfa8a84a7f2",
"sha256": "0b7885d544d23696e9300d5d17019b9b5d7e7af5f0e737a20c0cbd8ea4eb9be6"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.6.2.tar.gz",
"has_sig": false,
"md5_digest": "1fa2bddb8fe82414b9622dfa8a84a7f2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23172,
"upload_time": "2019-06-06T08:27:13",
"url": "https://files.pythonhosted.org/packages/20/ed/925d7ddf17eff6d9247f81d0f03825fe5b5e1c39d8c889e846bfd78ec047/birdhouse-birdy-0.6.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "1fa2bddb8fe82414b9622dfa8a84a7f2",
"sha256": "0b7885d544d23696e9300d5d17019b9b5d7e7af5f0e737a20c0cbd8ea4eb9be6"
},
"downloads": -1,
"filename": "birdhouse-birdy-0.6.2.tar.gz",
"has_sig": false,
"md5_digest": "1fa2bddb8fe82414b9622dfa8a84a7f2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23172,
"upload_time": "2019-06-06T08:27:13",
"url": "https://files.pythonhosted.org/packages/20/ed/925d7ddf17eff6d9247f81d0f03825fe5b5e1c39d8c889e846bfd78ec047/birdhouse-birdy-0.6.2.tar.gz"
}
]
}