Python library for megaplan.ru API
Project description
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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
megaplanpy-0.11.04.zip
(14.0 kB
view hashes)