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 details)
File details
Details for the file megaplanpy-0.11.04.zip
.
File metadata
- Download URL: megaplanpy-0.11.04.zip
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37d60f0f84af14e99937cb8a45891bab3432644615e5a0c113c3a2406c0d835b |
|
MD5 | 793c0772c539c0c1779ef366bf180089 |
|
BLAKE2b-256 | a183a4fba9582255988a9a85d138b86425eac11fafeff46b1ff691bd51d3f0c7 |