Simple project scheduling tool
Project description
Simple Scheduler
I occasionally do freelancing work and needed a simple way to build out a notional schedule based on estimated task length. There are many Gantt chart builders out there, but they typically require choosing start dates for each individual task. In addition, all the online builders make you enter the tasks in their own interface (clunky), cost money after some short trial (too much overhead), or don’t offer an easy way to share the schedule with someone else.
Simple Scheduler asks for just a CSV of tasks, how long they’ll take, who is going to work on each task, and any dependencies of each task. From there it spits out an SVG with each task scheduled based on the rules:
Tasks are scheduled in the order they are in the CSV.
A resource (person) can only perform one task at a time.
A task’s dependencies must be complete before it can begin.
(by default) No work is done on weekends.
Usage
TODO
Command line arguments
pip install
Multiple dependencies for a task?
Credits
Python-gantt was the original inspiration for this project. I originally built the scheduler around it, but didn’t like certain aspects of the API. This tool uses the rendering code from that project.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for projectscheduler-0.5.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e9d2ad88398ba911bad8113c12f223fd4d0315c00b6350cdcc3f1e2eabc2080 |
|
MD5 | c761e524b0395457ddece2b5a1889250 |
|
BLAKE2b-256 | 1a68db1203a81d069aa888fad2a343e7718e3799371150ed1214ec44f0ff5a53 |