{ "info": { "author": "Dennis Seidel", "author_email": "denseidel@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Manage your open polycloud platform.\n\nThe polycloud CLI includes all features to manage your polycloud setup including service template, UI templates, platform template and operation tasks. This means you save time developing and hava a higher convinince then using multiple scripts. \n\n## Getting Started\n\nInstall the cli using `pip install polycloud`. Get an overview of all `` and `` using `polycloud -h`.\n\n### Prerequisites\n\nInstall Python and Pip. \n\n```bash\nbrew install python\n```\n\nInstall `cement` framework and its dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n## Installation\n\nInstall the python code for the CLI \n\n```bash\npip install setup.py\n```\n\n## Development\n\nThis project includes a number of helpers in the `Makefile` to streamline common development tasks.\n\n### Environment Setup\n\nThe following demonstrates setting up and working with a development environment:\n\n```\n### create a virtualenv for development\n\n$ make virtualenv\n\n$ source env/bin/activate\n\n\n### run polycloud cli application\n\n$ polycloud --help\n\n\n### run pytest / coverage\n\n$ make test\n```\n\n\n### Releasing to PyPi\n\nBefore releasing to PyPi, you must configure your login credentials:\n\n**~/.pypirc**:\n\n```\n[pypi]\nusername = YOUR_USERNAME\npassword = YOUR_PASSWORD\n```\n\nThen use the included helper function via the `Makefile`:\n\n```\n$ make dist\n\n$ make dist-upload\n```\n\n## Deployments\n\n### Docker\n\nIncluded is a basic `Dockerfile` for building and distributing `Polycloud`,\nand can be built with the included `make` helper:\n\n```\n$ make docker\n\n$ docker run -it polycloud --help\n```\n\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/denseidel/platform/tree/master/cli", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "polycloud", "package_url": "https://pypi.org/project/polycloud/", "platform": "", "project_url": "https://pypi.org/project/polycloud/", "project_urls": { "Homepage": "https://github.com/denseidel/platform/tree/master/cli" }, "release_url": "https://pypi.org/project/polycloud/0.0.1.dev20181010211930/", "requires_dist": [ "cement", "jinja2", "pyyaml", "colorlog" ], "requires_python": "", "summary": "Manage your open polycloud platform.", "version": "0.0.1.dev20181010211930" }, "last_serial": 4361675, "releases": { "0.0.1.dev20181010211930": [ { "comment_text": "", "digests": { "md5": "e60a766f5991b50925a4ccfc0896e6c3", "sha256": "40bcd18dd8e2c7af67531a801d64893822ce811a79db1bfb5affa1f060f04f32" }, "downloads": -1, "filename": "polycloud-0.0.1.dev20181010211930-py3-none-any.whl", "has_sig": false, "md5_digest": "e60a766f5991b50925a4ccfc0896e6c3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 991723, "upload_time": "2018-10-10T21:26:37", "url": "https://files.pythonhosted.org/packages/89/27/9368ca7f7b8007e20cd00acd7bb65017109fe26c3d831079adc6d9e26e61/polycloud-0.0.1.dev20181010211930-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98ca49e4cfd58a51541d4757cf44a0b3", "sha256": "798dba338da42b5b981b0270a502f3242da3b389eade048a7733e2521aeaa2fe" }, "downloads": -1, "filename": "polycloud-0.0.1.dev20181010211930.tar.gz", "has_sig": false, "md5_digest": "98ca49e4cfd58a51541d4757cf44a0b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 915075, "upload_time": "2018-10-10T21:26:55", "url": "https://files.pythonhosted.org/packages/29/52/9930e910cdcfc8b8f95141aaed41c66094f8ee6f18f24f35782e6827cf20/polycloud-0.0.1.dev20181010211930.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e60a766f5991b50925a4ccfc0896e6c3", "sha256": "40bcd18dd8e2c7af67531a801d64893822ce811a79db1bfb5affa1f060f04f32" }, "downloads": -1, "filename": "polycloud-0.0.1.dev20181010211930-py3-none-any.whl", "has_sig": false, "md5_digest": "e60a766f5991b50925a4ccfc0896e6c3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 991723, "upload_time": "2018-10-10T21:26:37", "url": "https://files.pythonhosted.org/packages/89/27/9368ca7f7b8007e20cd00acd7bb65017109fe26c3d831079adc6d9e26e61/polycloud-0.0.1.dev20181010211930-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98ca49e4cfd58a51541d4757cf44a0b3", "sha256": "798dba338da42b5b981b0270a502f3242da3b389eade048a7733e2521aeaa2fe" }, "downloads": -1, "filename": "polycloud-0.0.1.dev20181010211930.tar.gz", "has_sig": false, "md5_digest": "98ca49e4cfd58a51541d4757cf44a0b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 915075, "upload_time": "2018-10-10T21:26:55", "url": "https://files.pythonhosted.org/packages/29/52/9930e910cdcfc8b8f95141aaed41c66094f8ee6f18f24f35782e6827cf20/polycloud-0.0.1.dev20181010211930.tar.gz" } ] }