Metadata-Version: 2.1
Name: helloG
Version: 0.0.1
Summary: Say Hello G!
Home-page: UNKNOWN
Author: Quoc Anh
Author-email: zone2120vn@gmail.com
License: UNKNOWN
Description: # Hello G
        
        This is for testing upload package to PyPI.
        
        ## Installation
        Run the following to install:
        ```python
        pip install helloG
        ```
        
        ## Usage
        ```python
        from helloG import say_hello
        
        # Generate "Hello World"
        say_hello()
        
        # Generate "Hello, <name>"
        say_hello("<name>")
        ```
        
        ## Developing HelloG
        To install helloG, 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: Operating System :: OS Independent
Description-Content-Type: text/markdown
