pytodoist
pytodoist copied to clipboard
Use Todoist with Python ✅
I have tasks with subtasks in them, however these don't seem to get picked up by pytodoist. All tasks are in the project, but no information can be found about...
Project.get_uncompleted_tasks() --> returns all uncompleted tasks Project.get_completed_tasks() --> returns all completed tasks Project.get_tasks() --> returns all uncompleted tasks, but according to the docs it should return all tasks.
When a note contains an image or other attachment, its content attribute is empty. I would have expected it to contain the url and metadata of the image. Is it...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...