{ "info": { "author": "Adam Kewley", "author_email": "contact@adamkewley.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3" ], "description": "MultiPath\n=========\n\nA miniscule python package for joining and resolving paths against\nmultiple possible directories.\n\n[`documentation `_]\n\n\nInstallation\n------------\n\nTo install use pip:\n\n $ pip install multipath\n\n\nOr clone the repo:\n\n $ git clone https://github.com/adamkewley/multipath.git\n $ python setup.py install\n\n\nExample Usage\n-------------\n\n.. code:: python\n\n import multipath\n\n paths = [\n \"./\",\n \"~/.someapp/\",\n \"etc/someapp/\",\n ]\n\n # returns:\n # './config.yml` if it exists; or,\n # '~/.someapp/config.yml` if it exists; or,\n # 'etc/someapp/config.yml` if it exists; or,\n # raises FileNotFoundError\n config = multipath.resolve(paths, \"config.yml\")\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/adamkewley/multipath/tarball/0.0.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adamkewley/multipath", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "multipath", "package_url": "https://pypi.org/project/multipath/", "platform": "", "project_url": "https://pypi.org/project/multipath/", "project_urls": { "Download": "https://github.com/adamkewley/multipath/tarball/0.0.2", "Homepage": "https://github.com/adamkewley/multipath" }, "release_url": "https://pypi.org/project/multipath/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A miniscule python package for joining and resolving paths against multiple possible directories.A python package for resolving relative paths against multiple root directories", "version": "0.0.2" }, "last_serial": 3758767, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fff5f8734dd04e38252de6afe3c8b0ff", "sha256": "796e53a973d5233271bef41b2dba0bd68aebfbf57a042e7c73a8924d006528c1" }, "downloads": -1, "filename": "multipath-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fff5f8734dd04e38252de6afe3c8b0ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1785, "upload_time": "2018-04-12T13:19:56", "url": "https://files.pythonhosted.org/packages/67/ae/5139612e30e87948fd680d9ff999e8a024b4ebc33d1ed09c82875b40681f/multipath-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "52d6670816b55eb99267ae4d3c719f6e", "sha256": "0ddc7c21bdcaf62479458f33292e60518970fecfbf51167d37636f5797ab5d80" }, "downloads": -1, "filename": "multipath-0.0.2.tar.gz", "has_sig": false, "md5_digest": "52d6670816b55eb99267ae4d3c719f6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3079, "upload_time": "2018-04-12T13:54:08", "url": "https://files.pythonhosted.org/packages/e4/c3/a11e1d9e5e3cfb7bf5b5454e269c3e8eb938a0c08059326e19eb3d841b5d/multipath-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "52d6670816b55eb99267ae4d3c719f6e", "sha256": "0ddc7c21bdcaf62479458f33292e60518970fecfbf51167d37636f5797ab5d80" }, "downloads": -1, "filename": "multipath-0.0.2.tar.gz", "has_sig": false, "md5_digest": "52d6670816b55eb99267ae4d3c719f6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3079, "upload_time": "2018-04-12T13:54:08", "url": "https://files.pythonhosted.org/packages/e4/c3/a11e1d9e5e3cfb7bf5b5454e269c3e8eb938a0c08059326e19eb3d841b5d/multipath-0.0.2.tar.gz" } ] }