Installation

Install from PyPI

pip install urlcheck-smith

Install from source

git clone https://github.com/yeiichi/urlcheck-smith
cd urlcheck-smith
uv sync

Development install

If you are developing locally:

uv sync --group dev
uv run pytest