{ "info": { "author": "Efim Mazhnik", "author_email": "efimmazhnik@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Pymtodo\n=================\n\n=================\nTable of contents\n=================\n\n- `Description`_\n\n- `Installing`_\n\n- `Quick start`_\n\n #. `Authorizing`_\n\n #. `Get lists and tasks`_\n\n #. `Create lists and tasks`_\n\n #. `Delete lists and tasks`_\n\n- `Documentation`_\n\n- `Disclaimer`_\n\n- `License`_\n\n============\nDescription\n============\n\nPymtodo is an unofficial Microsoft To-Do python library which allows managing your tasks. It can help you to optimize \nyour workflow and create long lists (for example, if you read books and like to check it in your To-Do list).\n\n============\nInstalling\n============\n\nYou can install pymtodo via pip:\n\n.. code:: shell\n\n\t$ git clone https://github.com/efiminem/pymtodo.git\n $ pip install pymtodo\n\n============\nQuick start\n============\n\n-------------------\nAuthorizing\n-------------------\n\nPymtodo is very easy to use. First, you need to be authorized in the Microsoft To-Do system:\n\n.. code:: python\n\n\tfrom pymtodo import ToDoConnection\n\tfrom getpass import getpass\n\n\ta = ToDoConnection()\n\ta.connect(email = 'your-email@gmail.com', password = getpass())\n\nGetpass package allows you to write your password in the secure way, so noone will see it. Alternatively, you \ncan just type it directly.\n\n-------------------\nGet lists and tasks\n-------------------\n\nIn order to get all your lists you can just type:\n\n.. code:: python\n\n\ta.lists\n\nTo get the tasks for the particular list, you can write:\n\n.. code:: python\n\n\ta.lists[0].tasks\n\n-----------------------\nCreate lists and tasks\n-----------------------\n\nYou can create lists by using\n\n.. code:: python\n\n\ta.create_list(\"New list\")\n\nand new tasks can be created in the particluar list:\n\n.. code:: python\n\n\ta.lists[0].create_task(\"New task\")\n\n-----------------------\nDelete lists and tasks\n-----------------------\n\nYou can delete your lists and tasks by the delete method:\n\n.. code:: python\n\n\ta.lists[0].delete()\n\ta.lists[0].tasks[0].delete()\n\nBe careful, there will not be a warning message.\n\n==============\nDocumentation\n==============\n\nDetailed documentation will be available soon.\n\n============\nDisclaimer\n============\n\nPymtodo is an unofficial, open source, third-party, free app and is not affiliated in any way with Microsoft.\n\n============\nLicense\n============\n\nPymtodo is distributed under the MIT `license\n`_.\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "https://github.com/efiminem/pymtodo/archive/v0.2.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/efiminem/pymtodo", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pymtodo", "package_url": "https://pypi.org/project/pymtodo/", "platform": "", "project_url": "https://pypi.org/project/pymtodo/", "project_urls": { "Download": "https://github.com/efiminem/pymtodo/archive/v0.2.zip", "Homepage": "https://github.com/efiminem/pymtodo" }, "release_url": "https://pypi.org/project/pymtodo/0.2/", "requires_dist": null, "requires_python": "", "summary": "Unofficial Microsoft To-Do python library", "version": "0.2" }, "last_serial": 5495204, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "8aaa19e837a77aaadc72b668548d1619", "sha256": "947b080dc35d369c62c2ef8f346fe583f220e3473e9ccd7dca37c03114183731" }, "downloads": -1, "filename": "pymtodo-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8aaa19e837a77aaadc72b668548d1619", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6272, "upload_time": "2019-07-06T17:02:23", "url": "https://files.pythonhosted.org/packages/f2/fb/fe64e66d57f854a613c0518d5ce8056a8043bc93c1cf62f66558b753c085/pymtodo-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9466ec56a327a038007565f2617c8b90", "sha256": "68b5aa8c275633e8b53455751d5de1d5b7d3d30dd71f2ff8ddfc3fa950c1be8c" }, "downloads": -1, "filename": "pymtodo-0.2.tar.gz", "has_sig": false, "md5_digest": "9466ec56a327a038007565f2617c8b90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5929, "upload_time": "2019-07-06T17:07:06", "url": "https://files.pythonhosted.org/packages/62/78/8a12482c0ee78fc0fd0fd06b05f744588d8e1257081359e82c46fab820b0/pymtodo-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8aaa19e837a77aaadc72b668548d1619", "sha256": "947b080dc35d369c62c2ef8f346fe583f220e3473e9ccd7dca37c03114183731" }, "downloads": -1, "filename": "pymtodo-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8aaa19e837a77aaadc72b668548d1619", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6272, "upload_time": "2019-07-06T17:02:23", "url": "https://files.pythonhosted.org/packages/f2/fb/fe64e66d57f854a613c0518d5ce8056a8043bc93c1cf62f66558b753c085/pymtodo-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9466ec56a327a038007565f2617c8b90", "sha256": "68b5aa8c275633e8b53455751d5de1d5b7d3d30dd71f2ff8ddfc3fa950c1be8c" }, "downloads": -1, "filename": "pymtodo-0.2.tar.gz", "has_sig": false, "md5_digest": "9466ec56a327a038007565f2617c8b90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5929, "upload_time": "2019-07-06T17:07:06", "url": "https://files.pythonhosted.org/packages/62/78/8a12482c0ee78fc0fd0fd06b05f744588d8e1257081359e82c46fab820b0/pymtodo-0.2.tar.gz" } ] }