{ "info": { "author": "Yaron Schneider, Limor Lahiani, Tomer Rosenthal, Emre Kenci", "author_email": "torosent@microsoft.com", "bugtrack_url": null, "classifiers": [], "description": "# Kreate: Fast deployment of code dependencies\n\n[![image](https://travis-ci.org/kreate-io/kreate.svg?branch=master)](https://travis-ci.org/kreate-io/kreate)\n\nKreate allows developers to focus on code and not ops by identifying and deploying third party dependencies such as Databases, Caches and other persistent stores into any Kubernetes cluster.\n\n*Kreate is experimental\n\n[![asciicast](https://asciinema.org/a/178016.png)](https://asciinema.org/a/178016)\n\n## Installation\n\n#### Prerequisites \n* Kubernetes Cluster.\n* Install and setup [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)\n* Install and setup [helm](https://docs.helm.sh/using_helm/)\n* Add helm's stable and incubator repos\n```\n$ helm repo add stable https://kubernetes-charts.storage.googleapis.com\n$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator\n```\n\n### Docker\n```\ndocker run -it -v ${HOME}:/root kreateio/kreate\n```\n\n**if you want to pick up the kubeconfig from your user environment, you can use -v ${HOME}:/root to mount $HOME as /root.**\n\n### Windows, OSX and Linux\n\n1. Install [Python 3.6.5](https://www.python.org/downloads/release/python-365/)\n2. ```pip install kreate```\n\n## Usage\n```\nkreate [ command ] {parameters}\n ```\n\n### Getting started\nFor usage and help content, pass in the -h parameter, for example:\n```\n$ kreate -h\n$ kreate deploy -h\n```\n\n#### Deploy environment\n```\n$ kreate deploy --path \"path_to_your_code_folder\"\n```\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/Kreate/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "Kreate", "package_url": "https://pypi.org/project/Kreate/", "platform": "", "project_url": "https://pypi.org/project/Kreate/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/Kreate/" }, "release_url": "https://pypi.org/project/Kreate/0.0.2/", "requires_dist": [ "gitpython", "knack", "numpy", "scipy", "nltk", "sklearn", "jellyfish", "pyyaml", "pytest; extra == 'test'" ], "requires_python": "", "summary": "Fast deployment of dependencies to Kubernetes", "version": "0.0.2" }, "last_serial": 3816903, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "0f0aebc5602bc7f952823b5587931cc2", "sha256": "e52746bdc8a636f49f8356927cf689cc7e3829ccce2d5c2edb1a36f1eeec002e" }, "downloads": -1, "filename": "Kreate-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0f0aebc5602bc7f952823b5587931cc2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 106694, "upload_time": "2018-04-28T13:20:33", "url": "https://files.pythonhosted.org/packages/b6/ba/cf6b510f81d851a73cc0b2d9c51984fb7e547f0d53ce19aefe2a59f63317/Kreate-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8c15fb298e83240f194879ef5d8f180", "sha256": "8d0408393f3c412a1724497d843c1f7909eaee29f55a6f634624853e195bf35a" }, "downloads": -1, "filename": "Kreate-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c8c15fb298e83240f194879ef5d8f180", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8022, "upload_time": "2018-04-28T13:20:34", "url": "https://files.pythonhosted.org/packages/e8/4a/40369a8412c041acd2f249e6032a0fa81ffa474e271db83df76bd235c17c/Kreate-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0f0aebc5602bc7f952823b5587931cc2", "sha256": "e52746bdc8a636f49f8356927cf689cc7e3829ccce2d5c2edb1a36f1eeec002e" }, "downloads": -1, "filename": "Kreate-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0f0aebc5602bc7f952823b5587931cc2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 106694, "upload_time": "2018-04-28T13:20:33", "url": "https://files.pythonhosted.org/packages/b6/ba/cf6b510f81d851a73cc0b2d9c51984fb7e547f0d53ce19aefe2a59f63317/Kreate-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8c15fb298e83240f194879ef5d8f180", "sha256": "8d0408393f3c412a1724497d843c1f7909eaee29f55a6f634624853e195bf35a" }, "downloads": -1, "filename": "Kreate-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c8c15fb298e83240f194879ef5d8f180", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8022, "upload_time": "2018-04-28T13:20:34", "url": "https://files.pythonhosted.org/packages/e8/4a/40369a8412c041acd2f249e6032a0fa81ffa474e271db83df76bd235c17c/Kreate-0.0.2.tar.gz" } ] }