Metadata-Version: 2.1
Name: Linum
Version: 0.2.4
Summary: The tool for tasks visualization — like Gantt chart, but compact.
Home-page: https://github.com/chabErch/Linum
Author: chaberch
Author-email: chaberch@yandex.ru
License: MIT
Description: # Linum
        
        <p align="center">
            <img src="https://i.postimg.cc/rFWHwqwq/Artboard-1-0-5x.png" alt="Linum logo">
        </p>
        
        [![Documentation Status](https://readthedocs.com/projects/chaberch-linum/badge/?version=latest&token=78b2cc17787db8f14e1038a6d8b054e9e6aaff80ea6706ac3990a9619969ee8c)](https://chaberch-linum.readthedocs-hosted.com/en/latest/?badge=latest)
        [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        [![Build Status](https://travis-ci.com/chabErch/Linum.svg?branch=master)](https://travis-ci.com/chabErch/Linum)
        
        The tool for tasks visualization - like Gantt chart, but more compact.
        
        Full documentation are [available here](https://chaberch-linum.readthedocs-hosted.com/). Also there is the [GitHub project page](https://github.com/chabErch/Linum).
        
        ## Description
        
        If you need to visualize your schedule or working plan you are welcome to use Linum. Actually, you are able to use Gantt charts, but they are overloaded with extra information if you have many simple tasks. Gantt charts are better when tasks are sequential and connected between themselves. 
        
        Linum allows you to visualize your information on chosen time interval
        (week, month, year) like a timetable briefly and convenient.
        
        ### Supported output formats
        
        - Console
        - Text (.txt)
        - Excel (.xlsx)
        
        ### Coming soon output formats
        
        - HTML (.html)
        - SVG (.svg)
        - InDesign (.idml)
        
        ## Render examples
        
        ### TXT renderer
        
        [![image-2021-05-10-00-29-15.png](https://i.postimg.cc/zB3QnTbL/image-2021-05-10-00-29-15.png)](https://postimg.cc/ZBtjmBLZ)
        
        ### XLSX renderer
        
        [![image-2021-05-10-00-15-25.png](https://i.postimg.cc/NM7SbdJ0/image-2021-05-10-00-15-25.png)](https://postimg.cc/hzv2t1qF)
        
        ## Contributing
        
        For now Linum is ready to go for printing your tasks in console on a chosen time interval. Fell free to improve the project and develop any new output formats.
        
        ## Author
        
        - [Chaberch](https://github.com/chabErch)
        
Keywords: Gantt,chart,schedule,Linum,render,visualisation,excel,xlsx
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
