Metadata-Version: 2.1
Name: integer-gantt
Version: 0.0.1.2
Summary: integer-gantt: quick and dirty gantt chart generator.
Home-page: https://github.com/kevinglasson/integer-gantt.git
Author: Kevin Glasson
Author-email: kevinglasson+integer-gantt@gmail.com
License: UNKNOWN
Description: # integer-gantt
        
        ### \*\* Requires the following external dependencies! you will need npm to install these!
        
        ```bash
        npm install -g electron@1.8.4 orca
        ```
        
        ## Info
        
        I have a problem where I needed a relative gantt chart for a quick project proposal, nothing fancy.
        
        I couldn't find a way to generate a nice gantt chart without 'datetimes' on it!!
        
        I finally found a way to do it on [stack overflow](https://stackoverflow.com/a/51124342/9510611) and decided to implement it in a nice little package in case I need it again.
        
        Literally the only thing this package does is create a gantt chart locally using ploty and input form a json file.
        
        ### I might add other fuctionality later, I might not!
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
