{ "info": { "author": "Emmanuel Dyan", "author_email": "emmanueldyan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development", "Topic :: System :: Distributed Computing", "Topic :: System :: Systems Administration" ], "description": "Overview\n========\n\n.. image:: https://scrutinizer-ci.com/g/stakkr-org/docker-clean/badges/quality-score.png?b=master\n :target: https://scrutinizer-ci.com/g/stakkr-org/docker-clean\n.. image:: https://travis-ci.com/stakkr-org/docker-clean.svg?branch=master\n :target: https://travis-ci.com/stakkr-org/docker-clean\n.. image:: https://img.shields.io/pypi/l/docker-clean.svg\n :target: https://pypi.python.org/pypi/docker-clean\n.. image:: https://api.codeclimate.com/v1/badges/0d084cbb66933be59317/maintainability\n :target: https://codeclimate.com/github/stakkr-org/docker-clean/maintainability\n :alt: Maintainability\n.. image:: https://api.codeclimate.com/v1/badges/0d084cbb66933be59317/test_coverage\n :target: https://codeclimate.com/github/stakkr-org/docker-clean/test_coverage\n :alt: Test Coverage\n\n\nDocker-Clean\n============\n\nCommand line tool to clean docker containers, images, volumes and networks\nthat are not in use currently (started).\n\n\n.. code:: bash\n\n Usage: docker-clean [OPTIONS]\n\n Clean Docker containers, images, volumes and networks that are not in use\n\n Options:\n -f, --force Do it\n -c, --containers / --no-containers Remove containers\n -i, --images / --no-images Remove images\n -V, --volumes / --no-volumes Remove volumes\n -n, --networks / --no-networks Remove networks\n --help Show this message and exit.\n\n\n\nDevelopment\n===========\n\nSetup your env\n--------------\n\nTo develop, you have to create a virtual environment :\n\n.. code:: bash\n\n $ git clone git@github.com:stakkr-org/docker-clean.git docker-clean\n $ cd docker-clean\n $ python3 -m venv venv\n $ source venv/bin/activate\n # For Windows use \"venv\\Scripts\\activate\"\n\n\nThen install docker-clean and its dependencies :\n\n.. code:: bash\n\n $ python -m pip install --upgrade pip\n $ python -m pip install -e .\n $ python -m pip install -r requirements-dev.txt\n\n\nRun Tests\n---------\n\n.. code:: bash\n\n $ py.test", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/stakkr-org/docker-clean", "keywords": "docker,python", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "docker-clean", "package_url": "https://pypi.org/project/docker-clean/", "platform": "", "project_url": "https://pypi.org/project/docker-clean/", "project_urls": { "Homepage": "http://github.com/stakkr-org/docker-clean" }, "release_url": "https://pypi.org/project/docker-clean/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "A command to clean docker images, containers, networks and volumes.", "version": "1.0.2" }, "last_serial": 5495694, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "b6789d9226527a843de5734fffe567c0", "sha256": "ca602d1dce6b2434d1eaaffa14a9908be6420afcd1b12406fefcda321ae1a179" }, "downloads": -1, "filename": "docker-clean-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b6789d9226527a843de5734fffe567c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7554, "upload_time": "2019-07-06T21:42:01", "url": "https://files.pythonhosted.org/packages/98/10/750ba315d4009c8f872728ddaa20acbcc9930fb9a09a49af3d4adbe90e95/docker-clean-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b6789d9226527a843de5734fffe567c0", "sha256": "ca602d1dce6b2434d1eaaffa14a9908be6420afcd1b12406fefcda321ae1a179" }, "downloads": -1, "filename": "docker-clean-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b6789d9226527a843de5734fffe567c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7554, "upload_time": "2019-07-06T21:42:01", "url": "https://files.pythonhosted.org/packages/98/10/750ba315d4009c8f872728ddaa20acbcc9930fb9a09a49af3d4adbe90e95/docker-clean-1.0.2.tar.gz" } ] }