{ "info": { "author": "Arie Bregman", "author_email": "bregman.arie@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering", "Topic :: System :: Distributed Computing", "Topic :: System :: Monitoring" ], "description": "Jino\n====\n\nJino is a web application, used for managing and monitoring Jenkins jobs.\n\nInstallation\n------------\n\nTo install jino, run the following command:\n\n sudo pip install jino\n\nRunning the server\n------------------\n\nJino requires several arguments in order to run properly:\n\n* Jenkins URL - the url of your Jenkins server (e.g http://my_jenkins)\n* Username - Jenkins username\n* Password - Jenkins password\n* Jobs YAML - Jino will build the home page tables based on this file\n\nTo run Jino::\n\n jino runserver --jenkins 'http://my_jenkins' --username X --password Y --jobs /etc/jobs.yaml\n\nOR\n\n jino runserver --conf /etc/jino.cfg --jobs /etc/jobs.yaml\n\n\nConfiguration\n-------------\n\nYou must specify three variables:\n\n JENKINS = http://\n USERNAME = \n PASSWORD = \n\nThe location specified by --conf. By default, Jino will look for /etc/jino/config.cfg.\n\n\nJobs\n----\n\nUsing YAML format:\n\n - table: neutron\n jobs:\n\t\t- title: \"Title of the first row\"\n\t\t name: \"jenkins-job-name1\"\n\n\t\t- title: \"Title of the second row\"\n\t\t name: \"jenkins-job-name2\"\n\nThe location specified by --jobs. By default, Jino will look for /etc/jino/jobs.yaml.\n\n\nDrop database tables\n--------------------\n\nTo drop all the tables, run:\n\n jino drop", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "jino", "package_url": "https://pypi.org/project/jino/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jino/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/jino/0.0.1.dev12/", "requires_dist": null, "requires_python": null, "summary": "TBA", "version": "0.0.1.dev12" }, "last_serial": 2542225, "releases": { "0.0.1.dev12": [ { "comment_text": "", "digests": { "md5": "912e7cbae1b48af29084add9306f8158", "sha256": "2febcf74c52422bb310b3cad63bba0b89efb54c7bedeed63ff319432416b298b" }, "downloads": -1, "filename": "jino-0.0.1.dev12.tar.gz", "has_sig": false, "md5_digest": "912e7cbae1b48af29084add9306f8158", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 752047, "upload_time": "2016-12-28T10:22:02", "url": "https://files.pythonhosted.org/packages/14/53/f30666b6868bf66cdd06620c2d6baa7271e3472a2f847507bdfc5c2c3ee8/jino-0.0.1.dev12.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "912e7cbae1b48af29084add9306f8158", "sha256": "2febcf74c52422bb310b3cad63bba0b89efb54c7bedeed63ff319432416b298b" }, "downloads": -1, "filename": "jino-0.0.1.dev12.tar.gz", "has_sig": false, "md5_digest": "912e7cbae1b48af29084add9306f8158", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 752047, "upload_time": "2016-12-28T10:22:02", "url": "https://files.pythonhosted.org/packages/14/53/f30666b6868bf66cdd06620c2d6baa7271e3472a2f847507bdfc5c2c3ee8/jino-0.0.1.dev12.tar.gz" } ] }