{ "info": { "author": "Patricio Cubillos", "author_email": "patricio.cubillos@oeaw.ac.at", "bugtrack_url": null, "classifiers": [], "description": "# packtree\n\npacktree is a Python package that makes ASCII tree representation of a\npackage's varables or a folder's content.\n\n## Table of Contents:\n* [Author](#author)\n* [Install and Compile](#install-and-compile)\n* [Using packtree](#using-packtree)\n* [Be Kind](#be-kind)\n* [License](#license)\n\n\n## Author:\n* [Patricio Cubillos](https://github.com/pcubillos/), Space Research Institute, Graz, Austria. \n\n\n## Install and Compile\n\n### From pip\nTBD\n\n### From Github\nClone the repository to your local machine and install it:\n\nClone the repository to your working directory: \n```shell\ngit clone https://github.com/pcubillos/packtree\npython ./setup.py install\n```\n\nNote that you may need to prepend `sudo` to the previous calls.\n\n\n## Using packtree\n\nThe following demo shows what packtree produces.\nFirst start a Python interpreter session:\n\n```code\n>>> import packtree as tree\n\n>>> # Genereate the ASCII tree representation of the packtree package:\n>>> tree.packagetree(tree)\n\npacktree\n|-- filetree\n`-- packagetree\n\n\n>>> # Generate the ASCII tree representation of the directory that contains the packtree package:\n>>> tree.filetree(\".\")\n\npacktree\n|-- LICENSE\n|-- README.md\n|-- packtree\n| |-- __init__.py\n| `-- tree.py\n`-- setup.py\n```\n\n## Be Kind:\n\nPlease, be kind and acknowledge and/or refer to the packtree site\n([github.com/pcubillos/packtree](https://github.com/pcubillos/packtree))\nif it was useful for you.\n\n\n## License:\n\nCopyright (c) 2016 Patricio Cubillos and contributors.\npacktree is open-source software under the MIT license (see LICENSE).\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pcubillos/packtree", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "packtree", "package_url": "https://pypi.org/project/packtree/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/packtree/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pcubillos/packtree" }, "release_url": "https://pypi.org/project/packtree/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "packtree makes ASCII tree representation of Python packages.", "version": "1.0.0" }, "last_serial": 1943635, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "bdc90f424a1af934eff5afafb66f5c18", "sha256": "bc40da848f9a6c68cbfd5e3f827edcc3d8002e520bfbceda8f51ab6d9beedde0" }, "downloads": -1, "filename": "packtree-1.0.0.tar.gz", "has_sig": false, "md5_digest": "bdc90f424a1af934eff5afafb66f5c18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3365, "upload_time": "2016-02-06T23:05:51", "url": "https://files.pythonhosted.org/packages/08/97/1b0d77e15a424b88b35b9e2def88bfa6818775ab2b5ffb79c7d3ded17d8d/packtree-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bdc90f424a1af934eff5afafb66f5c18", "sha256": "bc40da848f9a6c68cbfd5e3f827edcc3d8002e520bfbceda8f51ab6d9beedde0" }, "downloads": -1, "filename": "packtree-1.0.0.tar.gz", "has_sig": false, "md5_digest": "bdc90f424a1af934eff5afafb66f5c18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3365, "upload_time": "2016-02-06T23:05:51", "url": "https://files.pythonhosted.org/packages/08/97/1b0d77e15a424b88b35b9e2def88bfa6818775ab2b5ffb79c7d3ded17d8d/packtree-1.0.0.tar.gz" } ] }