{ "info": { "author": "Ivan Tsyganov", "author_email": "tsyganov.ivan@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=========================\r\nvk.com API async Python wrapper\r\n=========================\r\n\r\nAsyncVk project is a fork of pretty library 'vk' (https://github.com/dimka665/vk) by Dmitry Voronin (https://github.com/dimka665)\r\n\r\nThis is a vk.com (the largest Russian social network) async python API wrapper.\r\nThe goal is to support all API methods (current and future)\r\nthat can be accessed from server.\r\n\r\nQuickstart\r\n==========\r\n\r\nInstall\r\n-------\r\n\r\n.. code:: bash\r\n\r\n pip install AsyncVk\r\n\r\nUsage\r\n-----\r\n\r\n.. code:: python\r\n\r\n >>> import asyncio\r\n >>> import AsyncVk\r\n >>>\r\n >>> @asyncio.coroutine\r\n >>> def some_method():\r\n >>> vkapi = AsyncVk.API()\r\n >>> # vkapi = AsyncVk.API(user_login='user@gmail.com', user_password='******', app_id='123456')\r\n >>> # vkapi = AsyncVk.API(access_token='********************')\r\n >>> time = yield from vkapi.getServerTime()\r\n >>> print(time)\r\n >>>\r\n >>> loop = asyncio.get_event_loop()\r\n >>> loop.run_until_complete(some_method())\r\n >>> loop.close()\r\n\r\n\r\nSee https://vk.com/dev/methods for detailed API guide.\r\n\r\nMore info\r\n=========\r\n\r\n`Read full documentation `_\r\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/tsyganov-ivan/AsyncVk", "keywords": "vk.com asyncio async api vk vkontakte wrappper", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "AsyncVk", "package_url": "https://pypi.org/project/AsyncVk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/AsyncVk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tsyganov-ivan/AsyncVk" }, "release_url": "https://pypi.org/project/AsyncVk/1.0-alpha/", "requires_dist": null, "requires_python": null, "summary": "vk.com API async Python wrapper. Only Python 3.4+", "version": "1.0-alpha" }, "last_serial": 1492475, "releases": { "1.0-alpha": [ { "comment_text": "", "digests": { "md5": "b48c8ce25acba6547937e2e355277754", "sha256": "3e7a31f34a48fb7aa466bf6795c2541401e3422f208d2f1c3b33061777ab6761" }, "downloads": -1, "filename": "AsyncVk-1.0-alpha.tar.gz", "has_sig": false, "md5_digest": "b48c8ce25acba6547937e2e355277754", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4315, "upload_time": "2015-04-06T09:45:40", "url": "https://files.pythonhosted.org/packages/df/3e/389f64303b0090bef5b0338f6beba80061bd2b8a8fc85c4a52c2b814b79b/AsyncVk-1.0-alpha.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b48c8ce25acba6547937e2e355277754", "sha256": "3e7a31f34a48fb7aa466bf6795c2541401e3422f208d2f1c3b33061777ab6761" }, "downloads": -1, "filename": "AsyncVk-1.0-alpha.tar.gz", "has_sig": false, "md5_digest": "b48c8ce25acba6547937e2e355277754", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4315, "upload_time": "2015-04-06T09:45:40", "url": "https://files.pythonhosted.org/packages/df/3e/389f64303b0090bef5b0338f6beba80061bd2b8a8fc85c4a52c2b814b79b/AsyncVk-1.0-alpha.tar.gz" } ] }