Metadata-Version: 2.1
Name: mathavg
Version: 1.0.1
Summary: Get the average of numbers
Home-page: https://yoginth.com
Author: Yoginth
Author-email: me@yoginth.com
License: UNKNOWN
Project-URL: Patreon, https://www.patreon.com/yoginth
Project-URL: Source, https://gitlab.com/yoginth/mathavg
Description: ## Math Avg
        
        > Get the average of numbers
        
        ## Screenshot
        
        <img src="https://gitlab.com/yoginth/mathavg/raw/master/Screenshot.png" width="550">
        
        ## Install
        
        ```
        $ pip install mathavg
        ```
        
        ## Usage
        
        ```python
        from mathavg import mathAvg
        
        mathAvg([1, 2, 3, 4, 5, 6, 7])
        #=> 4.0
        ```
        
        ## License
        
        [MIT][license] Yoginth
        
        [LICENSE]: https://mit.yoginth.com
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
