{ "info": { "author": "Igor 'idle sign' Starikov", "author_email": "idlesign@yandex.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "pyyaru \u2014 Python-\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0434\u043b\u044f API \u0431\u043b\u043e\u0433-\u0441\u0435\u0440\u0432\u0438\u0441\u0430 ya.ru\n====================================================\nhttp://github.com/idlesign/pyyaru\n\n\u0418\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0432\u0430\u0442\u044c \u0434\u043b\u044f \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u042f.\u0440\u0443-\u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432.\n\n* pyayru \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432.\n* pyyaru \u043f\u0435\u0440\u0435\u043f\u043b\u044e\u043d\u0443\u043b API \u042f.\u0440\u0443 \u0438 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u0433\u043b\u0443\u0431\u043e\u043a\u043e\u0439 \u0430\u043b\u044c\u0444\u044b.\n* pyyaru \u043d\u0435 \u0443\u043c\u0435\u0435\u0442 \u0434\u0435\u043b\u0430\u0442\u044c \u0442\u043e\u0433\u043e, \u0447\u0435\u0433\u043e \u043d\u0435 \u0443\u043c\u0435\u0435\u0442 \u0434\u0435\u043b\u0430\u0442\u044c API \u042f.\u0440\u0443 \u0438 \u0434\u0430\u0436\u0435 \u0431\u043e\u043b\u044c\u0448\u0435.\n\n\u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u043f\u0440\u0438\u043c\u0435\u0440 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f::\n\n # \u041f\u043e\u043b\u0443\u0447\u0430\u044e \u0441\u0432\u043e\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c.\n me = pyyaru.yaPerson('/me/').get()\n\n # \u0423\u0437\u043d\u0430\u044e \u0441\u0432\u043e\u0451 \u0438\u043c\u044f.\n name = me.name\n\n # \u0410 \u0432\u043e\u0442 \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043c\u043e\u0439 \u0430\u0432\u0430\u0442\u0430\u0440.\n avatar = me.links['userpic']\n\n # \u0421\u043c\u0435\u043d\u044e \u0441\u0432\u043e\u0451 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435.\n me.set_status(\"\u0418\u0433\u0440\u0430\u044e \u0441 pyyaru.\")\n\n # \u041f\u043e\u0433\u043b\u044f\u0436\u0443, \u043a\u0430\u043a\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u044f \u0443 \u0434\u0440\u0443\u0437\u0435\u0439.\n friends_statuses = me.friends_entries('status')\n for status_entry in friends_statuses.objects:\n print '%s \u0433\u043e\u0432\u043e\u0440\u0438\u0442: \"%s\".' % (status_entry.author['name'] , status_entry.content)\n\n # \u0412\u0441\u043f\u043e\u043c\u043d\u044e, \u0432 \u043a\u0430\u043a\u0438\u0445 \u043a\u043b\u0443\u0431\u0430\u0445 \u0441\u043e\u0441\u0442\u043e\u044e.\n my_clubs = me.clubs()\n for club in my_clubs.iter():\n print club.name\n\n\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u043a \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0435 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 reStructuredText \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0438 docs/.\n\u0414\u043b\u044f \u0441\u0431\u043e\u0440\u043a\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 'make <\u0444\u043e\u0440\u043c\u0430\u0442\u0441\u0431\u043e\u0440\u043a\u0438>' (\u0442\u0440\u0435\u0431\u0443\u0435\u0442 python-sphinx).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/idlesign/pyyaru", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyyaru", "package_url": "https://pypi.org/project/pyyaru/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyyaru/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/idlesign/pyyaru" }, "release_url": "https://pypi.org/project/pyyaru/0.3.2/", "requires_dist": null, "requires_python": null, "summary": "Python interface for ya.ru blog service API.", "version": "0.3.2" }, "last_serial": 746771, "releases": { "0.3.2": [ { "comment_text": "", "digests": { "md5": "81513189f93620269aa053e86c6962ec", "sha256": "faaf82035c7c13218035daea6351d6d3d56405e3ebcb388a3e144748de8cd200" }, "downloads": -1, "filename": "pyyaru-0.3.2.tar.gz", "has_sig": false, "md5_digest": "81513189f93620269aa053e86c6962ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23513, "upload_time": "2010-10-22T04:05:58", "url": "https://files.pythonhosted.org/packages/09/ac/cd0f3ad9be5a100470042b0e9153ab7b9de169bbe61ca2fc65187a83bf15/pyyaru-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "81513189f93620269aa053e86c6962ec", "sha256": "faaf82035c7c13218035daea6351d6d3d56405e3ebcb388a3e144748de8cd200" }, "downloads": -1, "filename": "pyyaru-0.3.2.tar.gz", "has_sig": false, "md5_digest": "81513189f93620269aa053e86c6962ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23513, "upload_time": "2010-10-22T04:05:58", "url": "https://files.pythonhosted.org/packages/09/ac/cd0f3ad9be5a100470042b0e9153ab7b9de169bbe61ca2fc65187a83bf15/pyyaru-0.3.2.tar.gz" } ] }