https://github.com/lbovet/platane
A RESTful minimalistic application to plan work load of human resources
https://github.com/lbovet/platane
Last synced: 15 days ago
JSON representation
A RESTful minimalistic application to plan work load of human resources
- Host: GitHub
- URL: https://github.com/lbovet/platane
- Owner: lbovet
- License: lgpl-3.0
- Created: 2011-05-04T20:04:53.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-13T06:59:48.000Z (over 13 years ago)
- Last Synced: 2025-04-15T21:48:23.097Z (15 days ago)
- Language: Python
- Homepage:
- Size: 198 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Platane
=======A RESTful minimalistic application to plan work load of human resources.
Features
--------* Web UI
* Automatic scheduling of tasks
* Highlighting of tasks in overflow
* Integration with Jira
* Adapter for Outlook to send absences to PlataneComing soon:
* See the issue listRequirements
------------* Python 2.6
* Cheetah template engine: easy_install cheetah
* pyYAML parser/emitter: easy_install pyyaml
* Suds soap client: easy_install suds
* Optional: install lpsolve and its Python bindings for a very fast planning algorithmInstallation & Usage
--------------------* ./platane.py
* Open your browser on http://localhost:7780/Customize
---------* See options with ./platane.py -h
Data is stored by default under the data/ dir. To have it somewhere else,
* Either specify where with the --root option.
* Or create ~/.platane/rootCredits
-------Thanks to the Swiss Post for sponsoring this project.