Metadata-Version: 2.1
Name: lwn2md
Version: 0.0.1
Summary: Turn Lwn.net Articles to Markdown
Author-Email: jingfelix <jingfelix@outlook.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: typer[all]>=0.9.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: lxml>=5.1.0
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: html2text>=2020.1.16
Description-Content-Type: text/markdown

# lwn2md

CLI tool converting Lwn.net articles to markdown.

## Installation

```bash
pip install lwn2md

or

pipx install lwn2md
```

## Usage

```bash
lwn2md https://lwn.net/Articles/953738/

or

lwn2md https://lwn.net/Articles/953738/ MyArticle.md
```

Output name is optional, default is `{title}.md`