Metadata-Version: 2.4
Name: staticweb
Version: 0.7.0
Summary: A fast CLI static web scraper
Author: Shiwam Kumar
Project-URL: Homepage, https://github.com/ShiwamKumar2208/VerySimpleWebScrapy/tree/main/staticweb
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: rich

# StaticWeb

A fast, multi-threaded CLI tool to scrape static websites.

## Installation

pip install staticweb

## Usage

sw https://example.com --link

## Features

- Extract links (--link)
- Extract paragraphs (--para)
- Extract full text (--all)
- Extract custom tags (--tag h1)
- JSON output (--json)
- Save output (--save file.txt)
- Multi-threaded (--threads)
- Rich UI with progress bar

## Example

sw https://example.com --para
sw https://example.com --tag h1
sw https://example.com --link --json

## Disclaimer

Use responsibly. Respect website terms and robots.txt.
