{ "info": { "author": "Thomas Robitaille", "author_email": "thomas.robitaille@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "About tox-pypi-filter\n=====================\n\nAbout\n-----\n\nTox includes a ``--force-dep`` option that can be used to provide version\nrestrictions for dependencies - however, by design this only works with\ndependencies explicitly listed in the ``deps`` section of the ``tox.ini`` file\n(see `this issue `_ for a\ndiscussion of this).\n\nThe **tox-pypi-filter** plugin works around this by using a proxy PyPI server\nthat filters packages in a way that is independent of tox's implementation.\n\nInstalling\n----------\n\nTo install::\n\n pip install git+https://github.com/astrofrog/tox-pypi-filter\n\nUsing\n-----\n\nThis plugin provides a ``--pypi-filter`` command-line option that takes\n`PEP440 version specifiers\n`_ separated by\nsemicolons, e.g.::\n\n tox --pypi-filter \"numpy==1.14.*;pytest<4\" -e py37-test\n\nIn this case, if Numpy or PyTest are needed by the tox environment, the versions\nthat will be installed will satisfy the version specification supplied.\n\nCaveats\n-------\n\nThis plugin will not work properly if you use the ``-i/--index-url`` option\nmanually when calling tox. In addition, this will only work with pip-based\ninstalls, and will not work with e.g. `tox-conda\n`_.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/astrofrog/tox-pypi-filter", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "tox-pypi-filter", "package_url": "https://pypi.org/project/tox-pypi-filter/", "platform": "", "project_url": "https://pypi.org/project/tox-pypi-filter/", "project_urls": { "Homepage": "https://github.com/astrofrog/tox-pypi-filter" }, "release_url": "https://pypi.org/project/tox-pypi-filter/0.1/", "requires_dist": [ "tox", "pypicky (>=0.3)" ], "requires_python": "", "summary": "Implement a --pypi-filter option for tox", "version": "0.1" }, "last_serial": 5751672, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "14184b8212ddebee7e63abcb6777c063", "sha256": "845b7f8b672a72e78ca0e9e70e6c011c4e3bb061ae0343438d7e4498205cc366" }, "downloads": -1, "filename": "tox_pypi_filter-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "14184b8212ddebee7e63abcb6777c063", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3058, "upload_time": "2019-08-29T11:45:08", "url": "https://files.pythonhosted.org/packages/23/39/8dbd893883fc5fa751ce0034ab446e68bbc3e89d1f414b0f5b65a28169bb/tox_pypi_filter-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b859ac1a18917c0980f1690d84499fe2", "sha256": "991cdf904b489ada0b1ae15bc4a8927d4cebe242e271ae153d0dfaa6bea65c98" }, "downloads": -1, "filename": "tox-pypi-filter-0.1.tar.gz", "has_sig": false, "md5_digest": "b859ac1a18917c0980f1690d84499fe2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3337, "upload_time": "2019-08-29T11:45:10", "url": "https://files.pythonhosted.org/packages/78/ea/7a9ec007d703e0b4927100ec5292a8b572e9f8f4ef01933c300ea0b1955e/tox-pypi-filter-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "14184b8212ddebee7e63abcb6777c063", "sha256": "845b7f8b672a72e78ca0e9e70e6c011c4e3bb061ae0343438d7e4498205cc366" }, "downloads": -1, "filename": "tox_pypi_filter-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "14184b8212ddebee7e63abcb6777c063", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3058, "upload_time": "2019-08-29T11:45:08", "url": "https://files.pythonhosted.org/packages/23/39/8dbd893883fc5fa751ce0034ab446e68bbc3e89d1f414b0f5b65a28169bb/tox_pypi_filter-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b859ac1a18917c0980f1690d84499fe2", "sha256": "991cdf904b489ada0b1ae15bc4a8927d4cebe242e271ae153d0dfaa6bea65c98" }, "downloads": -1, "filename": "tox-pypi-filter-0.1.tar.gz", "has_sig": false, "md5_digest": "b859ac1a18917c0980f1690d84499fe2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3337, "upload_time": "2019-08-29T11:45:10", "url": "https://files.pythonhosted.org/packages/78/ea/7a9ec007d703e0b4927100ec5292a8b572e9f8f4ef01933c300ea0b1955e/tox-pypi-filter-0.1.tar.gz" } ] }