# 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.
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.
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 details)
File details
Details for the file taskforge-0.1.1.tar.gz.
File metadata
- Download URL: taskforge-0.1.1.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0fa5b8dd8ef4b20548b7db9a79c6215d090f34a1f93b381695a6e1266fe9deb
|
|
| MD5 |
b4efdb5f03bc04bbec3def49160b0ce0
|
|
| BLAKE2b-256 |
2c17f64ada1a82681087a5f6a24592660f2db897c5fc8e0da8a02219e8d33ea5
|