{ "info": { "author": "David C. Danko", "author_email": "dcdanko@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3" ], "description": "\n# PyArchy\n\nImplementation of the popular node-archy tool in python.\nDraws good looking trees and lists on the command line.\n\n[![PyPI](https://img.shields.io/pypi/v/py_archy.svg)](https://pypi.python.org/pypi?name=py_archy&:action=display)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()\n\n[The original Archy on NPM](https://www.npmjs.com/package/archy)\n\n### Installation\n\n```\npip install py_archy\n```\n\n### Usage\n\n```\n>>> from pyarchy import archy\n>>>\n>>> tree = { 'nodes' : [{ 'nodes' : ['a','b','c'], 'label' : 'bar'}, 'bizz'], 'label' : 'foo'}\n>>>\n>>> print( archy(tree)) \nfoo \n\u251c\u2500\u252c bar\n\u2502 \u251c\u2500\u2500 a\n\u2502 \u251c\u2500\u2500 b\n\u2502 \u2514\u2500\u2500 c\n\u2514\u2500\u2500 bizz \n\n>>> print( archy(tree, unicode=False))\n+-- bar\n| +-- a \n| +-- b \n| `-- c \n`-- bizz\n```\n\n### Credits\nThis package was created with Cookiecutter.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dcdanko/pyarchy", "keywords": "pyarchy", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "py_archy", "package_url": "https://pypi.org/project/py_archy/", "platform": "", "project_url": "https://pypi.org/project/py_archy/", "project_urls": { "Homepage": "https://github.com/dcdanko/pyarchy" }, "release_url": "https://pypi.org/project/py_archy/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Implementation of the popular node-archy tool in python", "version": "1.0.2" }, "last_serial": 3395999, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "997759ee4a28761d38cbb8d6003f59df", "sha256": "2dccf3773679b4c8fec9a4ffd462342dd637bf33300dc8bab8a87430e05b9bf7" }, "downloads": -1, "filename": "py_archy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "997759ee4a28761d38cbb8d6003f59df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2711, "upload_time": "2017-09-16T17:45:42", "url": "https://files.pythonhosted.org/packages/52/c5/c285663165b2f7bbbceb79b4bed586f424756f1506c8e7f66a93aa40e5f4/py_archy-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "58dd1183f1bb43760327fd61dc38b427", "sha256": "366f16af8f71ddc95166b43aa2c7bf0de02e360539e702ab8c1a847bed80631b" }, "downloads": -1, "filename": "py_archy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "58dd1183f1bb43760327fd61dc38b427", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2334, "upload_time": "2017-09-16T18:10:50", "url": "https://files.pythonhosted.org/packages/49/98/c5a3e8a86475d8367fcb9b422d102cade95b09d28e15625f0bda6178598a/py_archy-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "cb6f64a9fc8cf1976576faca2eed3fce", "sha256": "7f309a8b22b26a8a868a0771696e0a9a8c261efac725189d19ed7a396929dca4" }, "downloads": -1, "filename": "py_archy-1.0.2.tar.gz", "has_sig": false, "md5_digest": "cb6f64a9fc8cf1976576faca2eed3fce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2277, "upload_time": "2017-12-06T23:57:25", "url": "https://files.pythonhosted.org/packages/e1/bb/3caf99e16500facb301227342d44fbac20b39300eb6eeceb4076ae7bf3e1/py_archy-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb6f64a9fc8cf1976576faca2eed3fce", "sha256": "7f309a8b22b26a8a868a0771696e0a9a8c261efac725189d19ed7a396929dca4" }, "downloads": -1, "filename": "py_archy-1.0.2.tar.gz", "has_sig": false, "md5_digest": "cb6f64a9fc8cf1976576faca2eed3fce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2277, "upload_time": "2017-12-06T23:57:25", "url": "https://files.pythonhosted.org/packages/e1/bb/3caf99e16500facb301227342d44fbac20b39300eb6eeceb4076ae7bf3e1/py_archy-1.0.2.tar.gz" } ] }