Skip to content

Steps to package your python module and make it pip installable

License

Notifications You must be signed in to change notification settings

gocoolcoder/python_packaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python_packaging

Pyhton module created as part of a tutorial for packaging python scripts pip installable.

Examples of How To Use gktools

from gktools import calculator

calculator.add(2,3)
calculator.subtract(5,3)
calculator.multiply(2,3)
calculator.divide(4,2)
calculator.modulo(4,3)

About

Steps to package your python module and make it pip installable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages