pyshallow


Namepyshallow JSON
Version 2025.11.1 PyPI version JSON
download
home_pageNone
SummaryPyShallow - prevents screen saver / screen lock / turn off from kicking in
upload_time2025-11-01 12:36: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/b5/3b/1db04d1e7aa4b315257d13371e82d45d67781db41c274f19bb83d5389ec6/pyshallow-2025.11.1.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.11.1",
    "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": "d481d52cc5a6743eb429a3235d4c1331d392a71280d5adc48077dfa2c95d82a2",
                "md5": "2fa4e135784c72e418a5b7160cb6fc54",
                "sha256": "b0ec0615cda9ae7a49fea50ed14aa0c7ea1c666751e7830378da5e9011e3434d"
            },
            "downloads": -1,
            "filename": "pyshallow-2025.11.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2fa4e135784c72e418a5b7160cb6fc54",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 9657,
            "upload_time": "2025-11-01T12:36:16",
            "upload_time_iso_8601": "2025-11-01T12:36:16.659101Z",
            "url": "https://files.pythonhosted.org/packages/d4/81/d52cc5a6743eb429a3235d4c1331d392a71280d5adc48077dfa2c95d82a2/pyshallow-2025.11.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b53b1db04d1e7aa4b315257d13371e82d45d67781db41c274f19bb83d5389ec6",
                "md5": "206e26692c832df37e7cc6863e89b75c",
                "sha256": "0d5fc70ecdfbf5984328f6018156b05136bcde3bd748d8fcf229ea2208254d1f"
            },
            "downloads": -1,
            "filename": "pyshallow-2025.11.1.tar.gz",
            "has_sig": false,
            "md5_digest": "206e26692c832df37e7cc6863e89b75c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 8322,
            "upload_time": "2025-11-01T12:36:18",
            "upload_time_iso_8601": "2025-11-01T12:36:18.069646Z",
            "url": "https://files.pythonhosted.org/packages/b5/3b/1db04d1e7aa4b315257d13371e82d45d67781db41c274f19bb83d5389ec6/pyshallow-2025.11.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-01 12:36: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: 2.99168s