Metadata-Version: 2.1
Name: fast-galaxy
Version: 0.1.3
Summary: A package to split and install Ansible Galaxy requirements in parallel.
Home-page: https://github.com/michael-todorovic/fast-galaxy
Author: Michael Todorovic
Author-email: michael.todorovic@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML

# fast-galaxy

This is `ansible-galaxy install` on steroids

You should run it with:

```bash
╰ fast-galaxy --help
usage: fast-galaxy [-h] [--parallel PARALLEL] requirements_path

Split and install Ansible Galaxy requirements.

positional arguments:
  requirements_path    Path to the requirements.yml file

options:
  -h, --help           show this help message and exit
  -f, --force          Force overwriting an existing role or collection
  --parallel PARALLEL  Number of parallel installations (default: 10)
```
