Metadata-Version: 2.1
Name: docker-tidy
Version: 1.1.4
Summary: Keep docker hosts tidy.
Home-page: https://docker-tidy.geekdocs.de/
License: Apache-2.0
Keywords: docker,gc,prune,garbage
Author: Robert Kaussow
Author-email: mail@thegeeklab.de
Requires-Python: >=3.7.0,<4.0.0
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 :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Dist: anyconfig (==0.12.0)
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: dateparser (==1.1.0)
Requires-Dist: docker (==5.0.3)
Requires-Dist: docker-pycreds (==0.4.0)
Requires-Dist: environs (==9.3.4)
Requires-Dist: idna (==3.3)
Requires-Dist: ipaddress (==1.0.23)
Requires-Dist: jsonschema (==4.1.2)
Requires-Dist: nested-lookup (==0.2.22)
Requires-Dist: pathspec (==0.9.0)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: python-json-logger (==2.0.2)
Requires-Dist: requests (==2.26.0)
Requires-Dist: ruamel.yaml (==0.17.16)
Requires-Dist: websocket_client (==1.2.1)
Requires-Dist: zipp (==3.6.0)
Project-URL: Documentation, https://docker-tidy.geekdocs.de/
Project-URL: Repository, https://github.com/thegeeklab/docker-tidy/
Description-Content-Type: text/markdown

# docker-tidy

Keep docker hosts tidy

[![Build Status](https://img.shields.io/drone/build/thegeeklab/docker-tidy?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de)](https://drone.thegeeklab.de/thegeeklab/docker-tidy)
[![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/docker-tidy)
[![Python Version](https://img.shields.io/pypi/pyversions/docker-tidy.svg)](https://pypi.org/project/docker-tidy/)
[![PyPI Status](https://img.shields.io/pypi/status/docker-tidy.svg)](https://pypi.org/project/docker-tidy/)
[![PyPI Release](https://img.shields.io/pypi/v/docker-tidy.svg)](https://pypi.org/project/docker-tidy/)
[![Codecov](https://img.shields.io/codecov/c/github/thegeeklab/docker-tidy)](https://codecov.io/gh/thegeeklab/docker-tidy)
[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/docker-tidy)](https://github.com/thegeeklab/docker-tidy/graphs/contributors)
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/docker-tidy)
[![License: Apache-2.0](https://img.shields.io/github/license/thegeeklab/docker-tidy)](https://github.com/thegeeklab/docker-tidy/blob/main/LICENSE)

This project is a fork of [Yelp/docker-custodian](https://github.com/Yelp/docker-custodian). Keep docker hosts tidy.

You can find the full documentation at [https://docker-tidy.geekdocs.de](https://docker-tidy.geekdocs.de/).

## Contributors

Special thanks goes to all [contributors](https://github.com/thegeeklab/docker-tidy/graphs/contributors). If you would like to contribute,
please see the [instructions](https://github.com/thegeeklab/docker-tidy/blob/main/CONTRIBUTING.md).

## License

This project is licensed under the Apache-2.0 License - see the [LICENSE](https://github.com/thegeeklab/docker-tidy/blob/main/LICENSE) file for details.

