Metadata-Version: 2.4
Name: pyshallow
Version: 2025.8.23
Summary: PyShallow - prevents screen saver / screen lock / turn off from kicking in
Author-email: Cristi Fati <fati_utcluj@yahoo.com>
Maintainer-email: Cristi Fati <fati_utcluj@yahoo.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/CristiFati/pyshallow
Project-URL: Repository, https://github.com/CristiFati/pyshallow.git
Project-URL: Issues, https://github.com/CristiFati/pyshallow/issues
Keywords: development,productivity,tools,utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycfutils>=2025.5.6
Dynamic: license-file

# *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)!
