Skip to main content

Plugin-friendly workflow system for interacting with taskwarrior tasks

Project description

# taskforge

Powered by [taskw](https://github.com/ralphbean/taskw)

# Configuration

The config is in YAML format, and looks like this (delete `#` prefixed lines
`#`)

```
logging:
level: DEBUG
file: ''

plugins:
- nickname: Emailotron
# the entrypoint for your plugin needs to inherit from
# `taskforge.plugins.Base`
entrypoint: emailotron:Emailer
# plugins are run in ascending weight order. Plugins with the same
# weight may be run in any order. The default value for weight is 100.
weight: 0
enabled: false
# plugins are initialized with the contents of this options field
options:
some: thing
```

# Plugins

Yes, that's right, you can build your own plugins! Just add your plugin to the
list in the plugins section and set `enabled: true`.

# License

Taskforge is made available under the GNU Affero General Public License, see
LICENSE.txt for details.

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

taskforge-0.1.1.tar.gz (18.9 kB view hashes)

Uploaded Source

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