Metadata-Version: 2.1
Name: obsah
Version: 1.7.1
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
Description: # 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` 3
        - `ansible`
        
        
        ## Release
        
        First, install dependencies, either from Fedora:
        
        ```
        $ sudo dnf install bumpversion
        ```
        
        Or PyPI:
        
        ```
        $ pip install bump2version
        ```
        
        Now bump the version based on the type of update (e.g. major, minor, patch):
        
        ```
        bump2version <type>
        ```
        
        Finally, open a pull request with release.
        
Keywords: ansible foreman packaging koji brew mock
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
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.9, <4
Description-Content-Type: text/markdown
Provides-Extra: argcomplete
License-File: LICENSE
