Metadata-Version: 2.1
Name: clean_docker
Version: 1.0.1
Summary: The CLI tool to remove all Docker artifacts from the machine
Home-page: https://github.com/lancelote/clean-docker
Author: Pavel Karateev
Author-email: lancelote.du.lac@gmail.com
License: MIT
Description: # clean-docker
        
        Basic script to get rid of Docker images, containers, volumes, and networks
        
        ## Installation
        
        - `pip install -U --user clean-docker`
        
        ## Requirements
        
        - Tested with Python 3.9+
        - You need a Docker daemon running on your machine
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Description-Content-Type: text/markdown
