{ "info": { "author": "Adam Ra\u017aniewski", "author_email": "adam@razniewski.eu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# What is this?\nThis package contains library dockertarpusher that allows to push image packed as tar (usually from docker save command) to docker registry\n\nUsage of library:\n\n```\nfrom dockertarpusher import Registry\n\nreg = Registry(\"http://localhost:5000\", \"tests/busybox.tar\", login = \"admin\", password = \"admin123\")\nreg.processImage()\n\n```\n\n# Running\n```\ndocker-tar-push {REGISTRYURL} {TARPATH} [login] [password] [--noSslVerify]\n```\n\n\n# Why?\nBecause sometimes you will need only to repush image to registry, without full access to docker socket, docker client, so why then volume the whole socket?\n\n\n# License\nFree to use (MIT)\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Razikus/dockerregistrypusher", "keywords": "docker tar dockertar registry", "license": "", "maintainer": "", "maintainer_email": "", "name": "dockertarpusher", "package_url": "https://pypi.org/project/dockertarpusher/", "platform": "", "project_url": "https://pypi.org/project/dockertarpusher/", "project_urls": { "Homepage": "https://github.com/Razikus/dockerregistrypusher" }, "release_url": "https://pypi.org/project/dockertarpusher/0.16/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Docker tar pusher to registry without docker daemon", "version": "0.16" }, "last_serial": 5473240, "releases": { "0.16": [ { "comment_text": "", "digests": { "md5": "9f2f021981d575bf8f6224980b7e3e41", "sha256": "96e264e7b12b1adbbc4ee020587d0fb4086f2c9541ed723c44641493223dbf9c" }, "downloads": -1, "filename": "dockertarpusher-0.16-py3-none-any.whl", "has_sig": false, "md5_digest": "9f2f021981d575bf8f6224980b7e3e41", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6121, "upload_time": "2019-07-01T20:03:14", "url": "https://files.pythonhosted.org/packages/7e/71/310065d62074d5a7408ea45984326311e29cd462c60b55878ca9e03d0303/dockertarpusher-0.16-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d20b4f902af95d812846cc0437891950", "sha256": "c3e97dabf11dfb3d9271f4a58e7fff9c2d17f9044fdf8e8012e43237df781cb9" }, "downloads": -1, "filename": "dockertarpusher-0.16.tar.gz", "has_sig": false, "md5_digest": "d20b4f902af95d812846cc0437891950", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4028, "upload_time": "2019-07-01T20:03:15", "url": "https://files.pythonhosted.org/packages/02/12/df2d704f0f2956b6eb2ae8eafbcb6e5500e83cb780bd9904d4b30db10240/dockertarpusher-0.16.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f2f021981d575bf8f6224980b7e3e41", "sha256": "96e264e7b12b1adbbc4ee020587d0fb4086f2c9541ed723c44641493223dbf9c" }, "downloads": -1, "filename": "dockertarpusher-0.16-py3-none-any.whl", "has_sig": false, "md5_digest": "9f2f021981d575bf8f6224980b7e3e41", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6121, "upload_time": "2019-07-01T20:03:14", "url": "https://files.pythonhosted.org/packages/7e/71/310065d62074d5a7408ea45984326311e29cd462c60b55878ca9e03d0303/dockertarpusher-0.16-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d20b4f902af95d812846cc0437891950", "sha256": "c3e97dabf11dfb3d9271f4a58e7fff9c2d17f9044fdf8e8012e43237df781cb9" }, "downloads": -1, "filename": "dockertarpusher-0.16.tar.gz", "has_sig": false, "md5_digest": "d20b4f902af95d812846cc0437891950", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4028, "upload_time": "2019-07-01T20:03:15", "url": "https://files.pythonhosted.org/packages/02/12/df2d704f0f2956b6eb2ae8eafbcb6e5500e83cb780bd9904d4b30db10240/dockertarpusher-0.16.tar.gz" } ] }