Metadata-Version: 2.1
Name: ataner
Version: 0.0.1
Summary: Say hello!
Home-page: https://github.com/pawlaczyk/ataner
Author: Dominika Pawlaczyk
License: UNKNOWN
Description: # ataner
        ATANER
        
        
        ## Installation
        Run the following to install:
        
        ```python
        pip install ataner
        ```
        
        ## Usage
        ```python
        from ataner import say_hello
        
        # Generate "Hello World!"
        say_hello()
        
        # Generate "Hello Everybody!"
        say_hello("Everybody")
        ```
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
