Metadata-Version: 2.4
Name: obsah
Version: 1.5.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
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
License-File: LICENSE
Requires-Dist: ansible-core
Provides-Extra: argcomplete
Requires-Dist: argcomplete; extra == "argcomplete"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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