{ "info": { "author": "Karl Bedrich", "author_email": "karl.bedrich@nus.edu.sg", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: Other Audience", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=============================================================\n*dAwebAPI* - A Python library to access dA-compatible webAPIs\n=============================================================\n\n.. image:: https://img.shields.io/badge/License-GPLv3-red.svg\n.. image:: https://img.shields.io/badge/python-2.7%7C3.5-green.svg\n\n\n- Fork the code on `github `_\n\n\n\n\nInstallation\n^^^^^^^^^^^^\n\n**dAwebAPI** is listed in the Python Package Index. You can install it typing::\n\n pip install dAwebAPI\n\nUsage\n^^^^^\n\nAccess dA-compatible webAPIs in the same way you'd access a local api:\n\n.. code:: python\n\n from dAwebAPI.WebAPI import WebAPI \n S = WebAPI(
) \n print(dir(S)) # print all available functions\n print(S.aFunction.__doc__) #print a doctstring\n print(S.api_md()) #print api in makdown format\n print(S.aFunction(arg1, arg2, kwarg1=1, kwarg2='aa', kwargs=True)) \n\n\nFunction output is formated depending on the functions signature.\n\nv0.1, <15/03/2018> -- Initial release.\n\nKarl Bedrich 2018 -", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/radjkarl/daWebApi", "keywords": "", "license": "GPL v3", "maintainer": "", "maintainer_email": "", "name": "dAwebAPI", "package_url": "https://pypi.org/project/dAwebAPI/", "platform": "", "project_url": "https://pypi.org/project/dAwebAPI/", "project_urls": { "Homepage": "https://github.com/radjkarl/daWebApi" }, "release_url": "https://pypi.org/project/dAwebAPI/0.2/", "requires_dist": null, "requires_python": "", "summary": "A Python library to access dA-compatible webAPIs", "version": "0.2" }, "last_serial": 3935007, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a41904aef7a28cb18ee96250cfbb4f09", "sha256": "017570b2cc6bef64b46400b3cbbad62fa0af9d1666ff37564b20788dc1c3c467" }, "downloads": -1, "filename": "dAwebAPI-0.1.tar.gz", "has_sig": false, "md5_digest": "a41904aef7a28cb18ee96250cfbb4f09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9211, "upload_time": "2018-03-15T12:00:03", "url": "https://files.pythonhosted.org/packages/ec/43/b6c82caaf9802808f7306ee417396cd0bb24e29fa18d623aa9c44cf84452/dAwebAPI-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "7900b1541e84b3a4ca8cc0c30b0b28ef", "sha256": "e5d66b0e5dda20fc03b66cb8be9314ac7fe57e874ef85b593d6420e9c467f95c" }, "downloads": -1, "filename": "dAwebAPI-0.2.tar.gz", "has_sig": false, "md5_digest": "7900b1541e84b3a4ca8cc0c30b0b28ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12271, "upload_time": "2018-06-06T07:35:55", "url": "https://files.pythonhosted.org/packages/15/54/997513dd7cfc5c7837be611337b80d030491d575a7ceb87e2d9bf1a61554/dAwebAPI-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7900b1541e84b3a4ca8cc0c30b0b28ef", "sha256": "e5d66b0e5dda20fc03b66cb8be9314ac7fe57e874ef85b593d6420e9c467f95c" }, "downloads": -1, "filename": "dAwebAPI-0.2.tar.gz", "has_sig": false, "md5_digest": "7900b1541e84b3a4ca8cc0c30b0b28ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12271, "upload_time": "2018-06-06T07:35:55", "url": "https://files.pythonhosted.org/packages/15/54/997513dd7cfc5c7837be611337b80d030491d575a7ceb87e2d9bf1a61554/dAwebAPI-0.2.tar.gz" } ] }