Metadata-Version: 2.1
Name: hellotome
Version: 1.0
Summary: Package to get a personalized greeting
Home-page: https://github.com/vinzegtz/hellotome
Author: Vicente Gutiérrez
Author-email: vinzegtz@gmail.com
License: UNKNOWN
Download-URL: https://github.com/vinzegtz/hellotome/archive/v1.0.tar.gz
Description: # Hello To Me Package
        
        ## Install
        ```python
        pip3 install hellotome or pip3 install hellotome
        ```
        
        ## Usage
        ```python
        from hellotome.hello import Hello
        
        hello = Hello('Jon Doe')
        hello.greeting() # Print 'Hello Jon Doe'
        ```
Keywords: hello-world,hello,greeting
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
