Metadata-Version: 2.4
Name: site-sweeper-cli
Version: 0.1.1
Summary: A commandline tool to sweep a website for all internal links, take screenshots, generate sitemap data, and check for broken links.
Project-URL: Homepage, https://github.com/tcorbettclark/site-sweeper
Project-URL: Repository, https://github.com/tcorbettclark/site-sweeper
Project-URL: Issues, https://github.com/tcorbettclark/site-sweeper/issues
Author: tcorbettclark
License-Expression: MIT
License-File: LICENSE
Keywords: broken-links,canonical,crawler,screenshots,sitemap,website
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.13
Requires-Dist: playwright>=1.40
Requires-Dist: rich>=13
Requires-Dist: typer>=0.15
Description-Content-Type: text/markdown

Site-sweeper is a commandline tool to:
- Sweep a website for all internal links
- Take screenshots
- Generate sitemap data
- Check for broken links
- Check URLs are canonical
