{ "info": { "author": "Paylogic International", "author_email": "developers@paylogic.com", "bugtrack_url": null, "classifiers": [], "description": "wrap2: Library for wrapping social network wrappers\n===================================================\n\nThe ``wrap2`` package is a wrapper for various social networks wrappers.\nVarious networks have different format for \"posts\". Twitter is chosen as standard, so other networks posts are\nconverted to be twitter-like.\n\n.. image:: https://api.travis-ci.org/paylogic/wrap2.png\n :target: https://travis-ci.org/paylogic/wrap2\n.. image:: https://pypip.in/v/wrap2/badge.png\n :target: https://crate.io/packages/wrap2/\n.. image:: https://coveralls.io/repos/paylogic/wrap2/badge.png?branch=master\n :target: https://coveralls.io/r/paylogic/wrap2\n\n\nInstallation\n------------\n\n.. sourcecode::\n\n pip install wrap2\n\nUsage\n-----\n\n.. code-block:: python\n\n from wrap2 import fbook\n fb = fbook.Facebook('id', 'secret')\n\n # get authorization url on Facebook\n url, opts = fb.get_authorization_url('http://example.com', scope=('read', 'write'))\n\n # get access token and profile info\n id, access_token, name, link = fb.on_authorization_callback(\n 'http://facebook.com/some_callback_url', code='some code')\n\n # Put a post on the wall of the user authorized by ``access_token``.\n post = fb.post(access_token)\n\n\n from wrap2 import twitter\n tw = twitter.Twitter('id', 'secret')\n\n # get authorization url on Twitter\n url, opts = tw.get_authorization_url('http://example.com')\n\n # get access token and profile info\n id, (access_token_key, access_token_secret), name, link = tw.on_authorization_callback(\n 'http://twitter.com/some_callback_url',\n oauth_verifier='some oauth verifier', request_token='some request token')\n\n # Put an update status of the user authorized by ``access_token``.\n post = tw.post(access_token)\n\n\nContact\n-------\n\nIf you have questions, bug reports, suggestions, etc. please create an issue on\nthe `GitHub project page `_.\n\nLicense\n-------\n\nThis software is licensed under the `MIT license `_\n\nSee `License `_\n\n\u00a9 2013 Paylogic International.\n\nChangelog\n=========\n\n\n0.9\n---\n\n* Initial public release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "wrap2", "package_url": "https://pypi.org/project/wrap2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wrap2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/wrap2/0.9/", "requires_dist": null, "requires_python": null, "summary": "Wrapper for social network wrappers", "version": "0.9" }, "last_serial": 1055848, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "6c41ff00457a56d04898ced1d0962062", "sha256": "e3340ec014308710c029a52ee26e613026fb548e7e07dd1c846e0108926df259" }, "downloads": -1, "filename": "wrap2-0.9.tar.gz", "has_sig": false, "md5_digest": "6c41ff00457a56d04898ced1d0962062", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6722, "upload_time": "2014-04-09T13:16:00", "url": "https://files.pythonhosted.org/packages/0f/67/842d540cdcfb29290e6383d1c602343a636c9b904588f2b2000288be4b42/wrap2-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c41ff00457a56d04898ced1d0962062", "sha256": "e3340ec014308710c029a52ee26e613026fb548e7e07dd1c846e0108926df259" }, "downloads": -1, "filename": "wrap2-0.9.tar.gz", "has_sig": false, "md5_digest": "6c41ff00457a56d04898ced1d0962062", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6722, "upload_time": "2014-04-09T13:16:00", "url": "https://files.pythonhosted.org/packages/0f/67/842d540cdcfb29290e6383d1c602343a636c9b904588f2b2000288be4b42/wrap2-0.9.tar.gz" } ] }