Metadata-Version: 2.1
Name: pyprinttree
Version: 0.0.1
Summary: A tool for printing tree structures to a console in a meaningful way.
Home-page: UNKNOWN
Author: Tanner Netterville
Author-email: tannern@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# pyprinttree [![build status](https://travis-ci.org/rennat/pyprinttree.svg?branch=master)](https://travis-ci.org/rennat/pyprinttree)

Use it to print a pretty text based tree representation of whatever data
you feel like shoving into the graph structure.

_I like `git log --oneline --graph --all` and find it handy to be able
to generate similar graphs._


## Development

Pull requests are encouraged.

I will merge failing tests if they highlight an issue.

The official test suite runner for pyprinttree is `setup.py test`.


