https://github.com/scrapy-plugins/scrapy-spider-metadata
https://github.com/scrapy-plugins/scrapy-spider-metadata
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrapy-plugins/scrapy-spider-metadata
- Owner: scrapy-plugins
- License: mit
- Created: 2023-09-13T10:20:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T19:03:22.000Z (about 1 year ago)
- Last Synced: 2025-04-07T07:52:32.572Z (about 1 year ago)
- Language: Python
- Size: 112 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
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