{ "info": { "author": "Denis Veselov", "author_email": "progr.mail@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP" ], "description": "pyvka\n=====\n\nPython package for authorize and get access_token for `vkontakte api `_.\n\n\nInstallation\n------------\n\nYou can install from PyPI::\n\n $ pip install pyvka==0.1\n\n\nExample Of Usage\n----------------\n\nYou should be create `standalone-application `_, and copy this app ID.\n\nNow, you can use it::\n\n >>> from pyvka import VKAuth\n >>> login = 'your@email.or.phone.number.here'\n >>> pwd = 'b19b00b5'\n >>> app_id = 123456789\n >>> scopes = ['wall', 'friends']\n >>> vk = VKAuth(login, pwd, app_id, scopes)\n >>> access_token = vk.access_token\n >>> user_id = vk.user_id\n\nAfter receiving access_token you can be using `vkontakte package `_\n\nChanges\n=======\n\n0.1 (2012-09-21)\n----------------\n\nInitial release.", "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/saippuakauppias/pyvka", "keywords": "vkontakte vk api access_token oauth oauth2", "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "pyvka", "package_url": "https://pypi.org/project/pyvka/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyvka/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/saippuakauppias/pyvka" }, "release_url": "https://pypi.org/project/pyvka/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python package for authorize and getaccess_token for vkontakte api.", "version": "0.1" }, "last_serial": 1047673, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "88e4f493e10dcdef0e87c09df8a03667", "sha256": "f2dfbdafc4415a64a1b1806e852c8e3071e7d00d1d157bdf26a16de8651cdae0" }, "downloads": -1, "filename": "pyvka-0.1.tar.gz", "has_sig": false, "md5_digest": "88e4f493e10dcdef0e87c09df8a03667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4033, "upload_time": "2014-04-01T11:39:55", "url": "https://files.pythonhosted.org/packages/74/07/01f699ade1e5f6307f4debdbc8f8fc8daaf8670367da5dc7556f6b5643fe/pyvka-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "88e4f493e10dcdef0e87c09df8a03667", "sha256": "f2dfbdafc4415a64a1b1806e852c8e3071e7d00d1d157bdf26a16de8651cdae0" }, "downloads": -1, "filename": "pyvka-0.1.tar.gz", "has_sig": false, "md5_digest": "88e4f493e10dcdef0e87c09df8a03667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4033, "upload_time": "2014-04-01T11:39:55", "url": "https://files.pythonhosted.org/packages/74/07/01f699ade1e5f6307f4debdbc8f8fc8daaf8670367da5dc7556f6b5643fe/pyvka-0.1.tar.gz" } ] }