Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 2.19 KB

README.md

File metadata and controls

35 lines (21 loc) · 2.19 KB

PyPlanning

pypi version PyPI status PyPI pyversions download count

ℹ️ Created in 2023 by Pierre Raybaut, developed and maintained by the PyPlanning Developers with the support of Codra.

PyPlanning is a small planning tool initially developed for internal use at Codra. The main goal of this project is to provide a simple and easy-to-use planning tool for small teams or small projects, i.e. in cases where using a full-featured project management software is overkill.

Examples

Team schedule (daily view)

Team schedule

Team schedule (tasks view)

Team schedule / Tasks

Simple project planning

Simple project planning

Future plans

See the Issues page for a list of planned features and known issues. All prioritized issues are associated to a milestone.

License

PyPlanning is licensed under the terms of the GPL v3 license. This is prescribed by the library upon which PyPlanning depends on for generating SVG Gantt plannings (see GPL-based library code (python-gantt). The code of this library has been drastically patched and adapted to PyPlanning needs.