{ "info": { "author": "Alexander Frenzel", "author_email": "alex@relatedworks.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# idle-time\n\n[![pypi](https://img.shields.io/pypi/v/idle-time.svg)](https://pypi.python.org/pypi/idle-time) [![Build Status](https://travis-ci.org/escaped/idle-time.png?branch=master)](http://travis-ci.org/escaped/idle-time) [![Coverage](https://coveralls.io/repos/escaped/idle-time/badge.png?branch=master)](https://coveralls.io/r/escaped/idle-time) ![python version](https://img.shields.io/pypi/pyversions/idle-time.svg) ![Project status](https://img.shields.io/pypi/status/idle-time.svg) ![license](https://img.shields.io/pypi/l/idle-time.svg)\n\nDetect user idle time or inactivity on Linux and Windows.\n\n**WARNING** This project is in an alpha status! Though there is already some code to support Windows, it has only been tested on Wayland/Gnome. \n\n\n## Requirements\n\n* Python 3.6 or later\n\n\n## Installation\n\nInstall using `pip install idle-time`\n\n\n## Usage\n\nYou can use this module from the command line\n\n python -m idle-time\n\nor access the current idle time from within your python program\n\n\n from idle_time import IdleMonitor\n\n monitor = IdleMonitor.get_monitor()\n monitor.get_idle_time()\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/escaped/idle_time", "keywords": "", "license": "BSD-3-Clause", "maintainer": "Alexander Frenzel", "maintainer_email": "alex@relatedworks.com", "name": "idle-time", "package_url": "https://pypi.org/project/idle-time/", "platform": "", "project_url": "https://pypi.org/project/idle-time/", "project_urls": { "Documentation": "https://github.com/escaped/idle_time", "Homepage": "https://github.com/escaped/idle_time", "Repository": "https://github.com/escaped/idle_time" }, "release_url": "https://pypi.org/project/idle-time/0.1.0/", "requires_dist": [ "Jeepney (>=0.4.0,<0.5.0)", "pywin32 (>=224.0,<225.0); sys_platform == \"windows\"" ], "requires_python": ">=3.7,<4.0", "summary": "Detect user idle time", "version": "0.1.0" }, "last_serial": 5415272, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "868d102433b0b13431d7a9fd8015b84c", "sha256": "238eda614f4c73870da8ae3a4484ce40ab851cf2e54bae3cfb16941b369ec883" }, "downloads": -1, "filename": "idle_time-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "868d102433b0b13431d7a9fd8015b84c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 8356, "upload_time": "2019-06-18T13:36:39", "url": "https://files.pythonhosted.org/packages/4a/dd/6af4776c02c94e414629b47f9badfaec74a1bff872c5ad27b2df031de53f/idle_time-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5a3e5f191d768ddd7e666875b8a7ac65", "sha256": "f027324571339fed3f2508134b78ca458e666ebcc29592e9bb66d6349c903c1e" }, "downloads": -1, "filename": "idle-time-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5a3e5f191d768ddd7e666875b8a7ac65", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 4445, "upload_time": "2019-06-18T13:36:37", "url": "https://files.pythonhosted.org/packages/67/b1/a57b2678902bb57be6ad73ec54624159a061cff1916c690309a4123c9b09/idle-time-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "868d102433b0b13431d7a9fd8015b84c", "sha256": "238eda614f4c73870da8ae3a4484ce40ab851cf2e54bae3cfb16941b369ec883" }, "downloads": -1, "filename": "idle_time-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "868d102433b0b13431d7a9fd8015b84c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 8356, "upload_time": "2019-06-18T13:36:39", "url": "https://files.pythonhosted.org/packages/4a/dd/6af4776c02c94e414629b47f9badfaec74a1bff872c5ad27b2df031de53f/idle_time-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5a3e5f191d768ddd7e666875b8a7ac65", "sha256": "f027324571339fed3f2508134b78ca458e666ebcc29592e9bb66d6349c903c1e" }, "downloads": -1, "filename": "idle-time-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5a3e5f191d768ddd7e666875b8a7ac65", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 4445, "upload_time": "2019-06-18T13:36:37", "url": "https://files.pythonhosted.org/packages/67/b1/a57b2678902bb57be6ad73ec54624159a061cff1916c690309a4123c9b09/idle-time-0.1.0.tar.gz" } ] }