Metadata-Version: 2.0
Name: scrapy-statsd
Version: 1.0.0a1
Summary: Publish Scrapy stats to statsd
Home-page: https://github.com/vinayan3/scrapy-statsd
Author: Vinay Anantharaman
Author-email: dev@null.com
License: MIT
Keywords: scrapy stats
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: Scrapy (>=1.0.5)
Requires-Dist: statsd (==3.2.1)
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: mock (==1.3.0); extra == 'test'

Publish Scrapy stats to statsd daemon to see your spider stats in real time.


