molecule


Namemolecule JSON
Version 6.0.3 PyPI version JSON
download
home_page
SummaryMolecule aids in the development and testing of Ansible roles
upload_time2023-12-13 13:38:27
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT
keywords ansible roles testing molecule
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # About Ansible Molecule

[![PyPI Package](https://img.shields.io/pypi/v/molecule)](https://pypi.org/project/molecule/)
[![Documentation Status](https://readthedocs.org/projects/molecule/badge/?version=latest)](https://ansible.readthedocs.io/projects/molecule)
[![image](https://github.com/ansible-community/molecule/workflows/tox/badge.svg)](https://github.com/ansible-community/molecule/actions)
[![Python Black Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![Ansible Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-silver.svg)](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
[![Discussions](https://img.shields.io/badge/Discussions-silver.svg)](https://github.com/ansible-community/molecule/discussions)
[![Repository License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

Molecule project is designed to aid in the development and testing of
[Ansible](https://ansible.com) roles.

Molecule provides support for testing with multiple instances, operating
systems and distributions, virtualization providers, test frameworks and
testing scenarios.

Molecule encourages an approach that results in consistently developed
roles that are well-written, easily understood and maintained.

Molecule supports only the latest two major versions of Ansible (N/N-1),
meaning that if the latest version is 2.9.x, we will also test our code
with 2.8.x.

Once installed, the command line can be called using any of the methods
below:

```bash
molecule ...
python3 -m molecule ...  # python module calling method
```

# Documentation

Read the documentation and more at <https://molecule.readthedocs.io/>.

# Get Involved

- Join us in the `#ansible-devtools` irc channel on
  [libera.chat](https://web.libera.chat/?channel=#ansible-devtools).
- Check github
  [discussions](https://github.com/ansible-community/molecule/discussions).
- Join the community working group by checking the
  [wiki](https://github.com/ansible/community/wiki/Molecule).
- Want to know about releases, subscribe to [ansible-announce
  list](https://groups.google.com/group/ansible-announce).
- For the full list of Ansible email Lists, IRC channels see the
  [communication
  page](https://docs.ansible.com/ansible/latest/community/communication.html).

If you want to get moving fast and make a quick patch:

```bash
$ git clone https://github.com/ansible-community/molecule && cd molecule
$ python3 -m venv .venv && source .venv/bin/activate
$ python3 -m pip install -U setuptools pip tox
```

And you're ready to make your changes!

# Authors

Molecule project was created by [Retr0h](https://github.com/retr0h) and
it is now community-maintained as part of the
[Ansible](https://ansible.com) by Red Hat project.

# License

The
[MIT](https://github.com/ansible-community/molecule/blob/main/LICENSE)
License.

The logo is licensed under the [Creative Commons NoDerivatives 4.0
License](https://creativecommons.org/licenses/by-nd/4.0/).

If you have some other use in mind, contact us.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "molecule",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Ansible by Red Hat <info@ansible.com>",
    "keywords": "ansible,roles,testing,molecule",
    "author": "",
    "author_email": "Ansible by Red Hat <info@ansible.com>",
    "download_url": "https://files.pythonhosted.org/packages/55/16/2e2ec50e14868739f320f5c74012c0bc52b40c45a66f3404d569c9479ed1/molecule-6.0.3.tar.gz",
    "platform": null,
    "description": "# About Ansible Molecule\n\n[![PyPI Package](https://img.shields.io/pypi/v/molecule)](https://pypi.org/project/molecule/)\n[![Documentation Status](https://readthedocs.org/projects/molecule/badge/?version=latest)](https://ansible.readthedocs.io/projects/molecule)\n[![image](https://github.com/ansible-community/molecule/workflows/tox/badge.svg)](https://github.com/ansible-community/molecule/actions)\n[![Python Black Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)\n[![Ansible Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-silver.svg)](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)\n[![Discussions](https://img.shields.io/badge/Discussions-silver.svg)](https://github.com/ansible-community/molecule/discussions)\n[![Repository License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)\n\nMolecule project is designed to aid in the development and testing of\n[Ansible](https://ansible.com) roles.\n\nMolecule provides support for testing with multiple instances, operating\nsystems and distributions, virtualization providers, test frameworks and\ntesting scenarios.\n\nMolecule encourages an approach that results in consistently developed\nroles that are well-written, easily understood and maintained.\n\nMolecule supports only the latest two major versions of Ansible (N/N-1),\nmeaning that if the latest version is 2.9.x, we will also test our code\nwith 2.8.x.\n\nOnce installed, the command line can be called using any of the methods\nbelow:\n\n```bash\nmolecule ...\npython3 -m molecule ...  # python module calling method\n```\n\n# Documentation\n\nRead the documentation and more at <https://molecule.readthedocs.io/>.\n\n# Get Involved\n\n- Join us in the `#ansible-devtools` irc channel on\n  [libera.chat](https://web.libera.chat/?channel=#ansible-devtools).\n- Check github\n  [discussions](https://github.com/ansible-community/molecule/discussions).\n- Join the community working group by checking the\n  [wiki](https://github.com/ansible/community/wiki/Molecule).\n- Want to know about releases, subscribe to [ansible-announce\n  list](https://groups.google.com/group/ansible-announce).\n- For the full list of Ansible email Lists, IRC channels see the\n  [communication\n  page](https://docs.ansible.com/ansible/latest/community/communication.html).\n\nIf you want to get moving fast and make a quick patch:\n\n```bash\n$ git clone https://github.com/ansible-community/molecule && cd molecule\n$ python3 -m venv .venv && source .venv/bin/activate\n$ python3 -m pip install -U setuptools pip tox\n```\n\nAnd you're ready to make your changes!\n\n# Authors\n\nMolecule project was created by [Retr0h](https://github.com/retr0h) and\nit is now community-maintained as part of the\n[Ansible](https://ansible.com) by Red Hat project.\n\n# License\n\nThe\n[MIT](https://github.com/ansible-community/molecule/blob/main/LICENSE)\nLicense.\n\nThe logo is licensed under the [Creative Commons NoDerivatives 4.0\nLicense](https://creativecommons.org/licenses/by-nd/4.0/).\n\nIf you have some other use in mind, contact us.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Molecule aids in the development and testing of Ansible roles",
    "version": "6.0.3",
    "project_urls": {
        "changelog": "https://github.com/ansible-community/molecule/releases",
        "documentation": "https://molecule.readthedocs.io/",
        "homepage": "https://github.com/ansible-community/molecule",
        "repository": "https://github.com/ansible-community/molecule"
    },
    "split_keywords": [
        "ansible",
        "roles",
        "testing",
        "molecule"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08c2b643f9677065da7bcdc9067abc88a5f393ea5beb0e2fd6351447cf4a1720",
                "md5": "0031c8e1f93aa489471fd11912b99552",
                "sha256": "8e5d7a7841f9ed5dd26878d24951ec030b86f780aca17ffc509db8076f42de3d"
            },
            "downloads": -1,
            "filename": "molecule-6.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0031c8e1f93aa489471fd11912b99552",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 113694,
            "upload_time": "2023-12-13T13:38:24",
            "upload_time_iso_8601": "2023-12-13T13:38:24.892710Z",
            "url": "https://files.pythonhosted.org/packages/08/c2/b643f9677065da7bcdc9067abc88a5f393ea5beb0e2fd6351447cf4a1720/molecule-6.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55162e2ec50e14868739f320f5c74012c0bc52b40c45a66f3404d569c9479ed1",
                "md5": "4ca2ba8f16e62fdba9d467992f1e7059",
                "sha256": "d2a881062fcc5ef1e08c1e5127c04354d2c95171955e270bd82b3fbfef72d3b0"
            },
            "downloads": -1,
            "filename": "molecule-6.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4ca2ba8f16e62fdba9d467992f1e7059",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 344342,
            "upload_time": "2023-12-13T13:38:27",
            "upload_time_iso_8601": "2023-12-13T13:38:27.372900Z",
            "url": "https://files.pythonhosted.org/packages/55/16/2e2ec50e14868739f320f5c74012c0bc52b40c45a66f3404d569c9479ed1/molecule-6.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 13:38:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ansible-community",
    "github_project": "molecule",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "molecule"
}
        
Elapsed time: 0.14983s