jdProcessFileWatcher


NamejdProcessFileWatcher JSON
Version 1.1 PyPI version JSON
download
home_page
SummaryEffortlessly monitor and display real-time file access for any process
upload_time2023-12-19 12:16:54
maintainer
docs_urlNone
author
requires_python>=3.10
licenseGPL-3
keywords jakobdev linux process debug
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">jdProcessFileWatcher</h1>

<h3 align="center">Effortlessly monitor and display real-time file access for any process</h3>

<p align="center">
    <img alt="jdProcessFileWatcher" src="screenshots/MainWindow.png"/>
</p>

With jdProcessFileWatcher, you can monitor all the files accessed by a process. It allows you to start any program and observe in real-time which files it accesses through an easy-to-use GUI. Additionally, you have the option to connect to an already running process.

## Translate
You can help translating jdProcessFileWatcher on [Codeberg Translate](https://translate.codeberg.org/projects/jdProcessFileWatcher)

## Develop
jdProcessFileWatcher is written in Python and uses PyQt6 as GUI toolkit. You should have some experience in both.
You can run `jdProcessFileWatcher.py`to start jdProcessFileWatcher from source and test your local changes.
It ships with a few scripts in the tools directory that you need to develop.

#### CompileUI.py
This is the most important script. It will take all `.ui` files in `jdProcessFileWatcher/ui` and compiles it to a Python class
and stores it in `jdProcessFileWatcher/ui_compiled`. Without running this script first, you can't start jdProcessFileWatcher.
You need to rerun it every time you changed or added a `.ui` file.

#### BuildTranslations.py
This script takes all `.ts` files and compiles it to `.qm` files.
The `.ts` files are containing the translation source and are being used during the translation process.
The `.qm` contains the compiled translation and are being used by the Program.
You need to compile a `.ts` file to a `.qm` file to see the translations in the Program.

#### UpdateTranslations.py
This regenerates the `.ts` files. You need to run it, when you changed something in the source code.
The `.ts` files are contains the line in the source, where the string to translate appears,
so make sure you run it even when you don't changed a translatable string, so the location is correct.

####  UpdateUnixDataTranslations.py
This regenerates the translation files in `deploy/translations`. these files contains the translations for the Desktop Entry and the AppStream File.
It uses gettext, as it is hard to translate this using Qt.
These files just exists to integrate the translation with Weblate, because Weblate can't translate the Desktop Entry and the AppStream file.
Make sure you run this when you edited one of these files.
You need to have gettext installed to use it.

#### UpdateTranslators.py
This uses git to get a list of all Translators and writes it to `jdProcessFileWatcher/data/translators.json`.
This is used to display the translators in the About Dialog.
You need git to run this script.

#### WriteChangelogHtml.py
This read the Changelog from `deploy/page.codeberg.JakobDev.jdProcessFileWatcher.metainfo.xml`, converts it to HTML and writes it to `jdProcessFileWatcher/data/changelog.html`.
This is used to display the Changelog in the About Dialog.
You need [appstream-python](https://pypi.org/project/appstream-python) to be installed to use this script.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "jdProcessFileWatcher",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "JakobDev,Linux,Process,Debug",
    "author": "",
    "author_email": "JakobDev <jakobdev@gmx.de>",
    "download_url": "https://files.pythonhosted.org/packages/fc/15/470080adbbc8c4872f0b76cf1f0be7ba0fa073b78300db98adb3b0f945f5/jdProcessFileWatcher-1.1.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">jdProcessFileWatcher</h1>\n\n<h3 align=\"center\">Effortlessly monitor and display real-time file access for any process</h3>\n\n<p align=\"center\">\n    <img alt=\"jdProcessFileWatcher\" src=\"screenshots/MainWindow.png\"/>\n</p>\n\nWith jdProcessFileWatcher, you can monitor all the files accessed by a process. It allows you to start any program and observe in real-time which files it accesses through an easy-to-use GUI. Additionally, you have the option to connect to an already running process.\n\n## Translate\nYou can help translating jdProcessFileWatcher on [Codeberg Translate](https://translate.codeberg.org/projects/jdProcessFileWatcher)\n\n## Develop\njdProcessFileWatcher is written in Python and uses PyQt6 as GUI toolkit. You should have some experience in both.\nYou can run `jdProcessFileWatcher.py`to start jdProcessFileWatcher from source and test your local changes.\nIt ships with a few scripts in the tools directory that you need to develop.\n\n#### CompileUI.py\nThis is the most important script. It will take all `.ui` files in `jdProcessFileWatcher/ui` and compiles it to a Python class\nand stores it in `jdProcessFileWatcher/ui_compiled`. Without running this script first, you can't start jdProcessFileWatcher.\nYou need to rerun it every time you changed or added a `.ui` file.\n\n#### BuildTranslations.py\nThis script takes all `.ts` files and compiles it to `.qm` files.\nThe `.ts` files are containing the translation source and are being used during the translation process.\nThe `.qm` contains the compiled translation and are being used by the Program.\nYou need to compile a `.ts` file to a `.qm` file to see the translations in the Program.\n\n#### UpdateTranslations.py\nThis regenerates the `.ts` files. You need to run it, when you changed something in the source code.\nThe `.ts` files are contains the line in the source, where the string to translate appears,\nso make sure you run it even when you don't changed a translatable string, so the location is correct.\n\n####  UpdateUnixDataTranslations.py\nThis regenerates the translation files in `deploy/translations`. these files contains the translations for the Desktop Entry and the AppStream File.\nIt uses gettext, as it is hard to translate this using Qt.\nThese files just exists to integrate the translation with Weblate, because Weblate can't translate the Desktop Entry and the AppStream file.\nMake sure you run this when you edited one of these files.\nYou need to have gettext installed to use it.\n\n#### UpdateTranslators.py\nThis uses git to get a list of all Translators and writes it to `jdProcessFileWatcher/data/translators.json`.\nThis is used to display the translators in the About Dialog.\nYou need git to run this script.\n\n#### WriteChangelogHtml.py\nThis read the Changelog from `deploy/page.codeberg.JakobDev.jdProcessFileWatcher.metainfo.xml`, converts it to HTML and writes it to `jdProcessFileWatcher/data/changelog.html`.\nThis is used to display the Changelog in the About Dialog.\nYou need [appstream-python](https://pypi.org/project/appstream-python) to be installed to use this script.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Effortlessly monitor and display real-time file access for any process",
    "version": "1.1",
    "project_urls": {
        "Donation": "https://ko-fi.com/jakobdev",
        "Issues": "https://codeberg.org/JakobDev/jdProcessFileWatcher/issues",
        "Source": "https://codeberg.org/JakobDev/jdProcessFileWatcher",
        "Translate": "https://translate.codeberg.org/projects/jdProcessFileWatcher"
    },
    "split_keywords": [
        "jakobdev",
        "linux",
        "process",
        "debug"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79f65d4cdf0c0d3465eac4b78e1ec32a753321ca0c328a1a5ac9e019a2457ca2",
                "md5": "77bfe130f4ddc712182d6cf4d7c51a48",
                "sha256": "160e01971551ed484e370919ed211720b46b36d8c2020a0028e1d2c6b13190df"
            },
            "downloads": -1,
            "filename": "jdProcessFileWatcher-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77bfe130f4ddc712182d6cf4d7c51a48",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 232966,
            "upload_time": "2023-12-19T12:16:52",
            "upload_time_iso_8601": "2023-12-19T12:16:52.432935Z",
            "url": "https://files.pythonhosted.org/packages/79/f6/5d4cdf0c0d3465eac4b78e1ec32a753321ca0c328a1a5ac9e019a2457ca2/jdProcessFileWatcher-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc15470080adbbc8c4872f0b76cf1f0be7ba0fa073b78300db98adb3b0f945f5",
                "md5": "e9f50fea04ee005aa3ec3c645d3f8adf",
                "sha256": "2cc35fc614afc1ca8b45f8f848a23291b9ec1604d1dd637b47e7408bfdbaf728"
            },
            "downloads": -1,
            "filename": "jdProcessFileWatcher-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e9f50fea04ee005aa3ec3c645d3f8adf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 220141,
            "upload_time": "2023-12-19T12:16:54",
            "upload_time_iso_8601": "2023-12-19T12:16:54.631226Z",
            "url": "https://files.pythonhosted.org/packages/fc/15/470080adbbc8c4872f0b76cf1f0be7ba0fa073b78300db98adb3b0f945f5/jdProcessFileWatcher-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-19 12:16:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "JakobDev",
    "codeberg_project": "jdProcessFileWatcher",
    "lcname": "jdprocessfilewatcher"
}
        
Elapsed time: 0.16755s