Skip to content

simple example package used as part of the UCL Research Software Engineering with Python course

License

Notifications You must be signed in to change notification settings

JessieLu20/Greetings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greetings!

This is a very simple example package used as part of the UCL Research Software Engineering with Python course.

Installation

pip install git+https://github.com/JessieLu20/Greetings.git

Usage

Invoke the tool with greet <FirstName> <Secondname> or use it on your own library:

from greeting import greeter

greeter.greet(user.name, user.lastname)

About

simple example package used as part of the UCL Research Software Engineering with Python course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages