pyshallow


Namepyshallow JSON
Version 2025.8.23 PyPI version JSON
download
home_pageNone
SummaryPyShallow - prevents screen saver / screen lock / turn off from kicking in
upload_time2025-08-23 11:17:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3
licenseNone
keywords development productivity tools utilities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # *PyShallow*

*PyShallow* - **prevents** (when possible):
- Screen saver
- Screen lock
- Turn off

from kicking in


## Install

Use *PIP* (**starting with *v2025.08.23***):

```commandline
python -m pip install pyshallow
```


## Run

1. Invoke entry-point:
    ```commandline
    pyshallow
    ```
    entry-point path must be present in *PATH* environment variable (otherwise its fullpath must be specified)
2. Manually:
    ```commandline
    python -m pyshallow
    ```


## Notes

- Depends on [\[PyPI\]: pycfutils](https://pypi.org/project/pycfutils).
- *Linux* (this is the fallback):
    - Relies on *X11* server running
- **Use it responsibly** (be aware of all implications)!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyshallow",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "Cristi Fati <fati_utcluj@yahoo.com>",
    "keywords": "development, productivity, tools, utilities",
    "author": null,
    "author_email": "Cristi Fati <fati_utcluj@yahoo.com>",
    "download_url": "https://files.pythonhosted.org/packages/4a/88/e350f5ba60b0b463fdc5c1c04c59db287d22c6dc7eb98b17b1d9aa2b5e50/pyshallow-2025.8.23.tar.gz",
    "platform": null,
    "description": "# *PyShallow*\n\n*PyShallow* - **prevents** (when possible):\n- Screen saver\n- Screen lock\n- Turn off\n\nfrom kicking in\n\n\n## Install\n\nUse *PIP* (**starting with *v2025.08.23***):\n\n```commandline\npython -m pip install pyshallow\n```\n\n\n## Run\n\n1. Invoke entry-point:\n    ```commandline\n    pyshallow\n    ```\n    entry-point path must be present in *PATH* environment variable (otherwise its fullpath must be specified)\n2. Manually:\n    ```commandline\n    python -m pyshallow\n    ```\n\n\n## Notes\n\n- Depends on [\\[PyPI\\]: pycfutils](https://pypi.org/project/pycfutils).\n- *Linux* (this is the fallback):\n    - Relies on *X11* server running\n- **Use it responsibly** (be aware of all implications)!\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "PyShallow - prevents screen saver / screen lock / turn off from kicking in",
    "version": "2025.8.23",
    "project_urls": {
        "Homepage": "https://github.com/CristiFati/pyshallow",
        "Issues": "https://github.com/CristiFati/pyshallow/issues",
        "Repository": "https://github.com/CristiFati/pyshallow.git"
    },
    "split_keywords": [
        "development",
        " productivity",
        " tools",
        " utilities"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6ad0af9f3c3e8d0f9c32b72f730280ea6d2d0a62bc9c4c094fb9884fce8d2a3",
                "md5": "fa0912a1a30bd7309b1faac9588d555e",
                "sha256": "165d306f09e839b6c713a412ee6f2bfed2dbb8d40e2ce0e4e307ca55a270f3cc"
            },
            "downloads": -1,
            "filename": "pyshallow-2025.8.23-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa0912a1a30bd7309b1faac9588d555e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 8992,
            "upload_time": "2025-08-23T11:17:17",
            "upload_time_iso_8601": "2025-08-23T11:17:17.104773Z",
            "url": "https://files.pythonhosted.org/packages/d6/ad/0af9f3c3e8d0f9c32b72f730280ea6d2d0a62bc9c4c094fb9884fce8d2a3/pyshallow-2025.8.23-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a88e350f5ba60b0b463fdc5c1c04c59db287d22c6dc7eb98b17b1d9aa2b5e50",
                "md5": "799ca5ccb0304fe319dfd5dcebf57b0d",
                "sha256": "cd42ab6c81a780a7b5db54d48cd135ac59c6f4a990dc04706b404ff08991e3b1"
            },
            "downloads": -1,
            "filename": "pyshallow-2025.8.23.tar.gz",
            "has_sig": false,
            "md5_digest": "799ca5ccb0304fe319dfd5dcebf57b0d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 7662,
            "upload_time": "2025-08-23T11:17:18",
            "upload_time_iso_8601": "2025-08-23T11:17:18.564760Z",
            "url": "https://files.pythonhosted.org/packages/4a/88/e350f5ba60b0b463fdc5c1c04c59db287d22c6dc7eb98b17b1d9aa2b5e50/pyshallow-2025.8.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-23 11:17:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CristiFati",
    "github_project": "pyshallow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyshallow"
}
        
Elapsed time: 1.13255s