Metadata-Version: 2.4
Name: xutility
Version: 0.2.1
Summary: A miscellaneous toolkit
License-Expression: MIT
License-File: LICENSE
Author: yttty
Author-email: yttty@users.noreply.github.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: numpy (>=2.3.3,<3.0.0)
Requires-Dist: orjson (>=3.11.3,<4.0.0)
Requires-Dist: websockets (>=15.0.1,<16.0.0)
Project-URL: Homepage, https://github.com/yttty/xutility
Project-URL: Repository, https://github.com/yttty/xutility
Description-Content-Type: text/markdown

# A miscellaneous toolkit

### Design Goal
- Minimum dependency and config
- Easy to use and integrate

### Development
- Formatter: Use `black` and `isort` to format code
    - Formatter config: `.vscode/settings.json`
- Type checker: `mypy`

### Document
- Check the [docs](./docs) folder.

