megaplanpy 0.11.04
Python library for megaplan.ru API
The library support only JSON format.
Supports the API version of 2011.04+
SVN has been updated to version 2011.05+
Example usage
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
from megaplanpy import Megaplan
def main():
account = 'my_account'
login = 'my_login'
password = 'my_password'
mplan = Megaplan(account, login, password)
tasks = mplan.GetTasks().data['tasks']
if __name__ == '__main__':
main()
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| megaplanpy-0.11.04.zip (md5) | Source | 2011-04-28 | 13KB | 278 | |
- Author: Sergey Pikhovkin
- Home Page: https://github.com/pikhovkin/megaplanpy/
- Download URL: https://megaplanpy.googlecode.com/svn/trunk/
- Keywords: megaplan api
- License: MIT
-
Categories
- Development Status :: 2 - Pre-Alpha
- Environment :: Web Environment
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Natural Language :: English
- Natural Language :: Russian
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: pikhovkin
- DOAP record: megaplanpy-0.11.04.xml
