Metadata-Version: 2.1
Name: molecule
Version: 3.0.4
Summary: Molecule aids in the development and testing of Ansible roles
Home-page: https://github.com/ansible-community/molecule
Author: Ansible by Red Hat
Author-email: info@ansible.com
Maintainer: Ansible by Red Hat
Maintainer-email: info@ansible.com
License: MIT
Project-URL: Bug Tracker, https://github.com/ansible-community/molecule/issues
Project-URL: Release Management, https://github.com/ansible-community/molecule/releases
Project-URL: CI: Zuul, https://dashboard.zuul.ansible.com/t/ansible/builds?project=ansible-community/molecule
Project-URL: Code of Conduct, https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
Project-URL: Documentation, https://molecule.readthedocs.io
Project-URL: Mailing lists, https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
Project-URL: Source Code, https://github.com/ansible-community/molecule
Description: ****************
        Ansible Molecule
        ****************
        
        .. image:: https://img.shields.io/pypi/v/molecule
           :target: https://pypi.org/project/molecule/
           :alt: PyPI Package
        
        .. image:: https://readthedocs.org/projects/molecule/badge/?version=latest
           :target: https://molecule.readthedocs.io/en/latest/
           :alt: Documentation Status
        
        .. image:: https://zuul-ci.org/gated.svg
           :target: https://dashboard.zuul.ansible.com/t/ansible/builds?project=ansible-community/molecule
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/python/black
           :alt: Python Black Code Style
        
        .. image:: https://img.shields.io/badge/Code%20of%20Conduct-silver.svg
           :target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
           :alt: Ansible Code of Conduct
        
        .. image:: https://img.shields.io/badge/Mailing%20lists-silver.svg
           :target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
           :alt: Ansible mailing lists
        
        .. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
           :target: LICENSE
           :alt: Repository License
        
        About Ansible Molecule
        ======================
        
        Molecule project is designed to aid in the development and testing of
        `Ansible`_ 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.
        
        .. _`Ansible`: https://ansible.com
        
        .. _documentation:
        
        Documentation
        =============
        
        Read the documentation and more at https://molecule.readthedocs.io/.
        
        .. _get-involved:
        
        Get Involved
        ============
        
        * Join us in the ``#ansible-molecule`` channel on `Freenode`_.
        * Join the discussion in `molecule-users Forum`_.
        * Join the community working group by checking the `wiki`_.
        * Want to know about releases, subscribe to `ansible-announce list`_.
        * For the full list of Ansible email Lists, IRC channels see the
          `communication page`_.
        
        If you want to get moving fast and make a quick patch:
        
        .. code-block:: 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!
        
        .. _`Freenode`: https://freenode.net
        .. _`molecule-users Forum`: https://groups.google.com/forum/#!forum/molecule-users
        .. _`wiki`: https://github.com/ansible/community/wiki/Molecule
        .. _`ansible-announce list`: https://groups.google.com/group/ansible-announce
        .. _`communication page`: https://docs.ansible.com/ansible/latest/community/communication.html
        
        .. _authors:
        
        Authors
        =======
        
        Molecule project was created by `Retr0h <https://github.com/retr0h>`_ and it is
        now community-maintained as part of the `Ansible`_ by Red Hat project.
        
        .. _license:
        
        License
        =======
        
        The `MIT`_ License.
        
        .. _`MIT`: https://github.com/ansible-community/molecule/blob/master/LICENSE
        
        The logo is licensed under the `Creative Commons NoDerivatives 4.0 License`_.
        
        If you have some other use in mind, contact us.
        
        .. _`Creative Commons NoDerivatives 4.0 License`: https://creativecommons.org/licenses/by-nd/4.0/
        
Keywords: ansible,roles,testing,molecule
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: docker
Provides-Extra: windows
Provides-Extra: test
Provides-Extra: lint
