Metadata-Version: 2.1
Name: ansible-galaxy-outdated
Version: 1.2.0
Summary: Shows currently installed Ansible collections with updated version in Ansible Galaxy
Author: Christian Loos
Author-email: cloos@netsandbox.de
License: GPLv3+
Project-URL: Changelog, https://github.com/netsandbox/ansible-galaxy-outdated/releases
Project-URL: Documentation, https://github.com/netsandbox/ansible-galaxy-outdated
Project-URL: Homepage, https://github.com/netsandbox/ansible-galaxy-outdated
Project-URL: Issues, https://github.com/netsandbox/ansible-galaxy-outdated/issues
Project-URL: Source, https://github.com/netsandbox/ansible-galaxy-outdated
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: COPYING

# ansible-galaxy-outdated

[![PyPI](https://img.shields.io/pypi/v/ansible-galaxy-outdated)](https://pypi.org/project/ansible-galaxy-outdated/)
[![PyPI - License](https://img.shields.io/pypi/l/ansible-galaxy-outdated)](https://pypi.org/project/ansible-galaxy-outdated/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ansible-galaxy-outdated)](https://pypi.org/project/ansible-galaxy-outdated/)
[![Python package](https://github.com/netsandbox/ansible-galaxy-outdated/actions/workflows/test.yaml/badge.svg)](https://github.com/netsandbox/ansible-galaxy-outdated/actions/workflows/test.yaml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

`ansible-galaxy-outdated` shows currently installed [Ansible](https://www.ansible.com/) collections
with updated version in [Ansible Galaxy](https://galaxy.ansible.com/).

This is a workaround until `ansible-galaxy` themself have such a function.
See GitHub issue <https://github.com/ansible/ansible/issues/75632>.
