{ "info": { "author": "Marc Tudur\u00ed", "author_email": "marctc@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "# tapioca-disqus\n\nDisqus API wrapper implemented with [tapioca-wrapper](https://github.com/vintasoftware/tapioca-wrapper). \n\n## Installation\n```\npip install tapioca-disqus\n```\n\n## Documentation\n\nThis wrapper can execute any Disqus Web API method listed in [Disqus API docs](https://disqus.com/api/docs/). \n\nFor example, if we want to call __threads/details/__ method we can do the following:\n\n``` python\nfrom tapioca_disqus import Disqus\n\ndisqus = Disqus(api_secret='your-disqus-api-secret')\nthread = disqus.threads_details().get(params={'thread': '42'})\nprint(thread.response.id().data()) # prints '42'\n```\n\nAll methods should be called with snake_case naming in order to fit Python convention. If we want to execute __forums/listFollowers__\nAPI method we should use `disqus.forums_list_followers()` method.\n\n## More\n\n- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/latest/quickstart.html/)\n- Explore this package using ipython\n- Have fun!\n", "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/marctc/tapioca-disqus", "keywords": "disqus python tapioca wrapper", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "tapioca-disqus", "package_url": "https://pypi.org/project/tapioca-disqus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tapioca-disqus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/marctc/tapioca-disqus" }, "release_url": "https://pypi.org/project/tapioca-disqus/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Disqus API wrapper using tapioca", "version": "0.1.2" }, "last_serial": 1853803, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "37e86f374f65a2f4e6a5e3e514d2a989", "sha256": "d4a14d741ee41b22f5334d66f6fafd4028bbda1f89e730ff59c5785ac67676d8" }, "downloads": -1, "filename": "tapioca-disqus-0.1.1.tar.gz", "has_sig": false, "md5_digest": "37e86f374f65a2f4e6a5e3e514d2a989", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10014, "upload_time": "2015-08-31T21:54:29", "url": "https://files.pythonhosted.org/packages/ee/08/713d25e2a8efd52a033310b05d932c7197f8659d8bb3b9c6deb712c347e3/tapioca-disqus-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "bea2e9a6f5826592cf345b3ef78df6dd", "sha256": "a0f0d8d38960cebf985d29d92878449750a6feb6da302c5bb350a5b18f2a8399" }, "downloads": -1, "filename": "tapioca-disqus-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bea2e9a6f5826592cf345b3ef78df6dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9902, "upload_time": "2015-12-09T12:50:55", "url": "https://files.pythonhosted.org/packages/62/d4/cc2e60a0a7a9be4ae3d2c8ff870cdd970ef56ef3c5287888fd63094c26f8/tapioca-disqus-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bea2e9a6f5826592cf345b3ef78df6dd", "sha256": "a0f0d8d38960cebf985d29d92878449750a6feb6da302c5bb350a5b18f2a8399" }, "downloads": -1, "filename": "tapioca-disqus-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bea2e9a6f5826592cf345b3ef78df6dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9902, "upload_time": "2015-12-09T12:50:55", "url": "https://files.pythonhosted.org/packages/62/d4/cc2e60a0a7a9be4ae3d2c8ff870cdd970ef56ef3c5287888fd63094c26f8/tapioca-disqus-0.1.2.tar.gz" } ] }