Installation

Install from PyPI

pip install urlcheck-smith

Install from source

git clone https://github.com/yeiichi/urlcheck-smith
cd urlcheck-smith
pip install .

Development install

If you are developing locally:

python3 -m venv .venv
. .venv/bin/activate
pip install -e .[dev]
pytest