molecule-plugins


Namemolecule-plugins JSON
Version 23.7.0 PyPI version JSON
download
home_pageNone
SummaryMolecule Plugins
upload_time2025-01-23 14:00:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
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.

## Creating new releases

The `release.yml` workflow generates the wheel and uploads the release to PyPI.
Here are the steps you need to kick that process off:

1. Review the commit logs and decide on the next version.
   - Breaking changes should increment to a new major version.
   - New features should increment to a new minor version.
   - Bug fixes and small changes should increment to a new patch version.

2. Create a new tag and push it to the repo.

   ```bash
   git tag -s <NEW_VERSION> -m "Tag message"
   git push --tags upstream
   ```

   > It is possible to create lightweight tags using `git tag <NEW_VERSION>` but signed tags are preferred.

3. Publish the release with either the GitHub CLI or in a browser.
   See the [GitHub documentation about managing releases](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository).
4. Check the [release workflow](https://github.com/ansible-community/molecule-plugins/actions/workflows/release.yml) runs successfully.
5. Verify the new version is available from the [molecule-plugins](https://pypi.org/project/molecule-plugins/) page on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "molecule-plugins",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Sorin Sbarnea <sorin.sbarnea@gmail.com>",
    "keywords": "ansible, testing, molecule, plugin",
    "author": null,
    "author_email": "Sorin Sbarnea <sorin.sbarnea@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a4/b0/127d0831d95dca90dc24a6cb25237c0c59f0448a67e52c0513846970c424/molecule_plugins-23.7.0.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\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\n## Creating new releases\n\nThe `release.yml` workflow generates the wheel and uploads the release to PyPI.\nHere are the steps you need to kick that process off:\n\n1. Review the commit logs and decide on the next version.\n   - Breaking changes should increment to a new major version.\n   - New features should increment to a new minor version.\n   - Bug fixes and small changes should increment to a new patch version.\n\n2. Create a new tag and push it to the repo.\n\n   ```bash\n   git tag -s <NEW_VERSION> -m \"Tag message\"\n   git push --tags upstream\n   ```\n\n   > It is possible to create lightweight tags using `git tag <NEW_VERSION>` but signed tags are preferred.\n\n3. Publish the release with either the GitHub CLI or in a browser.\n   See the [GitHub documentation about managing releases](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository).\n4. Check the [release workflow](https://github.com/ansible-community/molecule-plugins/actions/workflows/release.yml) runs successfully.\n5. Verify the new version is available from the [molecule-plugins](https://pypi.org/project/molecule-plugins/) page on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Molecule Plugins",
    "version": "23.7.0",
    "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": "df63bd810b2e68ce723b67d6f6f58d007baf048d4bec328de77e729d4abf4af6",
                "md5": "a94407dd22fe1009ff6de9d4aeb63b5c",
                "sha256": "5e577231c7d95d7f7dc7146f3527d4692ee30a8c0ea0e8353b15ceba75f7d28e"
            },
            "downloads": -1,
            "filename": "molecule_plugins-23.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a94407dd22fe1009ff6de9d4aeb63b5c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 76338,
            "upload_time": "2025-01-23T13:59:57",
            "upload_time_iso_8601": "2025-01-23T13:59:57.444437Z",
            "url": "https://files.pythonhosted.org/packages/df/63/bd810b2e68ce723b67d6f6f58d007baf048d4bec328de77e729d4abf4af6/molecule_plugins-23.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4b0127d0831d95dca90dc24a6cb25237c0c59f0448a67e52c0513846970c424",
                "md5": "bf460605c2dd8f2ed369eb8fb7c09223",
                "sha256": "c28b08e25c91fcc679e65d9d18d2b4bb33712aaed2fefdea72b6253c6bd19635"
            },
            "downloads": -1,
            "filename": "molecule_plugins-23.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bf460605c2dd8f2ed369eb8fb7c09223",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 106249,
            "upload_time": "2025-01-23T14:00:00",
            "upload_time_iso_8601": "2025-01-23T14:00:00.226807Z",
            "url": "https://files.pythonhosted.org/packages/a4/b0/127d0831d95dca90dc24a6cb25237c0c59f0448a67e52c0513846970c424/molecule_plugins-23.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-23 14:00:00",
    "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.62590s