Skip to content

Testing initial repository with basic hello world function

License

Notifications You must be signed in to change notification settings

laurelrr/helloworld_laurelrr

Repository files navigation

helloworld

Testing initial repository with basic hello world function November 2, 2020

# Installation

Run the following to install:

   pip install helloworld

Devloping Hello world

To install hellowrold, along with the tools to develop and run tests, run the following in your virtualenv:

$ pip install -e .[dev]

# Usage

from helloworld import say_hello

# generate "Hello, World!"
say_hello()

# generate "Hello, Everybody!"
say_hello("Everybody")

publish on pypi and github

About

Testing initial repository with basic hello world function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages