{ "info": { "author": "David Keijser", "author_email": "keijser@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "dir2json\n========\n\nThis tool creates a json tree structure from the file hierarchy of a directory.\n\nusage\n::\n\n dir2json --pretty test/\n\nin a directory like this\n::\n\n test\n \u251c\u2500\u2500 bar\n \u2502\u00a0\u00a0 \u2514\u2500\u2500 symlink.png -> ../foo/test.png\n \u2514\u2500\u2500 foo\n \u251c\u2500\u2500 test.jpg\n \u2514\u2500\u2500 test.pn\n\nYields the following json output\n::\n \n {\n \"type\": \"directory\", \n \"path\": \"\", \n \"index\": [\n {\n \"type\": \"directory\", \n \"path\": \"foo\", \n \"index\": [\n {\n \"type\": \"image/jpeg\", \n \"path\": \"foo/test.jpg\"\n }, \n {\n \"type\": \"image/png\", \n \"path\": \"foo/test.png\"\n }\n ]\n }, \n {\n \"type\": \"directory\", \n \"path\": \"bar\", \n \"index\": [\n {\n \"type\": \"image/png\", \n \"link\": \"foo/test.png\", \n \"path\": \"bar/symlink.png\"\n }\n ]\n }\n ]\n } \n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "dir2json", "package_url": "https://pypi.org/project/dir2json/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dir2json/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/dir2json/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "creates a json tree from a directory structure", "version": "0.1.0" }, "last_serial": 1105782, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "be954c53b4bc9f6241b437b71f0601ee", "sha256": "3e623d1a4da8bc7be0dfb67b09ba9be4d4469a65b97d2258df8092f00475975b" }, "downloads": -1, "filename": "dir2json-0.1.0.tar.gz", "has_sig": false, "md5_digest": "be954c53b4bc9f6241b437b71f0601ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2139, "upload_time": "2014-05-27T16:48:28", "url": "https://files.pythonhosted.org/packages/2e/a2/99f99a95b6cbb32180410bdaffed1fe492e0a83f1e24fd6e5c2c681e576a/dir2json-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "be954c53b4bc9f6241b437b71f0601ee", "sha256": "3e623d1a4da8bc7be0dfb67b09ba9be4d4469a65b97d2258df8092f00475975b" }, "downloads": -1, "filename": "dir2json-0.1.0.tar.gz", "has_sig": false, "md5_digest": "be954c53b4bc9f6241b437b71f0601ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2139, "upload_time": "2014-05-27T16:48:28", "url": "https://files.pythonhosted.org/packages/2e/a2/99f99a95b6cbb32180410bdaffed1fe492e0a83f1e24fd6e5c2c681e576a/dir2json-0.1.0.tar.gz" } ] }