Metadata-Version: 2.0
Name: easygv
Version: 0.0.2
Summary: Define nodes and edges in an excel file and graph-style attributes in a yaml file with inheritence.
Home-page: https://github.com/xguse/easygv
Author: Gus Dunn
Author-email: w.gus.dunn@gmail.com
License: MIT license
Keywords: easygv
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: appdirs
Requires-Dist: click
Requires-Dist: graphviz
Requires-Dist: logzero
Requires-Dist: pandas
Requires-Dist: pygraphviz
Requires-Dist: recommonmark
Requires-Dist: ruamel.yaml
Requires-Dist: xlrd
Requires-Dist: xlwt

=============
Easy graphviz
=============


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

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

.. image:: https://readthedocs.org/projects/easygv/badge/?version=latest
        :target: https://easygv.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/xguse/easygv/shield.svg
     :target: https://pyup.io/repos/github/xguse/easygv/
     :alt: Updates


Define nodes and edges in an excel file and graph-style attributes in a yaml file with inheritence.


* Free software: MIT license
* Documentation: https://easygv.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

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




v0.0.2 / 2017-08-28
===================

  * docs/index.rst fixed title warning
  * delete cli.draw
  * add sphinx_rtd_theme as dev dep
  * tox.ini removed py2k added py36
  * first minimally functional commit
  * docs/conf.py set run_apidoc module_path
  * ran travis_pypi_setup.py
  * ignore tmp/

v0.0.1 (2017-08-25)
===================

* Initial commits.


