Metadata-Version: 2.1
Name: webloc2html
Version: 0.0.2
Summary: Converts .webloc to .html
Project-URL: Homepage, https://github.com/blemli/webloc2html
Project-URL: Issues, https://github.com/blemli/webloc2html/issues
Author-email: Problemli GmbH <info@problem.li>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: click>=8.1.7
Requires-Dist: requests>=2.31.0
Description-Content-Type: text/markdown

# webloc2html



Treating URL's as Files is fun. But it is not cross-platform. This Script helps.

Convert all webloc files in the current directory (including subdirectories) to html:

``````shell
webloc2html .
``````

Also delete unreachable links and don't ask for confirmation (DANGER!)

``` shell
webloc2html --path /some/path --silent --validate --delete-unreachable
```

for more details 

```
webloc2html --help
```

