Metadata-Version: 2.4
Name: pydoop
Version: 2.1.0
Summary: Pydoop: a Python MapReduce and HDFS API for Hadoop
Home-page: http://crs4.github.io/pydoop
Download-URL: https://pypi.python.org/pypi/pydoop
Author: Simone Leo, Gianluigi Zanetti, Luca Pireddu, Francesco Cabras, Mauro Del Rio, Marco Enrico Piras
Author-email: <simone.leo@crs4.it>, <gianluigi.zanetti@crs4.it>, <luca.pireddu@crs4.it>, <francesco.cabras@crs4.it>, <mauro@crs4.it>, <kikkomep@crs4.it>
License: Apache-2.0
Keywords: hadoop,mapreduce
Platform: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Intended Audience :: Developers
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: setuptools>=3.3
Provides-Extra: avro
Requires-Dist: avro>=1.7.4; python_version < "3" and extra == "avro"
Requires-Dist: avro-python3>=1.7.4; python_version >= "3" and extra == "avro"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Pydoop: a Python MapReduce and HDFS API for Hadoop
--------------------------------------------------

Pydoop is a Python interface to Hadoop that allows you to write
MapReduce applications and interact with HDFS in pure Python.
