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
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.
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
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
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
taskforge-0.1.0.tar.gz
(18.6 kB
view details)
File details
Details for the file taskforge-0.1.0.tar.gz
.
File metadata
- Download URL: taskforge-0.1.0.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0cffd247ba8b015ef915114f07ff1f9eb2f2d632babbe28b5723b35f99aa8ad |
|
MD5 | 7bab03c32a414c57eaa3b8f3caac7864 |
|
BLAKE2b-256 | ab04126b9ee97020f351ed6876bc313aaf90089242476b228b855a22e6819d7e |