Metadata-Version: 2.1
Name: gantt-lib-lautarodapin
Version: 0.0.2
Summary: Extension of `python-gantt` with added functionality for django
Home-page: https://github.com/lautarodapin/gantt-lib
Author: Dapino Lautaro
Author-email: lautarodapin@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: python-gantt (~=0.6.0)

# python gantt lib

This project is an extension of the `python-gantt`module, providing some extra functionality.
This includes some translation to spanish of the days and months, new classes for add hyperlinks to the tasks and projects, and svg in format string for using it as context in Django lib.

## Instalation

Run the following to install:

```python
pip install gantt-lib
```

## Usage
```python

```
# TODO


