{ "info": { "author": "Wagner Souza", "author_email": "wagnersza@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Utilities" ], "description": "# Docker registry swift driver\n\nThis is a [docker-registry backend driver][registry-core] for\n[Openstack Swift](http://docs.openstack.org/developer/swift/).\n\n[![PyPI version][pypi-image]][pypi-url]\n[![Build Status][travis-image]][travis-url]\n\n## Usage\n\nAssuming you have a working docker-registry and swift setup:\n\n```\npip install docker-registry-driver-swift\n```\n\nThen edit your docker-registry configuration so that `storage` reads `swift`.\n\n\n## Options\n\nYou may add any of the following to your main docker-registry configuration to further configure it:\n\n```yaml\nstorage: swift\nstorage_path: /registry\nswift_authurl: _env:OS_AUTH_URL\nswift_cacert: _env:OS_CACERT\nswift_container: _env:OS_CONTAINER\nswift_user: _env:OS_USERNAME\nswift_password: _env:OS_PASSWORD\nswift_tenant_name: _env:OS_TENANT_NAME\nswift_region_name: _env:OS_REGION_NAME\n```\n\n## Contributing\n\nInstall package dependencies:\n\n```\n$ pip install -r requirements.txt\n$ pip install -r test/requirements.txt\n```\n\nIn order to verify what you did is ok, just run `make test`. This will run the tests\nprovided by [`docker-registry-core`][registry-core].\n\nPlease also follow the contributing guidelines in [CONTRIBUTING.md](CONTRIBUTING.md).\n\n[pypi-url]: https://pypi.python.org/pypi/docker-registry-driver-swift\n[pypi-image]: https://badge.fury.io/py/docker-registry-driver-swift.svg\n[registry-core]: https://github.com/dotcloud/docker-registry/tree/master/depends/docker-registry-core\n[travis-url]: http://travis-ci.org/bacongobbler/docker-registry-driver-swift\n[travis-image]: https://secure.travis-ci.org/bacongobbler/docker-registry-driver-swift.png?branch=master", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/wagnersza/docker-registry-driver-swift-glb/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wagnersza/docker-registry-driver-swift-glb", "keywords": null, "license": "Copyright 2014 Matthew Fisher \n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "maintainer": null, "maintainer_email": null, "name": "docker-registry-driver-swift-glb", "package_url": "https://pypi.org/project/docker-registry-driver-swift-glb/", "platform": "Independent", "project_url": "https://pypi.org/project/docker-registry-driver-swift-glb/", "project_urls": { "Download": "https://github.com/wagnersza/docker-registry-driver-swift-glb/archive/master.zip", "Homepage": "https://github.com/wagnersza/docker-registry-driver-swift-glb" }, "release_url": "https://pypi.org/project/docker-registry-driver-swift-glb/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "Docker registry swift driver", "version": "0.2.2" }, "last_serial": 1528453, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "20c0320dee559a0f596d489ddefcd1dc", "sha256": "3464b0827572f8df3714a1c68a9a4d9b82213ba6556c12057f5591f43fdd88e2" }, "downloads": -1, "filename": "docker-registry-driver-swift-glb-0.2.2.tar.gz", "has_sig": false, "md5_digest": "20c0320dee559a0f596d489ddefcd1dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4432, "upload_time": "2015-04-30T21:12:07", "url": "https://files.pythonhosted.org/packages/9c/7e/dd412bdc7212b6b6375c69e5f97907b6dbf9dc9c80813e6b38628820e1a5/docker-registry-driver-swift-glb-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "20c0320dee559a0f596d489ddefcd1dc", "sha256": "3464b0827572f8df3714a1c68a9a4d9b82213ba6556c12057f5591f43fdd88e2" }, "downloads": -1, "filename": "docker-registry-driver-swift-glb-0.2.2.tar.gz", "has_sig": false, "md5_digest": "20c0320dee559a0f596d489ddefcd1dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4432, "upload_time": "2015-04-30T21:12:07", "url": "https://files.pythonhosted.org/packages/9c/7e/dd412bdc7212b6b6375c69e5f97907b6dbf9dc9c80813e6b38628820e1a5/docker-registry-driver-swift-glb-0.2.2.tar.gz" } ] }