Create Todoist projects from yaml template files
Project description
todoist-templates
Create Todoist projects from file.
Supported file types:
- yml, yaml
How to use?
- Install
pip install --user todoist_templates
- Set environment variable with your TodoistApi
export TODOIST_API=123123123
- Create project template based on
example_project.yml
file - Run
todoist_templates path/to/project_template.yml
Supported properties
All supported properties based on this api: https://developer.todoist.com/sync/v8/
name
- Project namecolor
- Project color [integer] from 30 to 49 - More explanationtasks
- Project tasksname
- Name of taskpriority
- Priority of task [integer] from 1 to 4tasks
- Subtasks
sections
- Project sectionstasks
- Tasks in section, properties are the same like in base projecttasks
Todo
- Add tests
- Add JSON support
Changelog
Unreleased
0.0.1 (2020-03-21)
- First release on PyPI.
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
Built Distribution
Close
Hashes for todoist_templates-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c214a07feb9228f0bfc61f77fec9c474ebaf15898fe2f31a10b2f31a5b0b72f |
|
MD5 | 70cedb79ece2dc67bf86a5c60c62223a |
|
BLAKE2b-256 | 2a5c6212276d6362c6dbaec18d1e79ee4ebe5168103095f6e23b023567949a36 |