Metadata-Version: 2.2
Name: scrapyloganalyzer
Version: 0.0.5
Summary: Provides methods to analyze the quality of a Scrapy crawl.
Author-email: Open Contracting Partnership <data@open-contracting.org>
License: BSD
Project-URL: Homepage, https://github.com/open-contracting/scrapy-log-analyzer
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: logparser
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"

|PyPI Version| |Build Status| |Coverage Status| |Python Version|

Provides methods to analyze the quality of a Scrapy crawl.

(If you are viewing this on GitHub, open the `full documentation <https://scrapy-log-analyzer.readthedocs.io/>`__ for additional details.)

.. |PyPI Version| image:: https://img.shields.io/pypi/v/scrapyloganalyzer.svg
   :target: https://pypi.org/project/scrapyloganalyzer/
.. |Build Status| image:: https://github.com/open-contracting/scrapy-log-analyzer/actions/workflows/ci.yml/badge.svg
   :target: https://github.com/open-contracting/scrapy-log-analyzer/actions/workflows/ci.yml
.. |Coverage Status| image:: https://coveralls.io/repos/github/open-contracting/scrapy-log-analyzer/badge.svg?branch=main
   :target: https://coveralls.io/github/open-contracting/scrapy-log-analyzer?branch=main
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/scrapyloganalyzer.svg
   :target: https://pypi.org/project/scrapyloganalyzer/
