Skip to main content

Create Todoist projects from yaml template files

Project description

todoist-templates

pypi

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 name
  • color - Project color [integer] from 30 to 49 - More explanation
  • tasks - Project tasks
    • name - Name of task
    • priority - Priority of task [integer] from 1 to 4
    • tasks - Subtasks
  • sections - Project sections
    • tasks - Tasks in section, properties are the same like in base project tasks

Todo

  • Add tests
  • Add JSON support

Changelog

Unreleased

0.0.1 (2020-03-21)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

todoist_templates-0.0.2.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

todoist_templates-0.0.2-py2.py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page