Metadata-Version: 2.1
Name: molecule
Version: 2.20.0
Summary: Molecule aids in the development and testing of Ansible roles.
Home-page: https://github.com/ansible/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/molecule/issues
Project-URL: Release Management, https://github.com/ansible/molecule/projects
Project-URL: CI: Travis, https://travis-ci.com/ansible/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/molecule
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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 :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Dist: flake8 (<4,>=3.6.0)
Requires-Dist: yamllint (<2,>=1.11.1)
Requires-Dist: ansible-lint (<5,>=4.0.2)
Requires-Dist: anyconfig (==0.9.7)
Requires-Dist: cerberus (==1.2)
Requires-Dist: click (==6.7)
Requires-Dist: click-completion (==0.3.1)
Requires-Dist: colorama (==0.3.9)
Requires-Dist: cookiecutter (==1.6.0)
Requires-Dist: idna (<2.8)
Requires-Dist: python-gilt (==1.2.1)
Requires-Dist: Jinja2 (==2.10)
Requires-Dist: pbr (==5.1.1)
Requires-Dist: pexpect (==4.6.0)
Requires-Dist: psutil (==5.4.6)
Requires-Dist: PyYAML (==3.13)
Requires-Dist: sh (==1.12.14)
Requires-Dist: six (==1.11.0)
Requires-Dist: tabulate (==0.8.2)
Requires-Dist: testinfra (==1.19.0)
Requires-Dist: tree-format (==0.1.2)
Provides-Extra: azure
Requires-Dist: ansible[azure] ; extra == 'azure'
Provides-Extra: docker
Requires-Dist: docker (>=2.0.0) ; extra == 'docker'
Provides-Extra: docs
Requires-Dist: alabaster ; extra == 'docs'
Requires-Dist: Sphinx ; extra == 'docs'
Provides-Extra: ec2
Requires-Dist: boto ; extra == 'ec2'
Requires-Dist: boto3 ; extra == 'ec2'
Provides-Extra: gce
Requires-Dist: apache-libcloud ; extra == 'gce'
Provides-Extra: linode
Requires-Dist: linode-python ; (python_version < "3.0") and extra == 'linode'
Provides-Extra: lxc
Requires-Dist: lxc-python2 ; (python_version < "3.0" and platform_system == "Linux") and extra == 'lxc'
Provides-Extra: openstack
Requires-Dist: shade ; extra == 'openstack'
Provides-Extra: test
Requires-Dist: mock (==2.0.0) ; extra == 'test'
Requires-Dist: pur (==5.2.1) ; extra == 'test'
Requires-Dist: pytest (==3.6.0) ; extra == 'test'
Requires-Dist: pytest-cov (==2.6.0) ; extra == 'test'
Requires-Dist: pytest-helpers-namespace (==2019.1.8) ; extra == 'test'
Requires-Dist: pytest-mock (==1.10.0) ; extra == 'test'
Requires-Dist: pytest-verbose-parametrize (==1.4.0) ; extra == 'test'
Requires-Dist: pytest-xdist (==1.26.0) ; extra == 'test'
Requires-Dist: shade (==1.22.2) ; extra == 'test'
Requires-Dist: twine ; extra == 'test'
Requires-Dist: wheel (==0.30.0) ; extra == 'test'
Requires-Dist: yapf (<2,>=0.25.0) ; extra == 'test'
Requires-Dist: tox-tags (>=0.2.0) ; extra == 'test'
Provides-Extra: vagrant
Requires-Dist: python-vagrant ; extra == 'vagrant'
Provides-Extra: windows
Requires-Dist: pywinrm ; extra == 'windows'

********
Molecule
********

.. image:: https://badge.fury.io/py/molecule.svg
   :target: https://badge.fury.io/py/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://img.shields.io/travis/com/ansible/molecule/master.svg?label=Linux%20builds%20%40%20Travis%20CI
   :target: https://travis-ci.com/ansible/molecule

.. image:: https://img.shields.io/badge/Code%20of%20Conduct-Ansible-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-Ansible-orange.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

Molecule 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.

.. _`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`_.

.. _`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 was created by `Retr0h <https://github.com/retr0h>`_ and is now
maintained as part of the `Ansible`_ by Red Hat project.

.. _license:

License
=======

The `MIT`_ License.

.. _`MIT`: https://github.com/ansible/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/



