{ "info": { "author": "Doist Team", "author_email": "integrations@todoist.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python" ], "description": "# The official Todoist Python API library\n\nWelcome to the official client to the [Todoist Sync API](https://developer.todoist.com/sync/).\n\nThis client makes actions using the Sync API easier to use and also caches\nvalues locally to make right usage of the partial sync mechanism of the API.\n\n## Installing\n\nThe package can be installed as any other pip package:\n\n```bash\npip install todoist-python\n```\n\nThe official Documentation can be found at\nhttps://todoist-python.readthedocs.io/en/latest/.\n\n## Using\n\nYou can import `todoist-python` on your Python application or just try it out\nfrom the python REPL (read-eval-print-loop).\n\nThis is how it looks like when using the REPL:\n\n\n```python\n$ python\n>>> import todoist\n>>> api = todoist.TodoistAPI('0123456789abcdef0123456789abcdef01234567')\n>>> api.sync()\n>>> full_name = api.state['user']['full_name']\n>>> print(full_name)\nJohn Doe\n>>> for project in api.state['projects']:\n... print(project['name'])\n...\nPersonal\nShopping\nWork\nErrands\nMovies to watch\n```\n\nThe `state` attribute has all the data of your full sync and the `sync` method\ndoes the job of keeping things in sync in the best way possible.\n\nYou can add or change data as well. Let's add a task and change it as examples:\n\n\n```python\n$ python\n>>> import todoist\n>>> api = todoist.TodoistAPI('0123456789abcdef0123456789abcdef01234567')\n>>> item = api.items.add('My taks') # oh no, typo!\n>>> api.commit() # commit the changes to the server\n{'id': 1234567890, u'content': u'My taks', u'user_id': 1, ...}\n>>>\n>>> api.items.update(item['id'], content='My task')\n>>> api.commit() # never forget to commit!\n{'id': 1234567890, u'content': u'My task', u'user_id': 1, ...}\n```\n\nThat's it! To know what actions are available for each object, refer to\n`Managers` in our [official documentation](https://todoist-python.readthedocs.io).\n\nWe also document all the actions available on this library along with our\nofficial API documentation. Here is one example of the [add task\nendpoint](https://developer.todoist.com/sync/v8/?python#add-an-item). Check the\n_python_ tab on the examples for actions related to this library.\n\n\n## Development\n\n### Build Project\n\nThis project still supports Python 2.7 but **we recommend Python 3**.\n\nWe recommend using [virtualenv](https://pypi.python.org/pypi/virtualenv) and\n[pip](https://pypi.python.org/pypi/pip) for the project bootstrap. Below is a\nstep by step of the bootstrap process:\n\nClone the repo and enter it:\n\n $ git clone git@github.com:Doist/todoist-python.git ; cd todoist-python\n\nCreate an environment:\n\n $ virtualenv --system-site-packages -p /usr/bin/python2.7 env # if you need python2.7\n $ virtualenv --system-site-packages env # use only python3 if you run this\n\nActivate the environment:\n\n $ source env/bin/activate\n\nInstall the library along with all the dependencies (just `requests` for this project):\n\n $ pip install -e .\n\n\n### Build Documentation\n\nIf you want to build the documentation as well, install some extra packages:\n\n $ pip install -r doc/requirements.txt\n\nBuild the documentation:\n\n $ (cd doc ; make html)\n\nRead the built documentation by opening:\n\n doc/_build/html/index.html\n\n## Testing the library\n\nWe have a set of tests to ensure we support Python both 2.x and 3.x.\n\nTo test it out, please make sure you have python 2 and python 3 installed in\nyour system. Then install \"tox\" either globally (preferred way) or in your local\nenvironment.\n\n # apt-get install python-tox\n\nor\n\n $ pip install tox\n\n\nYou will also need to have the `pytest.ini` file. We are providing a\n`pytest.ini.sample` that you can copy and paste to create your own\n`pytest.ini`.\n\nYou will need two different tokens (`token` and `token2` keys on on\n`pytest.ini`) to be able to run all the tests successfully, since we have tests\nfor the sharing features.\n\nWith the setup done, you can just run:\n\n $ tox\n\nKeep in mind that running the whole test suit may cause some tests to fail as\nyou will certaily hit some limits of API usage. We recommend only running the\ntest for your feature.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "todoist-python", "package_url": "https://pypi.org/project/todoist-python/", "platform": "", "project_url": "https://pypi.org/project/todoist-python/", "project_urls": null, "release_url": "https://pypi.org/project/todoist-python/8.1.3/", "requires_dist": [ "requests", "typing ; python_version < \"3.5\"" ], "requires_python": "", "summary": "todoist-python - The official Todoist Python API library", "version": "8.1.3", "yanked": false, "yanked_reason": null }, "last_serial": 11114442, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bbf5991e44e95bf955372d0bf37a9706", "sha256": "95a05e63afbf9dd54dd479eb7a1149e153b7c18349f2d65a57be6e7d3ae0f4fb" }, "downloads": -1, "filename": "todoist-python-0.1.tar.gz", "has_sig": false, "md5_digest": "bbf5991e44e95bf955372d0bf37a9706", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7956, "upload_time": "2014-10-27T15:11:02", "upload_time_iso_8601": "2014-10-27T15:11:02.492916Z", "url": "https://files.pythonhosted.org/packages/fa/c3/c77bdec30b8d8d685cc5c5f18052f62e884f57499db1d58a630e27c9546c/todoist-python-0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2": [ { "comment_text": "", "digests": { "md5": "6586254bea8674d3a6c7db0e3ba7841a", "sha256": "180767b6c0589866be1a58fd7ba0484297e5a91b8e3987ab6ac6fca9b9163f72" }, "downloads": -1, "filename": "todoist-python-0.2.tar.gz", "has_sig": false, "md5_digest": "6586254bea8674d3a6c7db0e3ba7841a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7064, "upload_time": "2015-02-04T09:46:00", "upload_time_iso_8601": "2015-02-04T09:46:00.940644Z", "url": "https://files.pythonhosted.org/packages/59/b4/5cc2dbe037f72942a8378784815aae0955b534e3f718f004af5d5c4c6edf/todoist-python-0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "416205951725f05c14ce0aceb8673359", "sha256": "1da4d74207bd78202a717251a2c71adfd83f78a0a97c16655d33b42fe6a00e5c" }, "downloads": -1, "filename": "todoist-python-0.2.1.tar.gz", "has_sig": false, "md5_digest": "416205951725f05c14ce0aceb8673359", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8916, "upload_time": "2015-02-11T09:15:02", "upload_time_iso_8601": "2015-02-11T09:15:02.773990Z", "url": "https://files.pythonhosted.org/packages/57/ec/f35cf3febf85d8bb53f9b830147d9ed92b750412d9e036be0e61b17ca11a/todoist-python-0.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "9a8b5e2f2761fda9410815062a9868ba", "sha256": "9935516f05d499822b6b4457f03e3b62057e8ef3a9b0a45ebccb9fde49e917a6" }, "downloads": -1, "filename": "todoist-python-0.2.10.tar.gz", "has_sig": false, "md5_digest": "9a8b5e2f2761fda9410815062a9868ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17143, "upload_time": "2015-05-04T19:15:25", "upload_time_iso_8601": "2015-05-04T19:15:25.249834Z", "url": "https://files.pythonhosted.org/packages/19/6e/4bacf6690327ba77dedeac92dd891bc835c9220530b9cf78abf44ab3ac10/todoist-python-0.2.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "68da293cfc2e4409f3d0eca303f3353b", "sha256": "f9a877da1679df536b3a1e11b70eadc8e6bad309467000145108788ef62d9715" }, "downloads": -1, "filename": "todoist-python-0.2.11.tar.gz", "has_sig": false, "md5_digest": "68da293cfc2e4409f3d0eca303f3353b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17263, "upload_time": "2015-05-20T15:45:09", "upload_time_iso_8601": "2015-05-20T15:45:09.608108Z", "url": "https://files.pythonhosted.org/packages/39/f4/f1d613b18d97f5002626836dd141eb7096c2d73cfd1e5ef82bd72313a844/todoist-python-0.2.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "1924eeafdf0801a8aa231cd892190fdb", "sha256": "78c68f979bbdb9f159a01b8be149b040974d9ad77a71e2258a3d5c20c52254e8" }, "downloads": -1, "filename": "todoist-python-0.2.12.tar.gz", "has_sig": false, "md5_digest": "1924eeafdf0801a8aa231cd892190fdb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17995, "upload_time": "2015-05-29T14:17:20", "upload_time_iso_8601": "2015-05-29T14:17:20.391581Z", "url": "https://files.pythonhosted.org/packages/f9/61/e0eaa85fe067dd15d39a0c41a2ac6aaf9d0014112383b027af3e2b63e365/todoist-python-0.2.12.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "e176ec0b6541ca82078db74c764d6c9e", "sha256": "5c1fc9fbdf1fb8cb77336db420b281a2c62699eb418e3fd50c59d19790c7a98a" }, "downloads": -1, "filename": "todoist-python-0.2.13.tar.gz", "has_sig": false, "md5_digest": "e176ec0b6541ca82078db74c764d6c9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18082, "upload_time": "2015-06-02T10:05:30", "upload_time_iso_8601": "2015-06-02T10:05:30.477050Z", "url": "https://files.pythonhosted.org/packages/d4/26/58045100227fa951949e86b786dc5c7f4587e7bbf62be7141ca5a76b4824/todoist-python-0.2.13.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "a41e292e30b1cc7f8908cb80f03c26fe", "sha256": "d2b509a577611b5cb88794569189ac0a4f3db476df52bb5ef7268968454b1dac" }, "downloads": -1, "filename": "todoist-python-0.2.14.tar.gz", "has_sig": false, "md5_digest": "a41e292e30b1cc7f8908cb80f03c26fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18104, "upload_time": "2015-06-02T11:35:39", "upload_time_iso_8601": "2015-06-02T11:35:39.768705Z", "url": "https://files.pythonhosted.org/packages/18/dd/32820a9a7d01e7696b57c54411176b367948cb26adfb1f4831d9617dbaa5/todoist-python-0.2.14.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.15": [ { "comment_text": "", "digests": { "md5": "7dd8bae1f4340c94aed48284b69b319a", "sha256": "7fc4b77a921eb3143559cb6bb392613aeeec99f7a80f70369e33844563acdf0e" }, "downloads": -1, "filename": "todoist-python-0.2.15.tar.gz", "has_sig": false, "md5_digest": "7dd8bae1f4340c94aed48284b69b319a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17734, "upload_time": "2015-06-10T08:24:30", "upload_time_iso_8601": "2015-06-10T08:24:30.636026Z", "url": "https://files.pythonhosted.org/packages/39/7b/da6b0aae818ef3f387ea139926e197870c34d606851eb5bf6297a2ce42b9/todoist-python-0.2.15.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.16": [ { "comment_text": "", "digests": { "md5": "e449ccedbb5f30e0bff4ca9555117d82", "sha256": "5e05c35d47597b7ecd80c2650745842e3142248e86634e5e49a9b79af78cb76d" }, "downloads": -1, "filename": "todoist-python-0.2.16.tar.gz", "has_sig": false, "md5_digest": "e449ccedbb5f30e0bff4ca9555117d82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18581, "upload_time": "2015-06-25T16:18:21", "upload_time_iso_8601": "2015-06-25T16:18:21.483662Z", "url": "https://files.pythonhosted.org/packages/6a/ce/486417ae71e1d538775209ac61f5857ce63ae59dfbf5a18bc6e94ea955e4/todoist-python-0.2.16.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.17": [ { "comment_text": "", "digests": { "md5": "6b2cb43ad0498e54c55fcbb75f97b1ef", "sha256": "7f5c892bc24c94ba0cafecf487b6b5f3787b4d0c3d40871b04aad57993202b0e" }, "downloads": -1, "filename": "todoist_python-0.2.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b2cb43ad0498e54c55fcbb75f97b1ef", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18752, "upload_time": "2015-07-14T14:20:14", "upload_time_iso_8601": "2015-07-14T14:20:14.412198Z", "url": "https://files.pythonhosted.org/packages/e4/f7/d2109fcfc2185a2753f7add62f3e6a5e7679bdce2d3dbd0c731a6d2dfb8c/todoist_python-0.2.17-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c9cc9fede829eff801a955a6332d01c4", "sha256": "510bcf5f153fabe2869053ba1dd6182367ef14a26efc73688074cf52176a16ef" }, "downloads": -1, "filename": "todoist-python-0.2.17.tar.gz", "has_sig": false, "md5_digest": "c9cc9fede829eff801a955a6332d01c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18246, "upload_time": "2015-07-14T14:20:11", "upload_time_iso_8601": "2015-07-14T14:20:11.214129Z", "url": "https://files.pythonhosted.org/packages/f9/4b/4e5535915c9c7af8f44635a567bbd7d2eb259e9499dbe16c201f1ed41fe0/todoist-python-0.2.17.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.18": [ { "comment_text": "", "digests": { "md5": "96e664ae1b3e7a13a25bc7299360ff44", "sha256": "4b5739a4ef3465343f80e35013ccdf8bf3c43432d6945c1ecfc675586de47122" }, "downloads": -1, "filename": "todoist-python-0.2.18.tar.gz", "has_sig": false, "md5_digest": "96e664ae1b3e7a13a25bc7299360ff44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18721, "upload_time": "2015-09-03T08:35:54", "upload_time_iso_8601": "2015-09-03T08:35:54.100280Z", "url": "https://files.pythonhosted.org/packages/1e/e5/16400422cd8e6b194b6b07462c94c0310f42e21b35edbdfa02768d6d62d7/todoist-python-0.2.18.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.19": [ { "comment_text": "", "digests": { "md5": "a910819a9bfd84d7bbafcfe82a6a4f8e", "sha256": "f3aceed9dc1ba83b68c0eb1c5624d1c9ce1279b2949076de3f065cf42b2c400c" }, "downloads": -1, "filename": "todoist-python-0.2.19.tar.gz", "has_sig": false, "md5_digest": "a910819a9bfd84d7bbafcfe82a6a4f8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18736, "upload_time": "2015-09-30T08:14:31", "upload_time_iso_8601": "2015-09-30T08:14:31.605196Z", "url": "https://files.pythonhosted.org/packages/e3/7e/9910080e96bcaf4259eb9ca928a8e8bb4d3110ebdda7d68e4db118302ba1/todoist-python-0.2.19.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "9eebd7887707afaab148eccdda436f00", "sha256": "228a978b81d92bf92494a9b9bf7d58d82176f9bdd908150f1c3185589a51fe1a" }, "downloads": -1, "filename": "todoist-python-0.2.2.tar.gz", "has_sig": false, "md5_digest": "9eebd7887707afaab148eccdda436f00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9883, "upload_time": "2015-02-18T14:20:49", "upload_time_iso_8601": "2015-02-18T14:20:49.624965Z", "url": "https://files.pythonhosted.org/packages/71/dc/c88f146f644e3dd27a134df808694064b95288d4e64d3368c66b85ccdbc7/todoist-python-0.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.20": [ { "comment_text": "", "digests": { "md5": "43e1f760a9d7981a0dbe2d1b53bbdf9b", "sha256": "6c5d306895d4a9705e0fc8d07ae03781e5baf04a357b75e1b2ee08004faddac3" }, "downloads": -1, "filename": "todoist-python-0.2.20.tar.gz", "has_sig": false, "md5_digest": "43e1f760a9d7981a0dbe2d1b53bbdf9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18791, "upload_time": "2015-10-12T14:24:11", "upload_time_iso_8601": "2015-10-12T14:24:11.887561Z", "url": "https://files.pythonhosted.org/packages/50/e9/a0f055b50112b1981d8b87830ad5c087dfbab49dc5a7949d7a550a53353e/todoist-python-0.2.20.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.21": [ { "comment_text": "", "digests": { "md5": "36d1cca4d1d26aed5d48d6f5484fc63f", "sha256": "ac2356ddc659906a6d5bebee8e8b5aabfe9bfeecf1dab0fcc347226d31b2737f" }, "downloads": -1, "filename": "todoist-python-0.2.21.tar.gz", "has_sig": false, "md5_digest": "36d1cca4d1d26aed5d48d6f5484fc63f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18947, "upload_time": "2015-12-16T15:27:43", "upload_time_iso_8601": "2015-12-16T15:27:43.524244Z", "url": "https://files.pythonhosted.org/packages/aa/4a/c96f5f8dfbbd77ad37732bdac5c87be90013959c3b25bc6e7a23adeea5ac/todoist-python-0.2.21.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.22": [ { "comment_text": "", "digests": { "md5": "0a8729f08285689746a149204f6c033b", "sha256": "1172e233266daa11cb1a2e0525a4c89654c0a50510ba2e5260f1cd9bd6572c40" }, "downloads": -1, "filename": "todoist-python-0.2.22.tar.gz", "has_sig": false, "md5_digest": "0a8729f08285689746a149204f6c033b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18928, "upload_time": "2016-01-14T17:49:33", "upload_time_iso_8601": "2016-01-14T17:49:33.634486Z", "url": "https://files.pythonhosted.org/packages/12/b8/58ee96eaabffb0e548c74c111b7d7ed369878db40dc5bfce238dfb773a80/todoist-python-0.2.22.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.23": [ { "comment_text": "", "digests": { "md5": "896e74309f8c4a125322fe062fb4da69", "sha256": "235aae87fe87b9d4ea73e3e621182e313723ad88c5512fa32dc14fb06ecc81ab" }, "downloads": -1, "filename": "todoist-python-0.2.23.tar.gz", "has_sig": false, "md5_digest": "896e74309f8c4a125322fe062fb4da69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18889, "upload_time": "2016-02-01T10:34:24", "upload_time_iso_8601": "2016-02-01T10:34:24.942557Z", "url": "https://files.pythonhosted.org/packages/89/a5/9d1dcc77bfe4ccc5cef7b7da23c6308d681a55203327f10a3ac8ef753ad0/todoist-python-0.2.23.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.24": [ { "comment_text": "", "digests": { "md5": "4868d911fb1baa950336ece295626033", "sha256": "f2ac45190fa40dc91f034a103dadc19ec53cad95ae79627a7c50c5da8d57dff6" }, "downloads": -1, "filename": "todoist-python-0.2.24.tar.gz", "has_sig": false, "md5_digest": "4868d911fb1baa950336ece295626033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18998, "upload_time": "2016-03-25T11:20:25", "upload_time_iso_8601": "2016-03-25T11:20:25.443814Z", "url": "https://files.pythonhosted.org/packages/5a/52/075ee932a974310ac30b0bf1da5d1c7c07fde49296d757023ba6ebe42dff/todoist-python-0.2.24.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.25": [ { "comment_text": "", "digests": { "md5": "a31c2b34b5f2ff838589d3cb9588cef0", "sha256": "6441abe7d6935c295fce74dbf0fb458e0bf7b71dfc90bf63ba38580df4b1d486" }, "downloads": -1, "filename": "todoist-python-0.2.25.tar.gz", "has_sig": false, "md5_digest": "a31c2b34b5f2ff838589d3cb9588cef0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18313, "upload_time": "2016-05-20T08:43:45", "upload_time_iso_8601": "2016-05-20T08:43:45.907205Z", "url": "https://files.pythonhosted.org/packages/59/d4/a8b79e1cbf1ff4b5eb870522959d48e563b688083c002ffe7ff717c46cb9/todoist-python-0.2.25.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.26": [ { "comment_text": "", "digests": { "md5": "b53c6dc9d66027f137c0a4edd694d35c", "sha256": "bde91331d8f51ded8a73daf0ebd549283528ea4556d8ffa8f8509d4d2423c7c3" }, "downloads": -1, "filename": "todoist-python-0.2.26.tar.gz", "has_sig": false, "md5_digest": "b53c6dc9d66027f137c0a4edd694d35c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18438, "upload_time": "2016-05-24T10:17:31", "upload_time_iso_8601": "2016-05-24T10:17:31.098663Z", "url": "https://files.pythonhosted.org/packages/95/f9/b28923581a32f5a73d12783a7130c43a48c3bfaa584b097089a6fe90f054/todoist-python-0.2.26.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "ae5a2bef77748ecef1b7de07d4f38425", "sha256": "f71133fea9b9fd2913538ebbf7d74d6d05f286f0cd126116a82049129907588f" }, "downloads": -1, "filename": "todoist-python-0.2.3.tar.gz", "has_sig": false, "md5_digest": "ae5a2bef77748ecef1b7de07d4f38425", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10274, "upload_time": "2015-02-20T15:30:05", "upload_time_iso_8601": "2015-02-20T15:30:05.023218Z", "url": "https://files.pythonhosted.org/packages/7d/86/40e9e8ab728a1a2559c491b84ded463b6f7c6f6fbd868ff6f376c9d9bf86/todoist-python-0.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "66b186a03017e1cfdf98c3991ccaabac", "sha256": "94089b15e7331cac049bf8e2beccd29ce032a7ba0278fe91aa69a6fd3863dcff" }, "downloads": -1, "filename": "todoist-python-0.2.4.tar.gz", "has_sig": false, "md5_digest": "66b186a03017e1cfdf98c3991ccaabac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10268, "upload_time": "2015-02-26T09:44:14", "upload_time_iso_8601": "2015-02-26T09:44:14.147136Z", "url": "https://files.pythonhosted.org/packages/ec/02/39c9de305e6f97c983ad4caf8d82b9a6c1dd524c4eeb17c9666cdde1e6ef/todoist-python-0.2.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "baa7eb7e21f72da3b3229a1456bb2bb9", "sha256": "a06b217f121f8fcf28de1d7fd71113b0d80cc593b8e0f55c1fad02fae23f7026" }, "downloads": -1, "filename": "todoist-python-0.2.5.tar.gz", "has_sig": false, "md5_digest": "baa7eb7e21f72da3b3229a1456bb2bb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10320, "upload_time": "2015-03-11T12:25:51", "upload_time_iso_8601": "2015-03-11T12:25:51.943980Z", "url": "https://files.pythonhosted.org/packages/62/17/a5c5e86277a140cf3bfbf0685ac10f2d7750527b3b8a33dee95d5b74fee7/todoist-python-0.2.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "9c6a90062145f414e5e26f7b19a9c473", "sha256": "698df6097611ccc704ff0ae685b3ced0b8dd34f584d9d9ab6fa8d90dca9ecb51" }, "downloads": -1, "filename": "todoist-python-0.2.6.tar.gz", "has_sig": false, "md5_digest": "9c6a90062145f414e5e26f7b19a9c473", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10355, "upload_time": "2015-03-18T08:09:11", "upload_time_iso_8601": "2015-03-18T08:09:11.160373Z", "url": "https://files.pythonhosted.org/packages/5d/22/20f3a5fe3254c50b7d7ca552cecd0fd1b06bfa7b5b718017910f229522d9/todoist-python-0.2.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "dc3fa4f3dd74b2007983817e5472a755", "sha256": "1ecd0c23499e8993c441519dcb24e14e75555b9e16daa9dc42e327c39d9b05d6" }, "downloads": -1, "filename": "todoist-python-0.2.7.tar.gz", "has_sig": false, "md5_digest": "dc3fa4f3dd74b2007983817e5472a755", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10306, "upload_time": "2015-03-20T12:11:10", "upload_time_iso_8601": "2015-03-20T12:11:10.704440Z", "url": "https://files.pythonhosted.org/packages/c8/4f/87c5e53eac5ba209e6d1e580b7131180c7849970640073fa5b1a6978fd11/todoist-python-0.2.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "27fc35ed4280f8d76068714b7db01edd", "sha256": "079a14106b096e7ebebedd9490cda9c10f091ba99e3dfed68f5f12522a80b03f" }, "downloads": -1, "filename": "todoist-python-0.2.8.tar.gz", "has_sig": false, "md5_digest": "27fc35ed4280f8d76068714b7db01edd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10403, "upload_time": "2015-04-22T18:32:45", "upload_time_iso_8601": "2015-04-22T18:32:45.152709Z", "url": "https://files.pythonhosted.org/packages/71/ec/850f71c78a2cdc6cd7a1ad6e1ca7797d8ce9cd09e2f8494822a3210863b6/todoist-python-0.2.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "ae54a3aa04fbc541d27096b4abbe7052", "sha256": "3666e44d36914cb52942927a2a073e88226f830119a4d1155eba0cc85d693429" }, "downloads": -1, "filename": "todoist-python-0.2.9.tar.gz", "has_sig": false, "md5_digest": "ae54a3aa04fbc541d27096b4abbe7052", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10568, "upload_time": "2015-04-23T11:59:08", "upload_time_iso_8601": "2015-04-23T11:59:08.626032Z", "url": "https://files.pythonhosted.org/packages/29/f3/aaf45b5ba4c57dbb436c5b0b659dbf6557a106d97116bdfde05385df7ee2/todoist-python-0.2.9.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0": [ { "comment_text": "", "digests": { "md5": "205998a24b8d31b2f50873e33a1e85a1", "sha256": "1d8ac115c91c4d5fc46febee09cf0341e069b89fe6143cf76e4d4546e68aaaa9" }, "downloads": -1, "filename": "todoist-python-7.0.tar.gz", "has_sig": false, "md5_digest": "205998a24b8d31b2f50873e33a1e85a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18106, "upload_time": "2016-06-06T10:07:26", "upload_time_iso_8601": "2016-06-06T10:07:26.249183Z", "url": "https://files.pythonhosted.org/packages/fe/47/1be476e96186f65bf1a25275575a667e8f223cd6912ebd726af1607b78b9/todoist-python-7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.1": [ { "comment_text": "", "digests": { "md5": "ae4d77f5d7e731477f35e74c813f8d65", "sha256": "36580184d87e5a9b52c0e1d470cee13770b059bc6d2bbbaea8d77ff1ff631cd4" }, "downloads": -1, "filename": "todoist-python-7.0.1.tar.gz", "has_sig": false, "md5_digest": "ae4d77f5d7e731477f35e74c813f8d65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18090, "upload_time": "2016-06-27T08:36:18", "upload_time_iso_8601": "2016-06-27T08:36:18.234858Z", "url": "https://files.pythonhosted.org/packages/7f/f8/b47298367c3655ec654470d8e2a623848bbc2f176fc66e38676d03d4e475/todoist-python-7.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.10": [ { "comment_text": "", "digests": { "md5": "92ccb9a3d86e780761ba3fff9ec6ef9d", "sha256": "087a6a9869594694a81ff4bb85cfa5b163ccb60c3fa45328ac8ab244346673a6" }, "downloads": -1, "filename": "todoist-python-7.0.10.tar.gz", "has_sig": false, "md5_digest": "92ccb9a3d86e780761ba3fff9ec6ef9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18608, "upload_time": "2016-08-02T09:57:37", "upload_time_iso_8601": "2016-08-02T09:57:37.703520Z", "url": "https://files.pythonhosted.org/packages/d4/55/ec2260d75417163e0be58bc3e0995d19ee22df66515a13f4ac31a5efe820/todoist-python-7.0.10.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.11": [ { "comment_text": "", "digests": { "md5": "bf51ef7631865316aea9276ae5e965a7", "sha256": "7bd5c11e406d67b92324679f533fc9cec3c8bfa8c1fa4a0838d9bd02a9861788" }, "downloads": -1, "filename": "todoist-python-7.0.11.tar.gz", "has_sig": false, "md5_digest": "bf51ef7631865316aea9276ae5e965a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18620, "upload_time": "2016-08-05T09:24:48", "upload_time_iso_8601": "2016-08-05T09:24:48.295610Z", "url": "https://files.pythonhosted.org/packages/43/6c/6132aaaa50c5321163ee25567a0d53cb1751eb3c4242af4f46f67a99aa07/todoist-python-7.0.11.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.12": [ { "comment_text": "", "digests": { "md5": "2ce0f495cb880c04750961c38f0f35cf", "sha256": "03ef6a28b085227b996095eb849a5946f418d2870f5c38c952a22a4c97a499a0" }, "downloads": -1, "filename": "todoist-python-7.0.12.tar.gz", "has_sig": false, "md5_digest": "2ce0f495cb880c04750961c38f0f35cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18630, "upload_time": "2016-08-19T13:14:25", "upload_time_iso_8601": "2016-08-19T13:14:25.740488Z", "url": "https://files.pythonhosted.org/packages/7e/b8/3ab736cf32e74b086e5279b33c28ded805b18d1cb7b992a4fbf46852aafb/todoist-python-7.0.12.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.13": [ { "comment_text": "", "digests": { "md5": "3f21a447fd5d8e3f9a658446ff8f4f79", "sha256": "eb9e395c2454ba9cb63b5e33d7c3bccb909573fb012bed8fbdf3ec3462d597ab" }, "downloads": -1, "filename": "todoist-python-7.0.13.tar.gz", "has_sig": false, "md5_digest": "3f21a447fd5d8e3f9a658446ff8f4f79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18627, "upload_time": "2016-08-19T13:19:30", "upload_time_iso_8601": "2016-08-19T13:19:30.076515Z", "url": "https://files.pythonhosted.org/packages/17/a0/e2167d4cae0050a19cc5911252fd025f01c1574bc2deb74ec752b541f173/todoist-python-7.0.13.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.14": [ { "comment_text": "", "digests": { "md5": "43ee6357786abe725b095d8248c2b84e", "sha256": "c4c223a33c08dc05be9e6329b3110ac52ad6ec099f05080ad29549793ecfc001" }, "downloads": -1, "filename": "todoist-python-7.0.14.tar.gz", "has_sig": false, "md5_digest": "43ee6357786abe725b095d8248c2b84e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18736, "upload_time": "2017-03-17T09:57:06", "upload_time_iso_8601": "2017-03-17T09:57:06.316231Z", "url": "https://files.pythonhosted.org/packages/d0/c4/5b7f07a2a12519687f862dba0e0a73502f861c688d7db059d0f5138a28f2/todoist-python-7.0.14.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.15": [ { "comment_text": "", "digests": { "md5": "ddbede3aa86a4d26f0aeac245dfb0f14", "sha256": "61468416119c141215920600852be6854c3e7560de5921c3b9a38525c3019bf9" }, "downloads": -1, "filename": "todoist-python-7.0.15.tar.gz", "has_sig": false, "md5_digest": "ddbede3aa86a4d26f0aeac245dfb0f14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18878, "upload_time": "2017-03-29T09:55:14", "upload_time_iso_8601": "2017-03-29T09:55:14.858865Z", "url": "https://files.pythonhosted.org/packages/76/50/e20654362449b67f406d439a953cc3e96ae414ad97300cb02aa5464259e0/todoist-python-7.0.15.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.16": [ { "comment_text": "", "digests": { "md5": "a6f29f123c2a7387cffd55322fe4a991", "sha256": "6d6785a886e3986a67e60c74428581d0e5e92781eab949b0fc02de94165aaa15" }, "downloads": -1, "filename": "todoist-python-7.0.16.tar.gz", "has_sig": false, "md5_digest": "a6f29f123c2a7387cffd55322fe4a991", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18895, "upload_time": "2017-04-10T07:46:58", "upload_time_iso_8601": "2017-04-10T07:46:58.798682Z", "url": "https://files.pythonhosted.org/packages/45/0c/a9065d7efd5f1d44ddedd93e3953d7edcd9f746d75a7ced049e286da5657/todoist-python-7.0.16.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.17": [ { "comment_text": "", "digests": { "md5": "450f88e7abc6ccc8a1e6116706c1445d", "sha256": "43edf4819372003c95095c9cfa648273ddd28e0879a3b7c4414cce6cbf5e15e2" }, "downloads": -1, "filename": "todoist_python-7.0.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "450f88e7abc6ccc8a1e6116706c1445d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22904, "upload_time": "2017-12-13T16:27:51", "upload_time_iso_8601": "2017-12-13T16:27:51.050621Z", "url": "https://files.pythonhosted.org/packages/f9/a7/7995ce502ebe70eda1eecd090c1468f22e3add1ff4e5bc230f5345fd660c/todoist_python-7.0.17-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f8c10afff6d1814a6cb705742dc2158", "sha256": "22cfac11ea33a786d8e28a4aec1ecebe2136aaa14072bdfc11e6cfba37dd443f" }, "downloads": -1, "filename": "todoist-python-7.0.17.tar.gz", "has_sig": false, "md5_digest": "3f8c10afff6d1814a6cb705742dc2158", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18971, "upload_time": "2017-05-29T09:56:14", "upload_time_iso_8601": "2017-05-29T09:56:14.320836Z", "url": "https://files.pythonhosted.org/packages/f0/23/87995673c589ee78ce6f1c66693fc3d7b927b3f6b56dc681fa4221440e66/todoist-python-7.0.17.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.18": [ { "comment_text": "", "digests": { "md5": "ec2ed10ba509bc5488821d6931edf04d", "sha256": "b362ec7296886f6fdb1e4fb367ee33dfb5903f1fbe0f7626543f58294b6df7d0" }, "downloads": -1, "filename": "todoist_python-7.0.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ec2ed10ba509bc5488821d6931edf04d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22903, "upload_time": "2017-12-13T16:28:39", "upload_time_iso_8601": "2017-12-13T16:28:39.018850Z", "url": "https://files.pythonhosted.org/packages/57/9d/c6b33affe95c66590808a40d61d99a5ff94473dc6ed84127b83119fa4ec3/todoist_python-7.0.18-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "7.0.19": [ { "comment_text": "", "digests": { "md5": "280a87b6729c96536fe79850b607e510", "sha256": "f2d8ee63d0ceabdf548bd0b127e7cd3d9dc42759282033796225c251a2153dcb" }, "downloads": -1, "filename": "todoist_python-7.0.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "280a87b6729c96536fe79850b607e510", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21941, "upload_time": "2019-01-09T16:23:30", "upload_time_iso_8601": "2019-01-09T16:23:30.125335Z", "url": "https://files.pythonhosted.org/packages/7a/f3/d086f604f012ebcabed196474895c7e89381ff4d46f56920649257fc93a9/todoist_python-7.0.19-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "7.0.2": [ { "comment_text": "", "digests": { "md5": "635e4974836ff32fb4184e9fc4cadfc5", "sha256": "fd1b1f730f8eeae827e76eb6c46dc1baa884e8ca615b0068a1d52e8d1db7ef35" }, "downloads": -1, "filename": "todoist-python-7.0.2.tar.gz", "has_sig": false, "md5_digest": "635e4974836ff32fb4184e9fc4cadfc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18150, "upload_time": "2016-07-04T08:01:20", "upload_time_iso_8601": "2016-07-04T08:01:20.043774Z", "url": "https://files.pythonhosted.org/packages/8e/7e/72d39801c424e5dcc4b0a0637c03e4b767d7e3b86f313f65d8e4ce5e86c7/todoist-python-7.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.3": [ { "comment_text": "", "digests": { "md5": "d48d37a06b52580d34acb02a79193152", "sha256": "15d9b634e6c8794748689a36a645248955abf7bf53a13dbab4453d052ff184fc" }, "downloads": -1, "filename": "todoist-python-7.0.3.tar.gz", "has_sig": false, "md5_digest": "d48d37a06b52580d34acb02a79193152", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18123, "upload_time": "2016-07-06T10:23:28", "upload_time_iso_8601": "2016-07-06T10:23:28.442844Z", "url": "https://files.pythonhosted.org/packages/04/cc/d01837d47edf5d2fe1d0df7b4abd98328eeae9f1dfe27408a42671b6b91e/todoist-python-7.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.4": [ { "comment_text": "", "digests": { "md5": "b446bf8080b61e4dd0af5f5d4e6ee9b0", "sha256": "576213b42e81dbc3d984a50dc817f279225d3da20e17d86111919bcc35d9877a" }, "downloads": -1, "filename": "todoist-python-7.0.4.tar.gz", "has_sig": false, "md5_digest": "b446bf8080b61e4dd0af5f5d4e6ee9b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18068, "upload_time": "2016-07-12T13:41:11", "upload_time_iso_8601": "2016-07-12T13:41:11.736087Z", "url": "https://files.pythonhosted.org/packages/65/52/c37930a121ea354a1a7032e6c059fc74b8d9c82a6728af71e9a72c4ebaf7/todoist-python-7.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.5": [ { "comment_text": "", "digests": { "md5": "1151d83caa5b5061745d66cd425046bd", "sha256": "5d7743dba06f3a8f0bbe64cacff90bb00784dd478fba70a9b10693bf925d6e9a" }, "downloads": -1, "filename": "todoist-python-7.0.5.tar.gz", "has_sig": false, "md5_digest": "1151d83caa5b5061745d66cd425046bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18098, "upload_time": "2016-07-19T13:00:43", "upload_time_iso_8601": "2016-07-19T13:00:43.404541Z", "url": "https://files.pythonhosted.org/packages/09/a7/4df41818e24c8b658f728b1f65ac33fd56e51b24eab15404917d7f26c06b/todoist-python-7.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.6": [ { "comment_text": "", "digests": { "md5": "3d27f57c71075d533c2563f620d5728d", "sha256": "07d742b12fbc27000a204d05b11e422f0fc5f932f62b83ed9f9274828fca4869" }, "downloads": -1, "filename": "todoist-python-7.0.6.tar.gz", "has_sig": false, "md5_digest": "3d27f57c71075d533c2563f620d5728d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18262, "upload_time": "2016-07-20T12:39:47", "upload_time_iso_8601": "2016-07-20T12:39:47.921258Z", "url": "https://files.pythonhosted.org/packages/3e/7e/5cd599218c33dff9ab1b05255c0b53fe52a481571721d6078efd88283b75/todoist-python-7.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.7": [ { "comment_text": "", "digests": { "md5": "f217175b7b0458301d951b9b8edd72eb", "sha256": "fb6f8c253d461ece7723125ccaa5d462f8f238b41273dac1f8da6d6dec1f642e" }, "downloads": -1, "filename": "todoist-python-7.0.7.tar.gz", "has_sig": false, "md5_digest": "f217175b7b0458301d951b9b8edd72eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18250, "upload_time": "2016-07-20T12:40:58", "upload_time_iso_8601": "2016-07-20T12:40:58.242700Z", "url": "https://files.pythonhosted.org/packages/0b/ec/7a933564dec8092ed0c921303585ff2e3ab64c2e82004d8e5cbb70ee35d8/todoist-python-7.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.8": [ { "comment_text": "", "digests": { "md5": "d406eebf862dcd0bc7fbd01e98dabf96", "sha256": "8a70846777dfa27476204998cf19128144c5b5bc3c4428e1eace7aae7664c6f2" }, "downloads": -1, "filename": "todoist-python-7.0.8.tar.gz", "has_sig": false, "md5_digest": "d406eebf862dcd0bc7fbd01e98dabf96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18324, "upload_time": "2016-07-20T13:07:59", "upload_time_iso_8601": "2016-07-20T13:07:59.368951Z", "url": "https://files.pythonhosted.org/packages/f5/88/792c1a0713d1cde9b43516de2c496b31f6c83d5e87b8d2505ea99001e27a/todoist-python-7.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.9": [ { "comment_text": "", "digests": { "md5": "ba3acb54982e08f688372f3eaa2041ee", "sha256": "88a67a6fbba338bce655cabb59ea23a90cf29e6ddf42192810232bf35c21c6b4" }, "downloads": -1, "filename": "todoist-python-7.0.9.tar.gz", "has_sig": false, "md5_digest": "ba3acb54982e08f688372f3eaa2041ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18321, "upload_time": "2016-07-22T08:28:17", "upload_time_iso_8601": "2016-07-22T08:28:17.385416Z", "url": "https://files.pythonhosted.org/packages/79/31/8f23519d7e90f173f6293f33dc71b4363eb926211a28fe8686551b0f6f3f/todoist-python-7.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "8.0.0": [ { "comment_text": "", "digests": { "md5": "784cb9dc6103912e506db40b3a0ad92e", "sha256": "2a0b297b768dc57089c8245153892020eb1e4f2541c6cce1d5aea9e004d07bfb" }, "downloads": -1, "filename": "todoist-python-8.0.0.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "784cb9dc6103912e506db40b3a0ad92e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28761, "upload_time": "2019-04-19T08:38:16", "upload_time_iso_8601": "2019-04-19T08:38:16.652398Z", "url": "https://files.pythonhosted.org/packages/4d/a3/4088e5ef7a028f9bd9710d7ed6da392d8816f5d9ed675181e4f35779274d/todoist-python-8.0.0.linux-x86_64.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e29f73e5d5323b456d1169c9e05d5de", "sha256": "69df6f2c659ca341ceb6ff137bf87ba32df8a3b07686d01eeae4c5daa6a26646" }, "downloads": -1, "filename": "todoist_python-8.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5e29f73e5d5323b456d1169c9e05d5de", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21620, "upload_time": "2019-04-19T08:38:14", "upload_time_iso_8601": "2019-04-19T08:38:14.744255Z", "url": "https://files.pythonhosted.org/packages/0f/16/863f9ea5bfc02f2924f38d263b857c24ebcf522b275e503c448fb316cf3d/todoist_python-8.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "8.0.1": [ { "comment_text": "", "digests": { "md5": "bfaef27739ef4ab9eca1938bd2af69fb", "sha256": "4f0c5309fba8531b2eef573e702610b55ad6091a9b530332e9fa7c8c5c317acc" }, "downloads": -1, "filename": "todoist_python-8.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bfaef27739ef4ab9eca1938bd2af69fb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22531, "upload_time": "2019-10-07T13:28:07", "upload_time_iso_8601": "2019-10-07T13:28:07.513046Z", "url": "https://files.pythonhosted.org/packages/a6/7c/c9395fd606c8cb8577c3b9ee5177b5300a8fab5bd947fae7e601504127d9/todoist_python-8.0.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "8.0.2": [ { "comment_text": "", "digests": { "md5": "f67f830c288e02ffe4f76cd831c8c2dd", "sha256": "4f3817847ebc33d67e67b9799a6dac0e8d55db749a53a8e494c1b22c3cb759d5" }, "downloads": -1, "filename": "todoist_python-8.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f67f830c288e02ffe4f76cd831c8c2dd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22486, "upload_time": "2019-10-07T13:41:25", "upload_time_iso_8601": "2019-10-07T13:41:25.505662Z", "url": "https://files.pythonhosted.org/packages/e3/c8/8923d9a33528130dc302e537fecb32d4fe886f9ce64451be20e144e9ce7b/todoist_python-8.0.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "8.1.0": [ { "comment_text": "", "digests": { "md5": "b392aa5fa7205c2ac7389d07bdbe1ce1", "sha256": "aec728f82bfa5b8f83610a4f53c4e30b5196fe4d541da500777d5f13dd2692cd" }, "downloads": -1, "filename": "todoist_python-8.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b392aa5fa7205c2ac7389d07bdbe1ce1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23830, "upload_time": "2019-10-11T18:16:16", "upload_time_iso_8601": "2019-10-11T18:16:16.194781Z", "url": "https://files.pythonhosted.org/packages/e4/31/b0b4887a5ef2278972ac155902c403ac6c05ab5dfd78a26ba878d249f881/todoist_python-8.1.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f0903ee057289673428ff0f5c8d55bc", "sha256": "0f4d402137f02f415f99acaa9d7ab24016687202dec9a191aee4745a9ce67dc6" }, "downloads": -1, "filename": "todoist-python-8.1.0.tar.gz", "has_sig": false, "md5_digest": "8f0903ee057289673428ff0f5c8d55bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18819, "upload_time": "2019-10-11T18:16:18", "upload_time_iso_8601": "2019-10-11T18:16:18.467987Z", "url": "https://files.pythonhosted.org/packages/15/37/809d1440ae816bdbfa1c542d01d93d3c42cd228739f7c39a67f6c4716ef9/todoist-python-8.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "8.1.1": [ { "comment_text": "", "digests": { "md5": "6fc68feb6e1e29d967ef50ac8813bcc0", "sha256": "f38c04ae3704c8318f5397e2e1c34586260e06b3f2e0f659eec91a56a08d1fc6" }, "downloads": -1, "filename": "todoist_python-8.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6fc68feb6e1e29d967ef50ac8813bcc0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23848, "upload_time": "2019-10-29T07:44:41", "upload_time_iso_8601": "2019-10-29T07:44:41.732345Z", "url": "https://files.pythonhosted.org/packages/65/21/9c1260c10df84be644fb49bd2813a4a2ed293b4f6e42b08089a0cf0390a6/todoist_python-8.1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e73c72187c5435be3eaee3fd4f93b11", "sha256": "da22f97c353fb0af435dd06194b1c72d0f8ac1c6ea987af0d51b3fb091bb114e" }, "downloads": -1, "filename": "todoist-python-8.1.1.tar.gz", "has_sig": false, "md5_digest": "5e73c72187c5435be3eaee3fd4f93b11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18853, "upload_time": "2019-10-29T07:44:43", "upload_time_iso_8601": "2019-10-29T07:44:43.446783Z", "url": "https://files.pythonhosted.org/packages/90/db/8f7c4836b37205c951f82a17827ebd52e9e0cc73ecbb9df0312f5558c513/todoist-python-8.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "8.1.2": [ { "comment_text": "", "digests": { "md5": "ba13db28c438d209b06a9e1e285c7b44", "sha256": "750b2d2300e8590cd56414ab7bbbc8dfcaf8c27102b342398955812176499498" }, "downloads": -1, "filename": "todoist-python-8.1.2.tar.gz", "has_sig": false, "md5_digest": "ba13db28c438d209b06a9e1e285c7b44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21365, "upload_time": "2020-08-06T16:32:44", "upload_time_iso_8601": "2020-08-06T16:32:44.735415Z", "url": "https://files.pythonhosted.org/packages/d9/a6/0deac06dbf80c72c584c9f90ce49dd71effb296bc35189ec7de6889b8231/todoist-python-8.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "8.1.3": [ { "comment_text": "", "digests": { "md5": "165b7824401f655be9756829ec5c2d1f", "sha256": "41293b5110420ec4c9a6c4c46b40da6341a17c09840c0c6b624f0cf1d53807db" }, "downloads": -1, "filename": "todoist_python-8.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "165b7824401f655be9756829ec5c2d1f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26268, "upload_time": "2020-12-17T15:51:08", "upload_time_iso_8601": "2020-12-17T15:51:08.262037Z", "url": "https://files.pythonhosted.org/packages/fb/72/63b775f03c471742bfbacb12bbce7b7928ba2a1020166ed0f4358bebd642/todoist_python-8.1.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "60a77196c4652d7e6c5a41e463d982d8", "sha256": "00544a0395510fa8f28a0b9960fed6390396a87ab51a35336ee7b3d1fd74ef45" }, "downloads": -1, "filename": "todoist-python-8.1.3.tar.gz", "has_sig": false, "md5_digest": "60a77196c4652d7e6c5a41e463d982d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24253, "upload_time": "2020-12-17T15:51:10", "upload_time_iso_8601": "2020-12-17T15:51:10.066239Z", "url": "https://files.pythonhosted.org/packages/78/29/c20dbb5821b99bbfb156cc37b75d2592e7d1196fecae0dac5020dfbb77fe/todoist-python-8.1.3.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "165b7824401f655be9756829ec5c2d1f", "sha256": "41293b5110420ec4c9a6c4c46b40da6341a17c09840c0c6b624f0cf1d53807db" }, "downloads": -1, "filename": "todoist_python-8.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "165b7824401f655be9756829ec5c2d1f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 26268, "upload_time": "2020-12-17T15:51:08", "upload_time_iso_8601": "2020-12-17T15:51:08.262037Z", "url": "https://files.pythonhosted.org/packages/fb/72/63b775f03c471742bfbacb12bbce7b7928ba2a1020166ed0f4358bebd642/todoist_python-8.1.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "60a77196c4652d7e6c5a41e463d982d8", "sha256": "00544a0395510fa8f28a0b9960fed6390396a87ab51a35336ee7b3d1fd74ef45" }, "downloads": -1, "filename": "todoist-python-8.1.3.tar.gz", "has_sig": false, "md5_digest": "60a77196c4652d7e6c5a41e463d982d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24253, "upload_time": "2020-12-17T15:51:10", "upload_time_iso_8601": "2020-12-17T15:51:10.066239Z", "url": "https://files.pythonhosted.org/packages/78/29/c20dbb5821b99bbfb156cc37b75d2592e7d1196fecae0dac5020dfbb77fe/todoist-python-8.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }