Skip to content

Demonstrating how to develop Python packages and make them available on pypi.org.

License

Notifications You must be signed in to change notification settings

wcj365/python-packaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example to Demonstrate Python Packaging

This package contains two modules developed for calculating simple descriptive statistics . The first module is called centrality which contains two functions: mean and median. The second module is called dispersion which contains four functions: minimum, maximum, variance, and standard deviation.

  • Centrality
    • Mean
    • Median
  • Dispersion
    • Minimum
    • Maximum
    • Variance
    • Standard Deviation

About

Demonstrating how to develop Python packages and make them available on pypi.org.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages