InstallationΒΆ
scrape-smith requires Python 3.10 or newer.
Install from PyPI:
python -m pip install scrape-smith
For local development, install the project from the repository root:
uv sync
The package installs one command-line entry point:
scrape --help
scrape-smith has no runtime dependencies. Development and documentation tools
are installed separately through the repository and docs/requirements.txt.