{ "info": { "author": "Panayotis Vryonis", "author_email": "vrypan@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "webmention-tools\n===============\n\nSome simple tools in python to deal with webmentions.\n\n\n\nCurrently: \n\n- webmentiontools.send implements WebmentionSend \nthat sends webmentions.\n- webmentiontools.urlinfo implements UrlInfo() that\nwill rerurn usefull information about a web page, like \ntitle, the existance of an \"in-reply-to\" link,\nthe author name, the author image, etc.\n- webmentiontoold.webmentionio provides a class to query\nwebmention.io\n\nThere is also the corresponting command line tool, \nwebmention-tools (which is also a simple example on how \nto use the library.\n\nCheck bin/demp.py on how to use the library to query \nwebmention.io and present information for all URLs that\nmentioned http://indiewebcamp.com/webmention\n\n\nInstallation\n============\n\npip install webmentiontools\n\nUsage: \n========\n\nCommand line:\n\n webmention-tools send `source` `target`\n webmention-tools urlinfo `url`\n\nor\n\nPython code to send a webmention:\n\n from webmentiontools.send import WebmentionSend\n source = 'URL of page sending the webmention'\n target = 'URL of page to receive the webmention'\n mention = WebmentionSend(source, target)\n mention.send()\n\nPython code to get info about a webpage.\n\n from webmentiontools.urlinfo import UrlInfo\n url = 'a link to a web page'\n i = UrlInfo(url)\n if i.error:\n print 'There was an error getting %s' % url\n else:\n print 'in-reply-to link: %s' % i.inReplyTo()\n print 'publication date: %s' % i.pubDate()\n print 'page title: %s' % i.title()\n print 'image link: %s' % i.image()", "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/vrypan/webmention-tools", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "webmentiontools", "package_url": "https://pypi.org/project/webmentiontools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/webmentiontools/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/vrypan/webmention-tools" }, "release_url": "https://pypi.org/project/webmentiontools/0.4.0/", "requires_dist": null, "requires_python": null, "summary": "Tools for webmention.org.", "version": "0.4.0" }, "last_serial": 1088187, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4065ffc8dedf0664ae93d2fe5f92c746", "sha256": "77df5eff640a6b81ec1e9c2f485a13ac28ce8052d94ffdf752b642f86c92f3e5" }, "downloads": -1, "filename": "webmentiontools-0.1.tar.gz", "has_sig": false, "md5_digest": "4065ffc8dedf0664ae93d2fe5f92c746", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2996, "upload_time": "2013-09-18T23:00:51", "url": "https://files.pythonhosted.org/packages/30/62/01e394877712eee43b0add760bfc7d5c504fc9137770dd9e6d78405d7eab/webmentiontools-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "21dae4d9d68f0d6bfc44682589990b94", "sha256": "0ac8645614bac94c0828a78c5c9508aa452e46ab25e813c9e3930f3d5aba638f" }, "downloads": -1, "filename": "webmentiontools-0.2.tar.gz", "has_sig": false, "md5_digest": "21dae4d9d68f0d6bfc44682589990b94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4925, "upload_time": "2013-09-20T22:08:39", "url": "https://files.pythonhosted.org/packages/f4/91/31da3dfd46efd4af2e9093a8b9c4f1cdd7ee43aef14958743dde49a480a1/webmentiontools-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "33edcc1e38aa477e85e398d88593283a", "sha256": "aac2fc4f4f9f7cf6cc9eb880394bce261ef07329b3ecba9f96cfcbb44b31fe51" }, "downloads": -1, "filename": "webmentiontools-0.3.tar.gz", "has_sig": false, "md5_digest": "33edcc1e38aa477e85e398d88593283a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5232, "upload_time": "2013-09-24T20:47:06", "url": "https://files.pythonhosted.org/packages/e6/ee/7c0225632ff69b241ba31d63340f74f7b7e7791279ce085af8cdf6cde694/webmentiontools-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "eafe26cdbfa785bde0896192eea61324", "sha256": "711c14b64a73e43645f0d09d8b47aceffbab7fd2a3610a49732cea967014ca02" }, "downloads": -1, "filename": "webmentiontools-0.3.1.tar.gz", "has_sig": false, "md5_digest": "eafe26cdbfa785bde0896192eea61324", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5318, "upload_time": "2013-09-25T21:02:57", "url": "https://files.pythonhosted.org/packages/2e/c3/1ff0f3ab78de3d898669d795e08bcfc9b2d0652ce98027b906401a7751be/webmentiontools-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "87c5bb3a8dd9ed8b674ba3de53c14a6b", "sha256": "963d73ce56a87e490d95f486380f053d955b00aa15b51b3174bdbf8b3d7b694d" }, "downloads": -1, "filename": "webmentiontools-0.3.2.tar.gz", "has_sig": false, "md5_digest": "87c5bb3a8dd9ed8b674ba3de53c14a6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5530, "upload_time": "2013-09-28T22:18:20", "url": "https://files.pythonhosted.org/packages/64/0b/60ebfa4e187205425375cdd281cedfbfbe09eb04370a345d6c8072c05d97/webmentiontools-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "92f4b917933a5f5d30b406af106f8bf7", "sha256": "abe0f716c0cc58c591817fc72d778b06f0f73512700757ad739e4d4b371503df" }, "downloads": -1, "filename": "webmentiontools-0.3.3.tar.gz", "has_sig": false, "md5_digest": "92f4b917933a5f5d30b406af106f8bf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5504, "upload_time": "2013-11-12T21:07:43", "url": "https://files.pythonhosted.org/packages/48/90/d9d084b939ffb87a9a767674b9ccca49cf70c9cfb40654327719350f8484/webmentiontools-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "8275484f96563aa33087054ca128630c", "sha256": "982db9c2e1dd6119be2ce0d34830ce0b95929f768affb845ab9f2f4e603ad357" }, "downloads": -1, "filename": "webmentiontools-0.3.4.tar.gz", "has_sig": false, "md5_digest": "8275484f96563aa33087054ca128630c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5542, "upload_time": "2013-11-15T19:29:47", "url": "https://files.pythonhosted.org/packages/2b/89/953b1eb57ccd402106ee518ec6e015672cff057de69632937bde9ea23d65/webmentiontools-0.3.4.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "a87bf01ed91051e24645f6598b5bff07", "sha256": "8de340f28e96126d8eddba6b1fdae2307cc7e1176ae0cab70b52bbd9cb1faeae" }, "downloads": -1, "filename": "webmentiontools-0.3.6.tar.gz", "has_sig": false, "md5_digest": "a87bf01ed91051e24645f6598b5bff07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5762, "upload_time": "2013-12-09T12:32:31", "url": "https://files.pythonhosted.org/packages/79/eb/c5ee9e21afd9b17d9dcac3e005bc5ae1caca52b1cd73436d8618f6aa6905/webmentiontools-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "3d3490f0753e991c81f6f142004dbcec", "sha256": "7c0a36f01237e5d1c0a58ce9eb8180a83e3779403b4df49962c0a9da8de0cc01" }, "downloads": -1, "filename": "webmentiontools-0.3.7.tar.gz", "has_sig": false, "md5_digest": "3d3490f0753e991c81f6f142004dbcec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5723, "upload_time": "2014-01-19T00:20:30", "url": "https://files.pythonhosted.org/packages/a2/73/e4798f6b4f6755bbd29c2f07aba2254dd03eb6f6848d9a0b4a6762d94f5d/webmentiontools-0.3.7.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "5482f3796811dc17349a8152954cb823", "sha256": "8c89069dff802dd9c62f799606e535d58d833c19152bf40d70dd1b8c85963b1c" }, "downloads": -1, "filename": "webmentiontools-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5482f3796811dc17349a8152954cb823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6013, "upload_time": "2014-05-10T22:29:48", "url": "https://files.pythonhosted.org/packages/e2/eb/c02e1093a37d84c6dc260b4dc99ecf8e8e785323b98e5cf952383d4e8be7/webmentiontools-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5482f3796811dc17349a8152954cb823", "sha256": "8c89069dff802dd9c62f799606e535d58d833c19152bf40d70dd1b8c85963b1c" }, "downloads": -1, "filename": "webmentiontools-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5482f3796811dc17349a8152954cb823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6013, "upload_time": "2014-05-10T22:29:48", "url": "https://files.pythonhosted.org/packages/e2/eb/c02e1093a37d84c6dc260b4dc99ecf8e8e785323b98e5cf952383d4e8be7/webmentiontools-0.4.0.tar.gz" } ] }