# Activity tracking library
This library contains utility functions for recording desktop activity on windows and linux
I created this for my productivity tool [Activity Monitor](https://github.com/elpachongco/activity-monitor)
## Features
- Cross platform [windows, linux(ubuntu, X window system)]
## Functions
- Get foreground window name, process, pid
- is user active
## Installation
This library is now available on the python package index.
Visit the [pypi page](https://pypi.org/project/activity-tracking/).
```bash
pip install activity-tracking
```
or with python-poetry
```bash
poetry add activity-tracking
```
Please note that this software is in early stage of development.
Raw data
{
"_id": null,
"home_page": "https://github.com/elpachongco/activity-tracking-lib",
"name": "activity-tracking",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "desktop",
"author": "elpachongco",
"author_email": "earlsiachongco@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/49/b6/6dd3e4b4be741e1d0fd17950d04bc691849fdf7269ffb9db5c9e5d85af0c/activity-tracking-0.0.2.tar.gz",
"platform": null,
"description": "# Activity tracking library\n\nThis library contains utility functions for recording desktop activity on windows and linux\n\nI created this for my productivity tool [Activity Monitor](https://github.com/elpachongco/activity-monitor)\n\n## Features \n- Cross platform [windows, linux(ubuntu, X window system)]\n\n## Functions \n\n- Get foreground window name, process, pid\n- is user active\n\n## Installation\n\nThis library is now available on the python package index.\n\nVisit the [pypi page](https://pypi.org/project/activity-tracking/).\n\n```bash\npip install activity-tracking\n```\n\nor with python-poetry\n\n```bash\npoetry add activity-tracking\n```\n\nPlease note that this software is in early stage of development. \n",
"bugtrack_url": null,
"license": "BSD-3-Clause ",
"summary": "Utility functions for desktop activity tracking",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/elpachongco/activity-tracking-lib",
"Repository": "https://github.com/elpachongco/activity-tracking-lib"
},
"split_keywords": [
"desktop"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d0a3338a70e41554c2a3643b56f03610fc581ad0e9558ed9885d5c847d044f85",
"md5": "c885919035c0b5365bf439071e252a61",
"sha256": "9bdd70e26ee51a36e97b036ba10097f775b3eabf31bfed513077bf12e447e2bb"
},
"downloads": -1,
"filename": "activity_tracking-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c885919035c0b5365bf439071e252a61",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 4703,
"upload_time": "2023-07-30T05:19:06",
"upload_time_iso_8601": "2023-07-30T05:19:06.720805Z",
"url": "https://files.pythonhosted.org/packages/d0/a3/338a70e41554c2a3643b56f03610fc581ad0e9558ed9885d5c847d044f85/activity_tracking-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "49b66dd3e4b4be741e1d0fd17950d04bc691849fdf7269ffb9db5c9e5d85af0c",
"md5": "5877a3f9ac66443ec9088f1edefe1dfd",
"sha256": "73204d6b356240d62cf0d4032d46bc95c08682107c06802e88c89d5e25b808f4"
},
"downloads": -1,
"filename": "activity-tracking-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "5877a3f9ac66443ec9088f1edefe1dfd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 4342,
"upload_time": "2023-07-30T05:19:05",
"upload_time_iso_8601": "2023-07-30T05:19:05.133644Z",
"url": "https://files.pythonhosted.org/packages/49/b6/6dd3e4b4be741e1d0fd17950d04bc691849fdf7269ffb9db5c9e5d85af0c/activity-tracking-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-30 05:19:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "elpachongco",
"github_project": "activity-tracking-lib",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "activity-tracking"
}