Metadata-Version: 2.1
Name: apache-beam
Version: 2.6.0
Summary: Apache Beam SDK for Python
Home-page: https://beam.apache.org
Author: Apache Software Foundation
Author-email: dev@beam.apache.org
License: Apache License, Version 2.0
Download-URL: https://pypi.python.org/pypi/apache-beam
Keywords: apache beam
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7,<3.0
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: gcp
Requires-Dist: avro (<2.0.0,>=1.8.1)
Requires-Dist: crcmod (<2.0,>=1.7)
Requires-Dist: dill (<=0.2.8.2,>=0.2.6)
Requires-Dist: grpcio (<2,>=1.8)
Requires-Dist: hdfs (<3.0.0,>=2.1.0)
Requires-Dist: httplib2 (<=0.11.3,>=0.8)
Requires-Dist: mock (<3.0.0,>=1.0.1)
Requires-Dist: oauth2client (<5,>=2.0.1)
Requires-Dist: protobuf (<4,>=3.5.0.post1)
Requires-Dist: pydot (<1.3,>=1.2.0)
Requires-Dist: pytz (<=2018.4,>=2018.3)
Requires-Dist: pyyaml (<4.0.0,>=3.12)
Requires-Dist: pyvcf (<0.7.0,>=0.6.8)
Requires-Dist: six (<1.12,>=1.9)
Requires-Dist: typing (<3.7.0,>=3.6.0)
Requires-Dist: futures (<4.0.0,>=3.1.1)
Requires-Dist: future (<1.0.0,>=0.16.0)
Requires-Dist: fastavro (==0.19.7)
Provides-Extra: docs
Requires-Dist: Sphinx (<2.0,>=1.5.2); extra == 'docs'
Provides-Extra: gcp
Requires-Dist: google-apitools (<=0.5.20,>=0.5.18); extra == 'gcp'
Requires-Dist: proto-google-cloud-datastore-v1 (<=0.90.4,>=0.90.0); extra == 'gcp'
Requires-Dist: googledatastore (==7.0.1); extra == 'gcp'
Requires-Dist: google-cloud-pubsub (==0.26.0); extra == 'gcp'
Requires-Dist: proto-google-cloud-pubsub-v1 (==0.15.4); extra == 'gcp'
Requires-Dist: google-cloud-bigquery (==0.25.0); extra == 'gcp'
Provides-Extra: test
Requires-Dist: nose (>=1.3.7); extra == 'test'
Requires-Dist: numpy (<2,>=1.14.3); extra == 'test'
Requires-Dist: pyhamcrest (<2.0,>=1.9); extra == 'test'

Apache Beam is a unified programming model for both batch and streaming
data processing, enabling efficient execution across diverse distributed
execution engines and providing extensibility points for connecting to
different technologies and user communities.


