Skip to content

gundalow/acparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tool to parse an ansible collection.

Setup

python3 -m pip install acparser

Usage

acparser --tarfile ~/Downloads/ansible-posix-2.0.0.tar.gz --namespace ansible --name posix  --version 2.0.0

Usge as a Python module

import acparser
result = acparser.process_collection("ansible", "posix", "2.0.0", "/home/adas/Downloads/ansible-posix-2.0.0.tar.gz")

License

MIT.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%