Metadata-Version: 2.1
Name: docker-tidy
Version: 0.1.7
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.6.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.6
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.10.0,<0.11.0)
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: certifi (>=2020.11.8,<2021.0.0)
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: dateparser (>=1.0.0,<2.0.0)
Requires-Dist: docker (>=5.0.0,<6.0.0)
Requires-Dist: docker-pycreds (>=0.4.0,<0.5.0)
Requires-Dist: environs (>=9.2.0,<10.0.0)
Requires-Dist: idna (>=2.10,<3.0)
Requires-Dist: ipaddress (>=1.0.23,<2.0.0)
Requires-Dist: jsonschema (>=3.2.0,<4.0.0)
Requires-Dist: nested-lookup (>=0.2.21,<0.3.0)
Requires-Dist: pathspec (>=0.8.1,<0.9.0)
Requires-Dist: python-dateutil (>=2.8.1,<3.0.0)
Requires-Dist: python-json-logger (>=2.0.1,<3.0.0)
Requires-Dist: requests (>=2.25.0,<3.0.0)
Requires-Dist: ruamel.yaml (>=0.17.0,<0.18.0)
Requires-Dist: websocket_client (>=0.58.0,<0.59.0)
Requires-Dist: zipp (>=3.4.0,<4.0.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.

