Actual Version : v.0.5.0-dev2
PWBS is Build System for easy automation process.
- PyPi Package: https://pypi.org/project/pwbs/
- Single Tasks
- Task executes one command
- Multi Command Tasks
- Task executes multiple commands
- Multi Task
- Tasks that executes other tasks
- Watcher Task
- Task that executes command or task when something in watched path changes
- Scheduler Task
- Task that executes command or task every X time
- Server Mode Task
- Task that makes simple HTTP Server that listens for request and on request executes specified tasks or commands
- WebSocket Server Mode
- Mode that makes PWBS create WebSocket Server listenning tasks to execute
- Web Interface Server Mode
- Mode that makes HTTP Server that serves simple Web Interface for executing tasks through it
Created by Patryk Adamczyk