Skip to main content

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page