{ "info": { "author": "Shrikant Joshi", "author_email": "shrikant.j@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "===============================\nSuperscription\n===============================\n\n.. image:: https://badge.fury.io/py/superscription.png\n :target: http://badge.fury.io/py/superscription\n \n.. image:: https://travis-ci.org/shrikant-joshi/superscription.png?branch=master\n :target: https://travis-ci.org/shrikant-joshi/superscription\n\n.. image:: https://pypip.in/d/superscription/badge.png\n :target: https://crate.io/packages/superscription?version=latest\n\n\nSuperscriptions: A (super-)thin Python2.7 wrapper around the Superfeedr PubSubHubbub API.\n\nIt uses the excellent ``requests`` module by Kenneth Reitz for\ninteracting with the Superfeedr API endpoints. As a result, all\nresponses are available (as object attributes on the ``superscription`` object itself) \nin their entirety, should you choose to introspect and/or work with them further.\n\n- Free software: BSD license\n- Documentation: http://superscription.rtfd.org.\n\nFeatures\n--------\n\n1. The various ``hub.mode``\\ s offered by Superfeedr are made available\n as straightforward & intuitive methods.\n2. An (almost) one-to-one mapping of allowed parameters to\n keyword-arguments for these methods.\n3. Each response is available in its entirety for inspection if needed,\n thanks to Kenneth Reitz's excellent ``requests`` module.\n\n\nBasic Usage\n-----------\n\nBasic usage is pretty straightforward and looks like this:\n\n::\n\n >>> from superscription import Superscription\n >>> ss = Superscription(\"Marvin\", \"PainInMyDiodes\")\n\nMore examples and details available in the `documentation `_!\n\nPlease feel free to add to/modify the documentation and the\nproject by forking and submitting a PR.\n\n\n\nHistory\n-------\n\n0.1.0 (2014-03-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/shrikant-joshi/superscription", "keywords": "superscription", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "superscription", "package_url": "https://pypi.org/project/superscription/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/superscription/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/shrikant-joshi/superscription" }, "release_url": "https://pypi.org/project/superscription/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Superscriptions: A (super-)thin Python 2.7 wrapper around the Superfeedr PubSubHubbub API.", "version": "0.1.2" }, "last_serial": 1046765, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "3853e80b4641a73e0e8f1e64678fb8c2", "sha256": "5beef6ec8f6f4a5bd15479c4208819b158c572ffcc16b12b7bdf605d18bacd76" }, "downloads": -1, "filename": "superscription-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3853e80b4641a73e0e8f1e64678fb8c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11514, "upload_time": "2014-03-22T22:46:51", "url": "https://files.pythonhosted.org/packages/d6/05/a04e5cff8479b2add972d48bb005ecdb73fd7db8f9c75db14f4fc63216dd/superscription-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "6e13bc3f0888446063328aa9683b8f69", "sha256": "c344dd05e8d71774dd3b26ea005aa120b2ecdc808d4547d2246178c3355e3244" }, "downloads": -1, "filename": "superscription-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6e13bc3f0888446063328aa9683b8f69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8264, "upload_time": "2014-03-31T14:26:16", "url": "https://files.pythonhosted.org/packages/b1/db/cad6680a219e18229aa59794b05c34046345fc9cdf1ceba73512926eb5a4/superscription-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e13bc3f0888446063328aa9683b8f69", "sha256": "c344dd05e8d71774dd3b26ea005aa120b2ecdc808d4547d2246178c3355e3244" }, "downloads": -1, "filename": "superscription-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6e13bc3f0888446063328aa9683b8f69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8264, "upload_time": "2014-03-31T14:26:16", "url": "https://files.pythonhosted.org/packages/b1/db/cad6680a219e18229aa59794b05c34046345fc9cdf1ceba73512926eb5a4/superscription-0.1.2.tar.gz" } ] }