{ "info": { "author": "Ju Lin", "author_email": "soasme@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\npia\n===============================\n\n.. image:: https://img.shields.io/pypi/v/pia.svg\n :target: https://pypi.python.org/pypi/pia\n\n.. image:: https://img.shields.io/travis/soasme/pia.svg\n :target: https://travis-ci.org/soasme/pia\n\n.. image:: https://readthedocs.org/projects/pia/badge/?version=latest\n :target: https://readthedocs.org/projects/pia/?badge=latest\n :alt: Documentation Status\n\n\nNot written yet.\n\n* Free software: ISC license\n* Documentation: https://pia.readthedocs.org.\n\nQuick Start\n-----------\n\nExample::\n\n $ cat programs/soasme/weather.yml\n pipe:\n - method: get\n url: https://query.yahooapis.com/v1/public/yql\n params:\n format: json\n q: 'select * from weather.forecast where woeid in (select woeid from geo.places(1) where text=\"beijing\")'\n - method: post\n url: http://127.0.0.1:8000/builtin/jq\n params:\n program: '.query.results.channel|{title:.description,wind:.wind.speed|tonumber|(./3.60)|tostring,forcast:.item.forecast[0].text}'\n\n $ curl -H\"content-type: application/json\" -d '{\"message\":\"hello world\"}' -X POST \"http://127.0.0.1:8000/soasme/weather?city=beijing\"\n {\"title\": \"Yahoo! Weather for Beijing, Beijing, CN\", \"wind\": \"3.0555555555555554\", \"forcast\": \"Sunny\"}\n\n\nFeatures\n--------\n\n* TODO\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2016-1-22)\n------------------\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/soasme/pia", "keywords": "pia", "license": "ISCL", "maintainer": null, "maintainer_email": null, "name": "pia", "package_url": "https://pypi.org/project/pia/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pia/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/soasme/pia" }, "release_url": "https://pypi.org/project/pia/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Chaining http requests into one call.", "version": "0.1.0" }, "last_serial": 2044396, "releases": { "0.1.0": [] }, "urls": [] }