Skip to content

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.


Installation

Install utkit from PyPI using pip:

pip install utkit

Or with uv:

uv add utkit

Verify the installed version:

utkit --version

Requirements

Dependency Version
Python >=3.12
typer >=0.20.0

CLI

utkit ships with a command-line interface.

# Show version
utkit --version
utkit version

# Serve documentation locally on port 8005
utkit docs

Modules

Module Description
communication.mail Send HTML emails via SMTP