Metadata-Version: 2.1
Name: statspackage
Version: 1.1
Summary: To find Mean,Median,Mode of the given numbers
Home-page: https://github.com/Vishalkanna2001/statistics-pyt
Author: Vishal Kanna AJK
Author-email: vishalkanna.k@outlook.com
License: UNKNOWN
Description: # Statistics(mean,median,mode) :
        A PyPI package that can be used to find the mean,median,and mode of the given numbers in a list. 
        
        # Installation :
        Run the following to install:
        
        '''cmd
        pip install Statistics formulae
        '''
        
        # Team :
        ## Contributor : Vishal Kanna AJk
        ## Mentor      : Vidhya Lakshmi
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
