{ "info": { "author": "Emmanuel Goh", "author_email": "emmanuel.goh.7@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nMonitor\n=====\n\nMonitor exposes a JSON endpoint to your system to check on system information\n\n\nQuick start\n-----------\n\n1. Add \"monitor\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'monitor',\n ]\n\n2. Include the monitor URLconf in your project urls.py like this::\n\n url(r'^stats/', include('monitor.urls')),\n\n4. Start the development server and GET http://127.0.0.1:8000/stats/\n to get the JSON (You may want to enable CORS, if consuming directly from a browser).\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/emman27/djangomonitor", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django_monitor_psutil", "package_url": "https://pypi.org/project/django_monitor_psutil/", "platform": "", "project_url": "https://pypi.org/project/django_monitor_psutil/", "project_urls": { "Homepage": "https://github.com/emman27/djangomonitor" }, "release_url": "https://pypi.org/project/django_monitor_psutil/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Monitor exposes a JSON endpoint to your system to check on system information", "version": "0.0.1" }, "last_serial": 3311509, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d96299945304d84a643d05db5b0107f9", "sha256": "0efe47bfd797413fc4472f9655d631147f09dea1a39d506b7213d27deb5f7864" }, "downloads": -1, "filename": "django_monitor_psutil-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d96299945304d84a643d05db5b0107f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2287, "upload_time": "2017-11-07T02:26:32", "url": "https://files.pythonhosted.org/packages/05/2a/1d3cfa6c2d2f8c264e9cb3d8b4143eb8b228256b91503404f7f898700958/django_monitor_psutil-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d96299945304d84a643d05db5b0107f9", "sha256": "0efe47bfd797413fc4472f9655d631147f09dea1a39d506b7213d27deb5f7864" }, "downloads": -1, "filename": "django_monitor_psutil-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d96299945304d84a643d05db5b0107f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2287, "upload_time": "2017-11-07T02:26:32", "url": "https://files.pythonhosted.org/packages/05/2a/1d3cfa6c2d2f8c264e9cb3d8b4143eb8b228256b91503404f7f898700958/django_monitor_psutil-0.0.1.tar.gz" } ] }