An open API service indexing awesome lists of open source software.

https://github.com/scrapy-plugins/scrapy-spider-metadata


https://github.com/scrapy-plugins/scrapy-spider-metadata

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

======================
scrapy-spider-metadata
======================

.. image:: https://img.shields.io/pypi/v/scrapy-spider-metadata.svg
:target: https://pypi.python.org/pypi/scrapy-spider-metadata
:alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/scrapy-spider-metadata.svg
:target: https://pypi.python.org/pypi/scrapy-spider-metadata
:alt: Supported Python versions

.. image:: https://github.com/scrapy-plugins/scrapy-spider-metadata/workflows/tox/badge.svg
:target: https://github.com/scrapy-plugins/scrapy-spider-metadata/actions
:alt: Build status

.. image:: https://codecov.io/github/scrapy-plugins/scrapy-spider-metadata/coverage.svg?branch=master
:target: https://codecov.io/gh/scrapy-plugins/scrapy-spider-metadata
:alt: Coverage report

.. image:: https://readthedocs.org/projects/scrapy-spider-metadata/badge/?version=latest
:target: https://scrapy-spider-metadata.readthedocs.io/en/latest/?badge=latest
:alt: Documentation status

.. description starts

``scrapy-spider-metadata`` is a Python 3.9+ library of utilities to extend
Scrapy spiders with usable metadata.

In particular, it provides a nice way for Scrapy spiders to define, validate,
document and pre-process their arguments as pydantic_ models.

.. _pydantic: https://docs.pydantic.dev/latest/

.. description ends

* Documentation: https://scrapy-spider-metadata.readthedocs.io/en/latest/
* License: BSD 3-clause