Get started¶
utkit is a collection of core libraries for Python development, providing ready-to-use utilities for common tasks such as sending email, and more.
- Version:
0.2.0 - Author: TINS PJ
- Requires: Python
>=3.12 - License: MIT
- PyPI: pypi.org/project/utkit
Installation¶
Install utkit from PyPI using pip:
Or with uv:
Verify the installed version:
Requirements¶
| Dependency | Version |
|---|---|
| Python | >=3.12 |
| typer | >=0.20.0 |
CLI¶
utkit ships with a command-line interface.
Modules¶
| Module | Description |
|---|---|
communication.mail |
Send HTML emails via SMTP |