Metadata-Version: 1.1
Name: thrift-hive-metastore
Version: 1.0.0
Summary: A thrift client of hive metestore
Home-page: https://github.com/oreh/thrift_hive_metastore
Author: oreh
Author-email: herolxh@gmail.com
License: MIT
Description: Thrift Hive Metastore Clietn
        ============================
        
        A simple python thrift client of hive metastore, which is used to 
        fetch table and schema information.
        
        The class files are generated from Hive source using thrift. This 
        project just makes a nice package of the generated code.
        
        
Keywords: thrift hive metastore
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
