{ "info": { "author": "Christoph Reiter", "author_email": "reiter.christoph@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "******************\nhypothesis-fspaths\n******************\n\n`Hypothesis `_ extension for\ngenerating filesystem paths. Anything the built-in Python function ``open()``\naccepts can be generated.\n\nExample\n=======\n\n.. code:: python\n\n from hypothesis import given\n from hypothesis_fspaths import fspaths\n\n @given(fspaths())\n def test_open_file(path):\n try:\n open(path).close()\n except IOError:\n pass\n\n\n.. image:: https://travis-ci.org/lazka/hypothesis-fspaths.svg?branch=master\n :target: https://travis-ci.org/lazka/hypothesis-fspaths\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lazka/hypothesis-fspaths", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "hypothesis-fspaths", "package_url": "https://pypi.org/project/hypothesis-fspaths/", "platform": "", "project_url": "https://pypi.org/project/hypothesis-fspaths/", "project_urls": { "Homepage": "https://github.com/lazka/hypothesis-fspaths" }, "release_url": "https://pypi.org/project/hypothesis-fspaths/0.1/", "requires_dist": null, "requires_python": "", "summary": "Hypothesis extension for generating filesystem paths", "version": "0.1" }, "last_serial": 3057568, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b0656674f89707353ce78bfb3448c1ff", "sha256": "d1124ddc2a37cb54cdaa573bb16a40841a37598c8fc7b83dd07babffc6b01368" }, "downloads": -1, "filename": "hypothesis-fspaths-0.1.tar.gz", "has_sig": false, "md5_digest": "b0656674f89707353ce78bfb3448c1ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4178, "upload_time": "2017-07-29T12:19:41", "url": "https://files.pythonhosted.org/packages/be/00/208e4c5be58fdc92aa7bfac82e94c524150183fc8b0ec995d70d6e0db43c/hypothesis-fspaths-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b0656674f89707353ce78bfb3448c1ff", "sha256": "d1124ddc2a37cb54cdaa573bb16a40841a37598c8fc7b83dd07babffc6b01368" }, "downloads": -1, "filename": "hypothesis-fspaths-0.1.tar.gz", "has_sig": false, "md5_digest": "b0656674f89707353ce78bfb3448c1ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4178, "upload_time": "2017-07-29T12:19:41", "url": "https://files.pythonhosted.org/packages/be/00/208e4c5be58fdc92aa7bfac82e94c524150183fc8b0ec995d70d6e0db43c/hypothesis-fspaths-0.1.tar.gz" } ] }