Metadata-Version: 2.1
Name: Hytera
Version: 1.0.0
Summary: 海能达专用python工具包
Home-page: https://github.com/JustDoPython/justdopython.github.io
Author: 王若蒙
Author-email: wangrm40@chinaunicom.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

Python-Gantt
============

| Python-Gantt make possible to easily draw gantt charts from Python.
| Output format is SVG.

Installation
------------

Requirements
~~~~~~~~~~~~

This projects needs the following libraries:

-  svgwrite see https://bitbucket.org/mozman/svgwrite/
-  dateutil see https://labix.org/python-dateutil

Additionnal requirements
~~~~~~~~~~~~~~~~~~~~~~~~

For using org2gantt script, the following libraries is needed:

-  clize, see https://github.com/epsy/clize

Installation
~~~~~~~~~~~~

::

    python setup.py install

Example
-------

::

    >>> from example import math
	>>> math.add(1,2)
	1 + 2 = 3
	>>> math.sub(5,2)
	5 - 2 = 3
	>>>

Licence
-------

GPL v3 or any later version

Author
------

Alexandre Norman (norman at xael.org)


