Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frasertweedale/ebs
evidence based scheduler
https://github.com/frasertweedale/ebs
Last synced: 2 months ago
JSON representation
evidence based scheduler
- Host: GitHub
- URL: https://github.com/frasertweedale/ebs
- Owner: frasertweedale
- Created: 2013-04-19T05:00:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-26T00:27:24.000Z (over 11 years ago)
- Last Synced: 2023-04-08T21:58:44.973Z (almost 2 years ago)
- Language: Python
- Size: 191 KB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
This program implements "evidence based scheduling" `as described by
Joel Spolsky `_.Tasks and their scheduled and actual durations can be manually
entered or can be read from `Bugzilla `_
(requires `bugzillatools `_).Commands
--------:addestimator: Add an estimator.
:addevent: Add an event.
:addholiday: Add a holiday.
:addtask: Add a task.
:config: Show or update configuration.
:estimate: Perform an estimation using Monte Carlo simulations.
:help: Show help.
:lsevent: List events by estimator.
:lsholiday: List holidays.
:lstask: List tasks.
:rmestimator: Remove an estimator.
:rmholiday: Remove a holiday.
:rmtask: Remove a task.
:stats: Calculate velocity statistics for each estimator.
:sync: Sync task data from Bugzilla.Installation
------------::
# from source
python setup.py install # as superuser
-or-
python setup.py install --user # user site-packages installationThe ``bin/`` directory in your user base directory will need to appear
on the ``PATH`` if installing to user site-packages. This directory is
system dependent; see `PEP 370`__.__ http://www.python.org/dev/peps/pep-0370/