orionutils

An Apache-licensed Python library that facilitates functional testing of Ansible Galaxy and related tooling.


License
Apache-2.0
Install
pip install orionutils==0.1.7

Documentation

orion-utils

orionutils provides collection generation for testing Galaxy and related projects.

Releasing

To release a new version of orion-utils, follow these steps:

  1. Change the version in setup.py
  2. Generate a distribution of the new version: python setup.py sdist
  3. Upload to PyPI twine upload dist/orionutils-*.tar.gz

You must have PyPI credentials for an account with upload permissions.