Metadata-Version: 2.1
Name: planpy
Version: 0.0.5
Summary: An open source library for project management
Home-page: https://github.com/basanovase/planpy
Author: Flynn
Author-email: flynn.mclean@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8

planpy

An open source library for project management. The intention for this project is pandas integration for report and visualisations in a GANT type format, alongside native reporting


Usage:


import planpy

new_project = planpy.project("My new project")


