Metadata-Version: 2.1
Name: obsah
Version: 1.0.0
Summary: packaging wrapper using ansible
Home-page: https://github.com/theforeman/obsah
Author: The Foreman Project
Author-email: foreman-dev@googlegroups.com
License: GPL-2.0-only
Project-URL: Documentation, https://obsah.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/theforeman/obsah
Keywords: ansible foreman packaging koji brew mock
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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.13
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Provides-Extra: argcomplete
License-File: LICENSE

# obsah - easily build CLI applications using ansible playbooks

[![Documentation Status](https://readthedocs.org/projects/obsah/badge/?version=latest)](https://obsah.readthedocs.io/en/latest/)

`obsah` is an Ansible wrapper that will help you to build CLI applications by writing Ansible playbooks.

## necessary tools

- `python` (2 or 3)
- `ansible`


