Metadata-Version: 1.1
Name: cyhdfs
Version: 0.1.3
Summary: Cython wrapper around libhdfs
Home-page: https://bitbucket.org/turnaev/cyhdfs
Author: Evgeny Turnaev
Author-email: turnaev.e@gmail.com
License: bsd
Description: 
        This library is a thin and fast python wrapper around libhdfs.
        It allows read and write files in hdfs from python. 
        Other filesystem manipulation calls provided by libhdfs also supported.
        Cython is used to wrap libhdfs calls, which in turn is a C wrapper around java of hadoop.
                
Keywords: hdfs,cython,hadoop,libhdfs
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Cython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
