{ "info": { "author": "Alexey Grechishkin", "author_email": "me@alexsnet.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "# pydaoffice\n\n## Introduction\n### What is it pydao\n*pydaoffice* is a python interface for [DaOffice.ru](http://daoffice.ru/) API.\n\n### What is DaOffice.ru\n*DaOffice.ru* is a corporate social network (like yammer).\n\n### License\nThis code is open sourced under MIT license, GNU GPL 2 or later and GNU LGPL 2 or later. Please see the *license.txt* file for details.\n\n### Authors\n* Alexey Grechishkin aka Alex Snet( [mail](mailto:me@alexsnet.ru), [blog](http://alexsnet.ru) )\n\n## Installation\n### Automatically with PIP\n\tpip install git+git@bitbucket.org:AlexSnet/pydao.git\n\n### Manualy\n* Download source archive from [downloads page](https://bitbucket.org/AlexSnet/pydao/downloads).\n* Extract archive (Example: *tar -xzf master.tar.gz*)\n* Chande dir to *pydaoffice* source root\n* Execute *python setup.py install*\n\n## Quickstart\nFor ordinary use:\n\n\tfrom pydaoffice import DaOffice\n\toffice = DaOffice( PARAMETRS )\n\tresp = office.call('method.name')\n\t\nFor use with sugar:\n\n\tfrom pydaoffice import DaOfficeSugar\n\toffice = DaOfficeSugar( PARAMETRS )\n\tresp = office.method.name()\n\n## Advanced Usage", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/AlexSnet/pydaoffice/get/master.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/AlexSnet/pydaoffice", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "pydaoffice", "package_url": "https://pypi.org/project/pydaoffice/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pydaoffice/", "project_urls": { "Download": "https://bitbucket.org/AlexSnet/pydaoffice/get/master.tar.gz", "Homepage": "https://bitbucket.org/AlexSnet/pydaoffice" }, "release_url": "https://pypi.org/project/pydaoffice/12.9.26.1/", "requires_dist": null, "requires_python": null, "summary": "DaOffice (http://daoffice.ru/) python API client", "version": "12.9.26.1" }, "last_serial": 482053, "releases": { "12.9.13.3": [], "12.9.19.1": [], "12.9.19.3": [], "12.9.25.2": [], "12.9.25.3": [], "12.9.26.1": [] }, "urls": [] }