{ "info": { "author": "Tommy Yu", "author_email": "y@metatoaster.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities" ], "description": "psrv\n====\n\nSimple web utility to serve up a system's statistics using psutil. This\ncan be referred to as ps service or process and service remote viewer.\nThis is a basic demo proof of concept that really aims to showcase how\nPython backends and JavaScript frontends can be integrated together.\n\nThis demo may be installed using the following commands into a Python\nvirtual environment:\n\n.. code::\n\n $ git clone https://github.com/metatoaster/psrv.git\n $ cd psrv\n $ pip install -e .[dev,webpack,scss]\n $ calmjs npm --install -i -D psrv[dev,webpack,scss]\n $ python setup.py build\n $ psrv-demo\n\nConnect a web browser to http://localhost:8000 and a simple page showing\nthe current CPU and memory utilization for the current machine will be\nvisible with updates done by polling the status endpoint every three\nseconds (defined in the JavaScript code in this module).\n\n0.0.0 (Unreleased)\n==================\n\n- Initial release.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/metatoaster/psrv", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "psrv", "package_url": "https://pypi.org/project/psrv/", "platform": "", "project_url": "https://pypi.org/project/psrv/", "project_urls": { "Homepage": "https://github.com/metatoaster/psrv" }, "release_url": "https://pypi.org/project/psrv/0.0.1/", "requires_dist": [ "gaugesrv", "psutil", "calmjs.dev; extra == 'dev'", "aiohttp; extra == 'dev'", "calmjs.rjs; extra == 'rjs'", "calmjs.sassy[libsass]; extra == 'scss'", "calmjs.webpack; extra == 'webpack'" ], "requires_python": ">=3.4", "summary": "A simple psutil web front end", "version": "0.0.1" }, "last_serial": 4108893, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "cc1d96a609486695f651ef25d6a18e1f", "sha256": "2c294c61f5ad50f74d3072e66428842210dc2057bfa7d9956949df8935c91978" }, "downloads": -1, "filename": "psrv-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cc1d96a609486695f651ef25d6a18e1f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.4", "size": 92493, "upload_time": "2018-07-27T14:11:27", "url": "https://files.pythonhosted.org/packages/4d/6b/3ed730bdb64006cb9704d4a309ff741452f20b2ea9554e367e46af0d86c8/psrv-0.0.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc1d96a609486695f651ef25d6a18e1f", "sha256": "2c294c61f5ad50f74d3072e66428842210dc2057bfa7d9956949df8935c91978" }, "downloads": -1, "filename": "psrv-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cc1d96a609486695f651ef25d6a18e1f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.4", "size": 92493, "upload_time": "2018-07-27T14:11:27", "url": "https://files.pythonhosted.org/packages/4d/6b/3ed730bdb64006cb9704d4a309ff741452f20b2ea9554e367e46af0d86c8/psrv-0.0.1-py2.py3-none-any.whl" } ] }