Metadata-Version: 2.1
Name: athena2pd
Version: 0.0.1
Summary: Simple hello world as a package
Home-page: https://github.com/joedementri
Author: Joe Dementri
Author-email: joedementri42012@gmail.com
Maintainer: Joe Dementri
Maintainer-email: joedementri42012@gmail.com
License: MIT
Description: # athena2pd
        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
Requires-Python: >3.6
Description-Content-Type: text/markdown
