跳转到主要内容

Python中的甘特图

项目描述

.. image:: https://img.shields.io/pypi/v/pygantt.svg
:target: https://pypi.python.org/pypi/pygantt

.. image:: https://img.shields.io/travis/PyGantt/PyGantt.svg
:target: https://travis-ci.org/PyGantt/PyGantt

.. image:: https://readthedocs.org/projects/pygantt/badge/?version=latest
:target: https://pygantt.readthedocs.io/en/latest/?badge=latest
:alt: 文档状态

=======
PyGantt
=======

Python中的简单甘特图和水下图表。

本模块使用甘特图类型的图表来绘制具有起始时间和结束时间的特征事件数据。
它自然适用于排程,但也很适合金融应用,例如在投资组合指数旁边绘制头寸/权重,在医疗应用中,例如神经元冲动的栅格图,或在瀑布使用图中,例如您每月的收入和支出的演变。

* 自由软件:BSD许可证
* 文档:https://pygantt.readthedocs.io。

安装
--------
安装PyGantt的最简单方法是使用`pip`:

pip install -U pygantt

或`conda`:

conda install -c mriduls pygantt


功能
--------

标准排程示例

.. image:: https://github.com/PyGantt/PyGantt/blob/master/images/concert.png


将投资组合持仓与实现指数一起显示

.. 图像:: https://github.com/PyGantt/PyGantt/blob/master/images/strategy.png


自由职业者的起伏

.. 图像:: https://github.com/PyGantt/PyGantt/blob/master/images/freelancer.png


鸣谢
-------

本软件包使用 Cookiecutter_ 和 `audreyr/cookiecutter-pypackage`_ 项目模板创建。

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
历史
=======

0.1.0 (2018-04-21)
------------------

* 首次发布于 PyPI。


项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源代码分发

pygantt-0.1.2.tar.gz (11.1 kB 查看哈希值)

上传时间 源代码

构建分发

pygantt-0.1.2-py2.py3-none-any.whl (6.3 kB 查看哈希值)

上传时间 Python 2 Python 3

由以下提供支持