Metadata-Version: 1.2
Name: mathematical
Version: 0.1.11
Summary: Mathematical tools for python
Home-page: https://github.com/domdfcoding/mathematical
Author: Dominic Davis-Foster
Author-email: dominic@davis-foster.co.uk
License: LGPLv3+
Project-URL: Documentation, https://mathematical.readthedocs.io
Project-URL: Issue Tracker, https://github.com/domdfcoding/mathematical/issues
Project-URL: Source Code, https://github.com/domdfcoding/mathematical
Description: **********************
        mathematical
        **********************
        
        .. image:: https://travis-ci.com/domdfcoding/mathematical.svg?branch=master
            :target: https://travis-ci.com/domdfcoding/mathematical
            :alt: Build Status
        .. image:: https://readthedocs.org/projects/mathematical/badge/?version=latest
            :target: https://mathematical.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        .. image:: https://img.shields.io/pypi/v/mathematical.svg
            :target: https://pypi.org/project/mathematical/
            :alt: PyPI
        .. image:: https://img.shields.io/pypi/pyversions/mathematical.svg
            :target: https://pypi.org/project/mathematical/
            :alt: PyPI - Python Version
        .. image:: https://coveralls.io/repos/github/domdfcoding/mathematical/badge.svg?branch=master
            :target: https://coveralls.io/github/domdfcoding/mathematical?branch=master
            :alt: Coverage
        
        
        Mathematical tools for python
        
        Includes tools for calculating mean, median and standard deviation of rows in data frames, detection of outliers, and statistical calculations
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
