Metadata-Version: 2.3
Name: print-links
Version: 0.3
Summary: Print links contained in given URL to stdout.
Project-URL: Homepage, https://codeberg.org/hyperreal/print-links
Project-URL: Issues, https://codeberg.org/hyperreal/print-links/issues
Author-email: Jeffrey Serio <hyperreal@fedoraproject.org>
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: courlan>=1.3.2
Requires-Dist: requests>=2.32.3
Description-Content-Type: text/markdown

# print-links

This program prints links contained in a given URL to standard output.

## Installation

``` shell
pipx install print-links --include-deps
```

## Usage

``` shell
print-links "URL"
```

> Note: make sure to quote the URL string so that the shell parses it correctly.
