Metadata-Version: 2.4
Name: jsi-tools
Version: 0.1.0
Summary: Personal Python utility library — decorators, helpers, classes, and utils.
Project-URL: Repository, https://github.com/sdejongh/jsi-tools
Project-URL: Issues, https://github.com/sdejongh/jsi-tools/issues
Author: SDJ
License-Expression: GPL-3.0-only
License-File: LICENSE
Keywords: decorators,helpers,utilities
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: mypy>=1.14; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.25; extra == 'dev'
Requires-Dist: pytest-cov>=6; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.9; extra == 'dev'
Description-Content-Type: text/markdown

# jsi-tools

Personal Python utility library — decorators, helpers, classes, and utils.

## Installation

```bash
pip install jsi-tools
```

## Usage

```python
from jsi_tools import log_return
```
