Metadata-Version: 2.1
Name: pyairpal
Version: 1.1.2
Summary: Python Client/SDK for Airpal
Home-page: https://github.com/ebob9/pyairpal
Author: Aaron Edwards
Author-email: pyairpal@ebob9.com
License: MIT
Description: # PyAirpal
        Python Client/SDK for Airpal
        
        ## Synopsis
        
        PyAirPal: Python Client/SDK to allow headless queries and response retrieval for Airpal.
        
        ## Code Example
        
        View the included example.py
        
        ## Motivation
        
        Airpal (http://airbnb.io/airpal/) is a great WebUI/Front end for PrestoDB (https://prestodb.io/)
        
        One really nice thing Airpal does is create a method of User Access Control/logging/etc to the PrestoDB interface.
        
        Native PrestoDB clients will likely be more efficient, but this stack allows organizations to provide batch/scripting 
        access to the PrestoDB Via Airpal, while maintaining the nice UAC/etc that Airpal provides.
        
        ## Requirements
        
        * Working Airpal server
        * Python modules:
            * Requests - http://docs.python-requests.org/en/master/
            * SSEClient - https://pypi.python.org/pypi/sseclient
            * Pandas (for example script only) - http://pandas.pydata.org/
        
        ## License
        
        MIT
        
        ## Version
        Version | Changes
        ------- | --------
        **1.1.2**| Handling exception while loading next_event() to json #4
        **1.1.1**| Python3 support, Remove PANDAS dependancy, fix issue #1
        **1.0.2**| Fix for missing requirments in PIP support
        **1.0.1**| PIP support
        **1.0.0**| Initial Release
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
