molecule-plugins


Namemolecule-plugins JSON
Version 23.5.3 PyPI version JSON
download
home_page
SummaryMolecule Plugins
upload_time2024-02-08 11:46:37
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT
keywords ansible testing molecule plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # molecule-plugins

This repository contains the following molecule plugins:

- azure
- containers
- docker
- ec2
- gce
- openstack
- podman
- vagrant


Installing `molecule-plugins` does not install dependencies specific to each,
plugin. To install these you need to install the extras for each plugin, like
`pip3 install 'molecule-plugins[azure]'`.

Before installing these plugins be sure that you uninstall their old standalone
packages, like `pip3 uninstall molecule-azure`. If you fail to do so, you will
end-up with a broken setup, as multiple plugins will have the same entry points,
registered.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "molecule-plugins",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Sorin Sbarnea <sorin.sbarnea@gmail.com>",
    "keywords": "ansible,testing,molecule,plugin",
    "author": "",
    "author_email": "Sorin Sbarnea <sorin.sbarnea@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/61/26/3916d053f09510a40591ce49d0271777d0942cf2cbacab84e2439393050a/molecule-plugins-23.5.3.tar.gz",
    "platform": null,
    "description": "# molecule-plugins\n\nThis repository contains the following molecule plugins:\n\n- azure\n- containers\n- docker\n- ec2\n- gce\n- openstack\n- podman\n- vagrant\n\n\nInstalling `molecule-plugins` does not install dependencies specific to each,\nplugin. To install these you need to install the extras for each plugin, like\n`pip3 install 'molecule-plugins[azure]'`.\n\nBefore installing these plugins be sure that you uninstall their old standalone\npackages, like `pip3 uninstall molecule-azure`. If you fail to do so, you will\nend-up with a broken setup, as multiple plugins will have the same entry points,\nregistered.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Molecule Plugins",
    "version": "23.5.3",
    "project_urls": {
        "changelog": "https://github.com/ansible-community/molecule-plugins/releases",
        "documentation": "https://molecule.readthedocs.io/",
        "homepage": "https://github.com/ansible-community/molecule-plugins",
        "repository": "https://github.com/ansible-community/molecule-plugins"
    },
    "split_keywords": [
        "ansible",
        "testing",
        "molecule",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a36b277b3a1a6850cccab2c701e689a37c0833ef93b4ca25916b02b1a557cd8d",
                "md5": "1a00a1dc4152d4ba0fc4f6ba9d405921",
                "sha256": "87f8ac8d5e9fe1cbdfb784d92b1fd08e7cb11bf02a9391bb34dcb93fadf7a3fc"
            },
            "downloads": -1,
            "filename": "molecule_plugins-23.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a00a1dc4152d4ba0fc4f6ba9d405921",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 75353,
            "upload_time": "2024-02-08T11:46:35",
            "upload_time_iso_8601": "2024-02-08T11:46:35.552986Z",
            "url": "https://files.pythonhosted.org/packages/a3/6b/277b3a1a6850cccab2c701e689a37c0833ef93b4ca25916b02b1a557cd8d/molecule_plugins-23.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61263916d053f09510a40591ce49d0271777d0942cf2cbacab84e2439393050a",
                "md5": "2600cb2b5bb3cc1c0a9aa4003e977af4",
                "sha256": "a2b1437d532d736e3fbc6db7a69ec533e2334b2115ff9245a0b2772ed9738d23"
            },
            "downloads": -1,
            "filename": "molecule-plugins-23.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2600cb2b5bb3cc1c0a9aa4003e977af4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 104288,
            "upload_time": "2024-02-08T11:46:37",
            "upload_time_iso_8601": "2024-02-08T11:46:37.477547Z",
            "url": "https://files.pythonhosted.org/packages/61/26/3916d053f09510a40591ce49d0271777d0942cf2cbacab84e2439393050a/molecule-plugins-23.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 11:46:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ansible-community",
    "github_project": "molecule-plugins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "molecule-plugins"
}
        
Elapsed time: 0.18567s