Metadata-Version: 2.1
Name: galactory
Version: 0.2.0
Summary: Ansible Galaxy proxy using Artifactory as a backend
Home-page: https://github.com/briantist/galactory
Author: Brian Scholer
License: GPLv3+
Keywords: ansible,galaxy,artifactory
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# galactory
galactory is An Ansible Galaxy proxy for Artifactory.

Using an Artifactory Generic repository as its backend, galactory implements a limited subset of the Galaxy v2 API to allow for installing and publishing collections.

# Acknowledgements
This project is _heavily_ inspired by [amanda](https://github.com/sivel/amanda/).
