{ "info": { "author": "Tim Jones", "author_email": "tjones@mintel.com", "bugtrack_url": null, "classifiers": [], "description": "Lazy Git\n========\n\nA streamlined REST API for wrapping access to Git repositories.\n\nRunning\n-------\n\n*Running*\n\n python manage.py runserver --host 0.0.0.0 --port 65004\n\nThis will run the process locally on port 65004, the `--host 0.0.0.0` is there\nso that hosts other than `localhost` can access the service, omit it if this is\nnot required.\n\nDocker\n------\n\n*Building*\n\n docker build -t lazy_git:latest .\n\nThis will build an image based on the official \n[Python 3 Docker image](https://hub.docker.com/_/python/) and defaults to \nsetting the `LAZY_GIT_MODE` environment variable to `Production`.\n\n*Running*\n\n docker run -d -p :65004 --name lazy_git -v :/var/lazy_git lazy_git:latest\n\nThis command will run a lazy_git process in the background on the port specified\nin ``. If you want to override the `LAZY_GIT_MODE` environment\nvariable (or any other, such as `LAZY_GIT_CONFIG`) then use the\n[`-e` argument](https://docs.docker.com/engine/reference/run/#/env-environment-variables).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/mintelrnd/lazy_git", "keywords": "git,rest,restful,flask", "license": "Copyright 2016 Mintel Group Ltd.\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": "lazy_git", "package_url": "https://pypi.org/project/lazy_git/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/lazy_git/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/mintelrnd/lazy_git" }, "release_url": "https://pypi.org/project/lazy_git/0.2/", "requires_dist": null, "requires_python": null, "summary": "A streamlined REST API for access to Git repositories", "version": "0.2" }, "last_serial": 2232358, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "740726e4d6a4723994123322b9e4d993", "sha256": "2d73430007c57e5fa27719db605154c37df47fd3cfdfdc393299614c68e64e11" }, "downloads": -1, "filename": "lazy_git-0.2.tar.gz", "has_sig": false, "md5_digest": "740726e4d6a4723994123322b9e4d993", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3931, "upload_time": "2016-07-20T10:26:46", "url": "https://files.pythonhosted.org/packages/8a/3b/07312f214ce57b22d7ea89569873d6b5c7f62244a2983c109864124f494d/lazy_git-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "740726e4d6a4723994123322b9e4d993", "sha256": "2d73430007c57e5fa27719db605154c37df47fd3cfdfdc393299614c68e64e11" }, "downloads": -1, "filename": "lazy_git-0.2.tar.gz", "has_sig": false, "md5_digest": "740726e4d6a4723994123322b9e4d993", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3931, "upload_time": "2016-07-20T10:26:46", "url": "https://files.pythonhosted.org/packages/8a/3b/07312f214ce57b22d7ea89569873d6b5c7f62244a2983c109864124f494d/lazy_git-0.2.tar.gz" } ] }