Metadata-Version: 2.1
Name: sentry-arroyo
Version: 2.6.0
Summary: Arroyo is a Python library for working with streaming data.
Home-page: https://github.com/getsentry/arroyo
Author: Sentry
Author-email: oss@sentry.io
License: Apache-2.0
Description: # Arroyo
        
        `Arroyo` is a Python library for working with streaming data.
        
        Most of the code here has been extracted from `Snuba` so that it can be reused in `Sentry` and other services.
        
        Arroyo provides:
        
        * Consumer and producer interfaces. The primary use case is for working with Apache Kafka streams, however it also supports custom backends and includes local (memory or file based) consumer and producer implementations
        * Consumer strategy interface that helps build the processing strategy for how raw messages that are consumed should be filtered, transformed, batched and flushed as required
        
        Official documentation: https://getsentry.github.io/arroyo/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: avro
Provides-Extra: json
Provides-Extra: msgpack
