Metadata-Version: 2.1
Name: athena2pd
Version: 0.1.2
Summary: Simple hello world as a package
Home-page: https://github.com/joedementri/athena2pd
Author: Joe Dementri
Maintainer: Joe Dementri
Maintainer-email: joedementri42012@gmail.com
License: MIT
Description: # athena2pd
        [![](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/download/releases/3.6.0/)
        [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        
        
        athena2pd (Amazon Athena to Pandas Dataframe)
        
        ## Installation
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install athena2pd.
        
        ```bash
        pip install athena2pd
        ```
        
        ## Usage
        ```python
        import athena2pd
        
        athena2pd.hello()   # Returns 'Hello World!'
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        
        [MIT](LICENSE)
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >3.6
Description-Content-Type: text/markdown
