{ "info": { "author": "Claudio Benfatto", "author_email": "claudio.benfatto@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: System :: Systems Administration" ], "description": "# CF Buildpack Dashboard\n\n## Dependencies\nIn order to run this application you need the [cf-light-api](https://github.com/SpringerPE/cf-light-api) running at\na known endpoint.\nEach `cf-light-api` endpoint needs to be provided as a value by populating the `CF_BUILDPACK_DASHBOARD_ENVIRONMENT` env\nvariable.\n\n## Configuration\n\nThe `cf_buildpack_dashboard` application accepts the following configuration parameters passed\nby env variables:\n\n- `CF_BUILDPACK_DASHBOARD_ENVIRONMENT`: a json dictionary mapping different environments to their api endpoints. For example ```{\"test\": \"http://cf-light-api-test.example.com\", \"prod\": \"https:cf-light-api-prod.example.com\"}```\n- `PORT`: the port to which the application binds. If running in Cloudfoundry it will be provided by the platform.\n\n## Building for pip\n\nTo build the `tar.gz` pip package simply run: ```python setup.py sdist```\nfrom the project root directory.\n\n## Installing and Running\n\n### Pip install\nYou can install the application from `pypi.org` by running `pip install cf_buildpack_dashboard`. This will install an\nexecutable script that you can call directly `cf_buildpack_dashboard`\n\n### Cloudfoundry manifest\nYou can target as well a Cloudfoundry installation by providing a manifest as in the following example:\n\n```\napplications:\n - name: cf-buildpack-dashboard\n instances: 1\n memory: 256MB\n command: ./run_app.py\n env:\n CF_BUILDPACK_DASHBOARD_ENVIRONMENTS: '{\n \"test\": \"https://cf-api.test.example.com\",\n \"dev\": \"https://cf-api.dev.example.com\",\n \"live\": \"https://cf-api.live.example.com\"\n }'\n\n```\nand push with `cf push`\n\n### Provided script\nThe application can also be run as a simple python application by installing the\nrequirements and using the provided `run_app.py` script.\n\n## Running the tests\n\n```\nnosetests -s\n```\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "assessment", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cf_buildpack_dashboard", "package_url": "https://pypi.org/project/cf_buildpack_dashboard/", "platform": "", "project_url": "https://pypi.org/project/cf_buildpack_dashboard/", "project_urls": null, "release_url": "https://pypi.org/project/cf_buildpack_dashboard/0.0.9/", "requires_dist": null, "requires_python": "", "summary": "Builpack dashboard for Cloudfoundry", "version": "0.0.9" }, "last_serial": 3747916, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "4f5fe5f198b6bad8c5c4ecdda182a6ab", "sha256": "1e4dee5d3de10184af20144dff55cdb5fc6edca1926bcec65ebaacfc217f17d8" }, "downloads": -1, "filename": "cf_buildpack_dashboard-0.0.4.tar.gz", "has_sig": false, "md5_digest": "4f5fe5f198b6bad8c5c4ecdda182a6ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 628006, "upload_time": "2018-03-20T15:04:56", "url": "https://files.pythonhosted.org/packages/fd/9f/f7a1baaffa7565383cb93a8b033a41a489389a9a36ea6e4cc6db68ce93ce/cf_buildpack_dashboard-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "d86418becc6f2e1b566dedbc05d3f3ac", "sha256": "b4c75adcb449d69775685de1f9343d4c0c06f294c512053921e9b4cdb5f74463" }, "downloads": -1, "filename": "cf_buildpack_dashboard-0.0.5.tar.gz", "has_sig": false, "md5_digest": "d86418becc6f2e1b566dedbc05d3f3ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 628540, "upload_time": "2018-03-20T16:30:28", "url": "https://files.pythonhosted.org/packages/60/47/01bf6da6041e8463f8b582feb971ffa58c43288041e6c51064ad49832f56/cf_buildpack_dashboard-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "1891af8f33b4aa1b28bd8b1d2c188cb3", "sha256": "674bcf0f0b47fbc149eacdded39b1025335a6370d078c44e858a8b9a7e9c146f" }, "downloads": -1, "filename": "cf_buildpack_dashboard-0.0.6.tar.gz", "has_sig": false, "md5_digest": "1891af8f33b4aa1b28bd8b1d2c188cb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 628571, "upload_time": "2018-03-21T11:18:43", "url": "https://files.pythonhosted.org/packages/83/b8/a4a3e22496e02f16b4bc7e7850a920772700a32855d5079017610d93d854/cf_buildpack_dashboard-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "b7e7d241c5763837488f29e04190b486", "sha256": "cb116546738c7be997a78cd7aebd9c8bc18f91b3adb678c6671384d617ee2db2" }, "downloads": -1, "filename": "cf_buildpack_dashboard-0.0.7.tar.gz", "has_sig": false, "md5_digest": "b7e7d241c5763837488f29e04190b486", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 629216, "upload_time": "2018-03-29T11:07:06", "url": "https://files.pythonhosted.org/packages/e2/f0/0929e1d247addf9d86c9aa1453c2d2b0ec4e2c948976d83d71cc2b186ed2/cf_buildpack_dashboard-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "ff575616a3163d3fc31d65ea8c514e9e", "sha256": "28dede6ba62f3291dd7b22e514af3603f0d4549f74a08f7867493449ea52afe7" }, "downloads": -1, "filename": "cf_buildpack_dashboard-0.0.8.tar.gz", "has_sig": false, "md5_digest": "ff575616a3163d3fc31d65ea8c514e9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12710126, "upload_time": "2018-04-06T10:49:42", "url": "https://files.pythonhosted.org/packages/ad/bc/3d446da7f43c02bdf4ebdb9d3086b882c07c52ac003725e21c40717a52f7/cf_buildpack_dashboard-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "7203940e45b0f18fdf2b7a1f6ea82b30", "sha256": "967a5872a754a61b65c7b82d342d3438d83a35d4555054e291477ae1ee42d7b8" }, "downloads": -1, "filename": "cf_buildpack_dashboard-0.0.9.tar.gz", "has_sig": false, "md5_digest": "7203940e45b0f18fdf2b7a1f6ea82b30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12710216, "upload_time": "2018-04-06T15:04:19", "url": "https://files.pythonhosted.org/packages/0d/16/d0ead6502014fa9de76691ffdf8edeeb05b75b09a4732fa7bbe9237e0f3e/cf_buildpack_dashboard-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7203940e45b0f18fdf2b7a1f6ea82b30", "sha256": "967a5872a754a61b65c7b82d342d3438d83a35d4555054e291477ae1ee42d7b8" }, "downloads": -1, "filename": "cf_buildpack_dashboard-0.0.9.tar.gz", "has_sig": false, "md5_digest": "7203940e45b0f18fdf2b7a1f6ea82b30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12710216, "upload_time": "2018-04-06T15:04:19", "url": "https://files.pythonhosted.org/packages/0d/16/d0ead6502014fa9de76691ffdf8edeeb05b75b09a4732fa7bbe9237e0f3e/cf_buildpack_dashboard-0.0.9.tar.gz" } ] }