{ "info": { "author": "LeafStorm", "author_email": "leafstormrush@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Topic :: System :: Filesystems" ], "description": "Pathway is a module for interacting with the filesystem in a clean,\nobject-oriented manner. For example, instead of::\n\n datafile = os.path.join(datapath, 'somedata.txt')\n if os.path.exists(datafile)\n os.rename(datafile, datafile + '.old')\n fd = open(datafile, 'w')\n fd.write(data)\n fd.close()\n\nYou can write the much cleaner:\n\n datadir = pathway.new(datapath)\n if 'somedata.txt' in datadir:\n datadir['somedata.txt'].rename('somedata.txt.old', overwrite=True)\n datadir.create('somedata.txt', data)\n\nThe majority of filesystem operations have corresponding methods. The module\nitself has no dependencies besides Python.", "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": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "Pathway", "package_url": "https://pypi.org/project/Pathway/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Pathway/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/Pathway/1.3.1/", "requires_dist": null, "requires_python": null, "summary": "A library for interacting with the filesystem", "version": "1.3.1" }, "last_serial": 784889, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "73d7154162b9af662b3f1276973c72bb", "sha256": "72397db81ba8329b567e303e85b2534d8dd42626b07dc28d53f5745e7129cb8b" }, "downloads": -1, "filename": "Pathway-1.0.tar.gz", "has_sig": false, "md5_digest": "73d7154162b9af662b3f1276973c72bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4599, "upload_time": "2009-10-31T00:26:40", "url": "https://files.pythonhosted.org/packages/fb/ee/b36ff9281276b4cd7276fe81db86648d247e342d00ff7eebc52606916ec3/Pathway-1.0.tar.gz" } ], "1.01": [ { "comment_text": "", "digests": { "md5": "cf00eb4088403452de04639382602ef2", "sha256": "49be6093ada764ad472a7b134e0144a5aed81b1a6d3c64bf0cf6ddb1760c5d49" }, "downloads": -1, "filename": "Pathway-1.01.tar.gz", "has_sig": false, "md5_digest": "cf00eb4088403452de04639382602ef2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4636, "upload_time": "2009-10-31T14:22:33", "url": "https://files.pythonhosted.org/packages/75/2e/294b1c542b5e8a9ffb408a9a64febf9efb4686878c4dc3a1ac535a548151/Pathway-1.01.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "e9028026dbb63d56857dc40149be9fcc", "sha256": "244ce32a379c5d08869ed0d0d31859e2663617a76c9baca5bb90f2478617366c" }, "downloads": -1, "filename": "Pathway-1.2.tar.gz", "has_sig": false, "md5_digest": "e9028026dbb63d56857dc40149be9fcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5186, "upload_time": "2010-01-03T20:21:32", "url": "https://files.pythonhosted.org/packages/c1/76/08af07a44b9259f80861afb5d36060051de0790595f7be068d19ae8b22b3/Pathway-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "45a4f2f115bbee86dabd00385a7d4e3d", "sha256": "8bb9f2e8eac8c90753e2a610ba2d0e3e096820cfe094e2a7a4fc3fd001889c98" }, "downloads": -1, "filename": "Pathway-1.3.tar.gz", "has_sig": false, "md5_digest": "45a4f2f115bbee86dabd00385a7d4e3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5209, "upload_time": "2010-01-17T04:38:38", "url": "https://files.pythonhosted.org/packages/7a/20/df8d1fe9f685ffd49a143a04d4d63f486802473904b7ed7e7b6576cb61ee/Pathway-1.3.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "42574b380ce341296a3504c4bc5d87e6", "sha256": "5372eebad73d6e380cf98460e177eea69d83d115feab0f52a2954444f3268849" }, "downloads": -1, "filename": "Pathway-1.3.1.tar.gz", "has_sig": false, "md5_digest": "42574b380ce341296a3504c4bc5d87e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5201, "upload_time": "2010-01-18T03:26:08", "url": "https://files.pythonhosted.org/packages/b0/84/a89c5a49c318c90c1a41f82539ee82ed3c921c3a2f7df886ee32e4217b4b/Pathway-1.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "42574b380ce341296a3504c4bc5d87e6", "sha256": "5372eebad73d6e380cf98460e177eea69d83d115feab0f52a2954444f3268849" }, "downloads": -1, "filename": "Pathway-1.3.1.tar.gz", "has_sig": false, "md5_digest": "42574b380ce341296a3504c4bc5d87e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5201, "upload_time": "2010-01-18T03:26:08", "url": "https://files.pythonhosted.org/packages/b0/84/a89c5a49c318c90c1a41f82539ee82ed3c921c3a2f7df886ee32e4217b4b/Pathway-1.3.1.tar.gz" } ] }