Metadata-Version: 2.1
Name: md-planning
Version: 0.5.0
Summary: package to define, visualize with gantt and budget projects using yaml syntax. 
Home-page: https://github.com/mtllr/md_planning
Author: Martin Teller
Author-email: martintellerpro@gmail.com
License: MIT license
Project-URL: Homepage, https://github.com/mtllr/md_planning
Project-URL: Documentation, https://md-planning.readthedocs.io
Project-URL: Buy me a coffee, https://www.buymeacoffee.com/mtllr
Keywords: md_planning project gantt PERT CPM budgeting budget visualization
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst

===========
md-planning
===========


.. image:: https://img.shields.io/pypi/v/md_planning.svg
        :target: https://pypi.python.org/pypi/md_planning

.. image:: https://img.shields.io/travis/mtllr/md_planning.svg
        :target: https://travis-ci.com/mtllr/md_planning

.. image:: https://readthedocs.org/projects/md-planning/badge/?version=latest
        :target: https://md-planning.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


package to define, visualize with gantt and budget projects using yaml syntax.

The tasks in the projects can contain *uncertainties* in which case the pert beta estimate is used to define the expected duration of the task.

A user should be able to integrate with extensions like markdown-preview-enhanced for automated report creation.

sources:

- https://pypi.org/project/python-gantt-csv/
- https://pypi.org/project/python-gantt/
- https://github.com/nofaralfasi/PERT-CPM-graph
- https://github.com/andrewdieken/pert_estimator

* Free software: MIT license
* Documentation: https://md-planning.readthedocs.io.


Features
--------

* define a project with yaml syntax
* draw project task PERT diagram
* get project task critical path
* draw project resource usage diagram
* draw project gantt diagram on daily, weekly, monthly and quarterly basis
* make a budget estimate from tasks' resource use
* support for nested tasks (nested milestones/yaml syntax)

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.4.0
-----

* DONE: (feature) nested milestones and tasks
* DONE: (refactor) consider remove get_task_type registration for List type
* DONE: (feature) get_critical_path implementation in GanttDrawer (consider refactoring PertDrawer out?)
* DONE: (feature) when task depends on milestone, replace milestone dependency with the last critical task in this milestone but do not make this task critical globally in the project
* release on pypi (2022-09-29)


0.3.0
-----

* getting used to bumpversion

0.2.0
-----

* getting used to pypi

0.1.0 (2022-09-20)
------------------

* botched First release on PyPI.
