Metadata-Version: 2.1
Name: pymilestone
Version: 1.0.0
Summary: Package for creating a milestone plan with python using matplotlib.
Home-page: https://github.com/andprosoft/py_milestone
Author: Andriy Prots
Author-email: andprosoft@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: python-dateutil

Introduction
############

pymilestone is a Python package, which can be used to create milestoneplans 
using the plotting routines of matplotlib. This allows to create high quality 
milestoneplans, which can easily be updated.

See the documentation with tutorials for examples of milestones and the 
respective code blocks to create them.    

.. figure:: https://raw.githubusercontent.com/andprosoft/pymilestone/main/img_src/1000_my_milestoneplan1.png
    :width: 75%
    :alt: Example 1.
    :align: center
    
    Example 1.
    
    
    
 
.. figure:: https://raw.githubusercontent.com/andprosoft/pymilestone/main/img_src/2000_my_milestoneplan2.png
    :width: 75%
    :alt: Example 2.
    :align: center
    
    Example 2.
    
    
    

.. figure:: https://raw.githubusercontent.com/andprosoft/pymilestone/main/img_src/3000_my_milestoneplan3.png
    :width: 100%
    :alt: Example 3.
    :align: center
    
    Example 3.



