{ "info": { "author": "Shokry", "author_email": "shokry92@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "PathinBy\n========\nWhat is PathinBy\n----------------\n\nPathinBy is a tiny tool (used as a command line app or a Python module),\nthat converts your directory structure into a nice formatted tree to use in your blog posts or other illustrations.\n\n*You need Python 2.7+ or Python 3.x to run this module*\n\nHow to use\n^^^^^^^^^^\nImagine you have a directory structure like this:\n\n.. image:: http://i.imgur.com/BlW8YHn.png\n :height: 263 px\n :width: 614 px\n\n**As a Python module**\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n.. code::\n\n >>> import pathinby\n >>> tree = pathinby.create_path('Cats')\n >>> print ('\\n'.join(tree))\n\n\nHere we've passed the directory name as an argument, there are also other arguments you can use to customize the behavior of the module, you can change those \"|\" and \"-\\|\" and specify an output file. Check function documentation in the source code for more details of the usage.\n\n*create_path()* returns an array to give more freedom of use in different situations.\n\nThis gives the output:\n\n.. code::\n\n |-Big\n | |-Simba.bcat\n |-Sylvester.cat\n |-Tom.cat\n\n|\n\n**As a commend line tool**\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n.. code::\n\n $ pathinby -s Cats\n\nThis will traverse the \"Cats\" directory and print the contents tree to the terminal window, so running this command prints out the same directory tree like above.\n\nthe directory name can be a full or a relative path, like we did here.\n\nBy default, pathinby will do its work on the current directory if no directory is specified, in this case we specified \"Cats\".\n\nThe *s* option means \"*show*\", prints the output to the terminal.\n\nOther option is\n\n -o {path to file} -> writes the output to the specified file\n\nUse **pathinby -h** anytime for help on using the command.", "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/shockry/pathinby", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pathinby", "package_url": "https://pypi.org/project/pathinby/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pathinby/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/shockry/pathinby" }, "release_url": "https://pypi.org/project/pathinby/0.1/", "requires_dist": null, "requires_python": null, "summary": "Generate a hierarchy of the contents of a directory, Possibly outputting to a file", "version": "0.1" }, "last_serial": 2496568, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "57b69e47faf4c59283e291713925bd7e", "sha256": "400c30c7587fb84e36f30ddeeef193fccb4de64372aec95db5db3d4545fb089e" }, "downloads": -1, "filename": "pathinby-0.1.tar.gz", "has_sig": false, "md5_digest": "57b69e47faf4c59283e291713925bd7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3080, "upload_time": "2016-12-02T21:44:50", "url": "https://files.pythonhosted.org/packages/3c/d0/ab2a0980a6b7a6a6831ab3f7722448bd4a0c026d98891bd44c1253d12139/pathinby-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "57b69e47faf4c59283e291713925bd7e", "sha256": "400c30c7587fb84e36f30ddeeef193fccb4de64372aec95db5db3d4545fb089e" }, "downloads": -1, "filename": "pathinby-0.1.tar.gz", "has_sig": false, "md5_digest": "57b69e47faf4c59283e291713925bd7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3080, "upload_time": "2016-12-02T21:44:50", "url": "https://files.pythonhosted.org/packages/3c/d0/ab2a0980a6b7a6a6831ab3f7722448bd4a0c026d98891bd44c1253d12139/pathinby-0.1.tar.gz" } ] }