tox-asdf-redux


Nametox-asdf-redux JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/lanshark/tox-asdf-redux
SummaryA tox plugin using asdf to find Python executables
upload_time2023-03-20 01:20:29
maintainer
docs_urlNone
authorScott Sharkey
requires_python>=3.7,<4.0
licenseMIT
keywords tox asdf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tox-asdf-redux

A [tox][tox] plugin using [asdf][asdf] to find Python executables

To install a plugin, you install it in the same environment where the tox host is installed.

```bash
    $ pip install tox-asdf-redux
```

NOTE: Adapted from [tox-pyenv-redux][tox-pyenv-redux].

[tox]: https://tox.wiki/
[asdf]: https://github.com/asdf-vm/asdf
[tox-pyenv-redux]: https://github.com/un-def/tox-pyenv-redux

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lanshark/tox-asdf-redux",
    "name": "tox-asdf-redux",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "tox,asdf",
    "author": "Scott Sharkey",
    "author_email": "ssharkey@lanshark.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/28/bce1626402af7356ceca727d0bbe7dd68908af1c328bb645a189532f1898/tox_asdf_redux-0.1.0.tar.gz",
    "platform": null,
    "description": "# tox-asdf-redux\n\nA [tox][tox] plugin using [asdf][asdf] to find Python executables\n\nTo install a plugin, you install it in the same environment where the tox host is installed.\n\n```bash\n    $ pip install tox-asdf-redux\n```\n\nNOTE: Adapted from [tox-pyenv-redux][tox-pyenv-redux].\n\n[tox]: https://tox.wiki/\n[asdf]: https://github.com/asdf-vm/asdf\n[tox-pyenv-redux]: https://github.com/un-def/tox-pyenv-redux\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tox plugin using asdf to find Python executables",
    "version": "0.1.0",
    "split_keywords": [
        "tox",
        "asdf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd55c14ab3b2a881c31687fe4e9e95200764c798cf477563f47bab7f20a64fee",
                "md5": "51d8ffb5565bb9c39079f9d4a5b7de28",
                "sha256": "6d28253679109bdc7d5df5712b817139262225cfc1f7f2e88924854cf995e755"
            },
            "downloads": -1,
            "filename": "tox_asdf_redux-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51d8ffb5565bb9c39079f9d4a5b7de28",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 3090,
            "upload_time": "2023-03-20T01:20:28",
            "upload_time_iso_8601": "2023-03-20T01:20:28.042082Z",
            "url": "https://files.pythonhosted.org/packages/fd/55/c14ab3b2a881c31687fe4e9e95200764c798cf477563f47bab7f20a64fee/tox_asdf_redux-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d28bce1626402af7356ceca727d0bbe7dd68908af1c328bb645a189532f1898",
                "md5": "f2df7668638b5281b3dd55da5d73f8fd",
                "sha256": "dd08507d74df6f34a471b3046f59cd5df6afc360bdcdbb67a8c22ca07a8c45c3"
            },
            "downloads": -1,
            "filename": "tox_asdf_redux-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f2df7668638b5281b3dd55da5d73f8fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 2844,
            "upload_time": "2023-03-20T01:20:29",
            "upload_time_iso_8601": "2023-03-20T01:20:29.779842Z",
            "url": "https://files.pythonhosted.org/packages/5d/28/bce1626402af7356ceca727d0bbe7dd68908af1c328bb645a189532f1898/tox_asdf_redux-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-20 01:20:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "lanshark",
    "github_project": "tox-asdf-redux",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tox-asdf-redux"
}
        
Elapsed time: 0.04995s