Metadata-Version: 2.1
Name: spidermon
Version: 1.14.0
Summary: Spidermon is a framework to build monitors for Scrapy spiders.
Home-page: https://github.com/scrapinghub/spidermon
Author: Scrapinghub
Author-email: info@scrapinghub.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Scrapy
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.6
Requires-Dist: jsonschema[format]
Requires-Dist: python-slugify
Requires-Dist: six (>=1.12.2)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: s3cmd ; extra == 'docs'
Provides-Extra: monitoring
Requires-Dist: scrapy ; extra == 'monitoring'
Requires-Dist: Jinja2 ; extra == 'monitoring'
Requires-Dist: slackclient ; extra == 'monitoring'
Requires-Dist: boto ; extra == 'monitoring'
Requires-Dist: premailer ; extra == 'monitoring'
Requires-Dist: sentry-sdk ; extra == 'monitoring'
Provides-Extra: pep8
Requires-Dist: black ; extra == 'pep8'
Provides-Extra: tests
Requires-Dist: pytest (>=2.7.0) ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-mock ; extra == 'tests'
Requires-Dist: jinja2 ; extra == 'tests'
Requires-Dist: lxml ; extra == 'tests'
Requires-Dist: premailer ; extra == 'tests'
Requires-Dist: scrapy ; extra == 'tests'
Requires-Dist: slackclient ; extra == 'tests'
Requires-Dist: twisted (>=19.7.0) ; extra == 'tests'
Provides-Extra: validation
Requires-Dist: schematics ; extra == 'validation'

Spidermon is a framework to build monitors for Scrapy spiders.


