Skip to content

delta4d/hello-pypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello PyPI

An hello world package. Get familar with Pypi.

Install

pip install delta-hello-pypi

Usage

Lib

from hello.hello import hello

print(hello("PyPI")) # => Hello PyPI

Executable

$ hello alpha beta lambda
Hello PyPI
Hello alpha
Hello beta
Hello lambda

Reference

  1. https://packaging.python.org