Metadata-Version: 2.1
Name: Compare_SQL_RedShift307
Version: 0.1.3
Summary: Say Hello....
Home-page: https://github.com/rajnish307/Test_upload_with_multipl-e_files
Author: Rajnish
Author-email: rajnishkumar307@gmail.com
License: UNKNOWN
Description: #Hello World
        This is an example project demonstrating how to publish a python module to PyPI.
        
        ##Installation
        Run the following to install:
        ```python pip install hello_world```
        
        ##Usage
        ```python from hello_world import say_hello
        
        #Generate "Hello World"
        say_hello()
        #Generate "Hello Raj"
        say_hello("Raj)
        ```
        
        #Developing Hello World
        To install helloworld, along with the tools you need to develop and run tests, run the following in your virtualenv:
        ```bash
        $ pip install -e .[dev]
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
