Metadata-Version: 2.4
Name: pyotherside_utils
Version: 1.0
Summary: Utilities for PyOtherSide
Project-URL: Homepage, https://github.com/roundedrectangle/pyotherside-utils
Project-URL: Issues, https://github.com/roundedrectangle/pyotherside-utils/issues
Author: roundedrectangle
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Provides-Extra: httpx
Requires-Dist: httpx; extra == 'httpx'
Description-Content-Type: text/markdown

# pyotherside-utils

Some personal stuff shared across my (SailfishOS) pyotherside-based projects.

To install:

```bash
pip install --no-cache-dir --force-reinstall https://github.com/roundedrectangle/pyotherside-utils/releases/download/latest/pyotherside_utils-1.0-py3-none-any.whl
```

# TODO

- Caching: add more stuff like checking if update_period is None, or even unifying the session system
- Caching: unify some methods which simply call other methods
- Maybe add a QML part? For stuff like caching and proxy settings