{ "info": { "author": "Remi Rampin", "author_email": "remirampin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: System :: Filesystems" ], "description": "dockerimage\n===========\n\nThis is a library for manipulating Docker images directly.\n\nIt will allow you to inspect, edit, or assemble Docker images in ``docker-save(1)`` format, without the need to talk to Docker at all.\n\nExample\n-------\n\n.. code-block:: python\n\n import dockerimage\n\n archive = dockerimage.Archive(filename='ubuntu.tar.gz')\n print(archive.images.keys()\n # ['ubuntu:16.04', 'ubuntu:17.10']\n print(archive.images['ubuntu:16.04'].layers)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/remram44/dockerimage", "keywords": "docker,image,container,layers", "license": "BSD-3-Clause", "maintainer": "Remi Rampin", "maintainer_email": "remirampin@gmail.com", "name": "dockerimage", "package_url": "https://pypi.org/project/dockerimage/", "platform": "", "project_url": "https://pypi.org/project/dockerimage/", "project_urls": { "Homepage": "https://gitlab.com/remram44/dockerimage", "Say Thanks": "https://saythanks.io/to/remram44", "Source": "https://gitlab.com/remram44/dockerimage", "Tracker": "https://gitlab.com/remram44/dockerimage/issues" }, "release_url": "https://pypi.org/project/dockerimage/0.0/", "requires_dist": null, "requires_python": "", "summary": "Manipulate Docker image files directly", "version": "0.0" }, "last_serial": 4031337, "releases": { "0.0": [ { "comment_text": "", "digests": { "md5": "5243240e98562bcfa24663e666addcfe", "sha256": "07f7f1190c7b5d037806834416d0421751f09652d55432e140370ca42669d892" }, "downloads": -1, "filename": "dockerimage-0.0.tar.gz", "has_sig": false, "md5_digest": "5243240e98562bcfa24663e666addcfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2553, "upload_time": "2018-07-04T23:45:26", "url": "https://files.pythonhosted.org/packages/5a/ea/fd24392bca02b1c790b7f573b13396c5d0382ed751c102c4e1f7cc88dd8f/dockerimage-0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5243240e98562bcfa24663e666addcfe", "sha256": "07f7f1190c7b5d037806834416d0421751f09652d55432e140370ca42669d892" }, "downloads": -1, "filename": "dockerimage-0.0.tar.gz", "has_sig": false, "md5_digest": "5243240e98562bcfa24663e666addcfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2553, "upload_time": "2018-07-04T23:45:26", "url": "https://files.pythonhosted.org/packages/5a/ea/fd24392bca02b1c790b7f573b13396c5d0382ed751c102c4e1f7cc88dd8f/dockerimage-0.0.tar.gz" } ] }