Metadata-Version: 2.1 Name: ansible-builder Version: 3.1.0 Summary: "A tool for building Ansible Execution Environments" Home-page: https://ansible-builder.readthedocs.io Author: Ansible, Inc. Author-email: info@ansible.com License: Apache Software License, Version 2.0 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 :: Apache Software License Classifier: Natural Language :: English Classifier: Operating System :: POSIX Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Topic :: Software Development :: Build Tools Classifier: Topic :: System :: Systems Administration Classifier: Topic :: Utilities Requires-Python: >=3.9 Description-Content-Type: text/markdown License-File: LICENSE.md Requires-Dist: PyYAML Requires-Dist: bindep Requires-Dist: jsonschema Requires-Dist: packaging [![CI](https://github.com/ansible/ansible-builder/actions/workflows/ci.yml/badge.svg?branch=devel)](https://github.com/ansible/ansible-builder/actions?query=branch%3Adevel) [![codecov](https://codecov.io/gh/ansible/ansible-builder/branch/devel/graph/badge.svg?token=4F6P3DBI40)](https://codecov.io/gh/ansible/ansible-builder) # Ansible Builder Ansible Builder is a tool that automates the process of building execution environments using the schemas and tooling defined in various Ansible Collections and by the user. See the readthedocs page for `ansible-builder` at: https://ansible-builder.readthedocs.io/en/stable/ ## Get Involved: * We use [GitHub issues](https://github.com/ansible/ansible-builder/issues) to track bug reports and feature ideas * Want to contribute, check out our [guide](CONTRIBUTING.md) * Join us in the `#ansible-builder` channel on Libera.chat IRC * For the full list of Ansible email Lists, IRC channels and working groups, check out the [Ansible Mailing lists](https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information) page of the official Ansible documentation. ## Code of Conduct We ask all of our community members and contributors to adhere to the [Ansible code of conduct](http://docs.ansible.com/ansible/latest/community/code_of_conduct.html). If you have questions, or need assistance, please reach out to our community team at [codeofconduct@ansible.com](mailto:codeofconduct@ansible.com) ## License [Apache License v2.0](./LICENSE.md)