{ "info": { "author": "Opsy", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Flask", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: System :: Monitoring" ], "description": "# Opsy\nA multi user/group web dashboard for Sensu\n\n# Developing\nCreate a virtualenvironment with virtualenvwrapper\n`mkvirtualenv -p /path/to/python3.4 opsy`\n\nClone down the opsy source code\n`git clone git@github.com:cryptk/opsy.git`\n\nInstall opsy for development (ensure you are in your previously created virtualenv)\n`~/opsy $ pip install --editable .`\n\nRun the app via uWSGI\n`~/opsy $ uwsgi -M --wsgi-file contrib/uwsgi/wsgi.py --callable app --http-socket 0.0.0.0:5000 --processes 4 --mule=contrib/uwsgi/scheduler.py`\n\nThis should start the app server on http://127.0.0.1:5000/\n\n# Building a deb package\n\nInstall the packaging dependencies:\n`apt-get install dh-virtualenv debhelper`\n\nEnter the root of the repository and build the package:\n`dpkg-buildpackage -us -uc`\n\n# F.A.Q.\n\n- Why Python3.4... Python 2.7 is where it's at!\n - The poller relies on asyncio which is only present in Python 3.4+", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cryptk/opsy", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "opsy", "package_url": "https://pypi.org/project/opsy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/opsy/", "project_urls": { "Homepage": "https://github.com/cryptk/opsy" }, "release_url": "https://pypi.org/project/opsy/0.0.1.dev166/", "requires_dist": null, "requires_python": null, "summary": "A multi-user/group web dashboard for Sensu", "version": "0.0.1.dev166" }, "last_serial": 2258755, "releases": { "0.0.1.dev166": [] }, "urls": [] }