{ "info": { "author": "Andrew Wegner", "author_email": "pypi@andrewwegner.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This is a Python wrapper for the `MetaSmoke API `__.\n\n.. image:: https://travis-ci.org/AWegnerGitHub/smokeapi.svg?branch=master\n :target: https://travis-ci.org/AWegnerGitHub/smokeapi\n :alt: Build Status\n\n.. image:: https://readthedocs.org/projects/smokeapi/badge/\n :target: http://smokeapi.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\nThis library has support for:\n\n- Read and (soon) write functionality via the API.\n- Can retrieve multiple pages of results with a single call and merges\n all the results into a single response.\n- Throws exceptions returned by the API for easier troubleshooting.\n- Utilizes `Requests `__.\n\n\nExample usage:\n==============\n\nConnect to MetaSmoke and gather posts that have been marked \"Not an answer\"\n---------------------------------------------------------------------------\n\n::\n\n from smokeapi import SmokeAPI\n SMOKE = SmokeAPI('your_api_key')\n posts = SMOKE.fetch('posts/feedback', type=\"naa-\")\n\nThe above, will issue a call to the\n|PostsFeedback|_. end point on MetaSmoke.\n\n.. |PostsFeedback| replace:: ``Posts Feedback``\n.. _PostsFeedback: https://github.com/Charcoal-SE/metasmoke/wiki/Posts-by-Feedback\n\nMuch more detailed documentation is available on\n`ReadTheDocs `__.", "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/AWegnerGitHub/SmokeAPI", "keywords": "stackexchange", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "SmokeAPI", "package_url": "https://pypi.org/project/SmokeAPI/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/SmokeAPI/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/AWegnerGitHub/SmokeAPI" }, "release_url": "https://pypi.org/project/SmokeAPI/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Library for interacting with the MetaSmoke API", "version": "0.2.0" }, "last_serial": 2446286, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "45893668aa0c877db129126bd01df6fc", "sha256": "e78cb8209c1e455227f027bdc91917a5bdcf8229bda055c6ae6cb5c189b49a02" }, "downloads": -1, "filename": "SmokeAPI-0.1.0.zip", "has_sig": false, "md5_digest": "45893668aa0c877db129126bd01df6fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8553, "upload_time": "2016-10-26T13:17:16", "url": "https://files.pythonhosted.org/packages/19/01/98b028eda9726585ca45725ca2255477956d55a6d24e6b892897112f814f/SmokeAPI-0.1.0.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "76678e455f974b425c2e31ca0bf4cf64", "sha256": "bdc479606ea38c4c1bf370dfaf5b70c14c4bbddb4c35554c71b9b9e86ab2679f" }, "downloads": -1, "filename": "SmokeAPI-0.2.0.zip", "has_sig": false, "md5_digest": "76678e455f974b425c2e31ca0bf4cf64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24149, "upload_time": "2016-11-07T04:49:21", "url": "https://files.pythonhosted.org/packages/ab/29/8e86eed0adf67cf71b855c16dac16febbe831988aa91c3c7a7922e646c93/SmokeAPI-0.2.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76678e455f974b425c2e31ca0bf4cf64", "sha256": "bdc479606ea38c4c1bf370dfaf5b70c14c4bbddb4c35554c71b9b9e86ab2679f" }, "downloads": -1, "filename": "SmokeAPI-0.2.0.zip", "has_sig": false, "md5_digest": "76678e455f974b425c2e31ca0bf4cf64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24149, "upload_time": "2016-11-07T04:49:21", "url": "https://files.pythonhosted.org/packages/ab/29/8e86eed0adf67cf71b855c16dac16febbe831988aa91c3c7a7922e646c93/SmokeAPI-0.2.0.zip" } ] }