Metadata-Version: 2.1
Name: docop-tasks
Version: 0.3.0
Summary: Basic set of tasks for docop
Author-email: Petri Savolainen <petri@koodaamo.fi>
License: GPLv3+
Project-URL: Homepage, https://github.com/koodaamo/docop-tasks
Project-URL: Repository, https://github.com/koodaamo/docop-tasks
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: playwright

This package contains built-in tasks for docop.

### fetch_html

Fetch and store HTML from source URLs.

- input: a source with a set of resources (URLs) to fetch
- output: documents with 'reference', 'title' and 'html' fields

