Metadata-Version: 1.2
Name: audmath
Version: 0.9.1
Summary: Math function implemented using numpy
Home-page: https://github.com/audeering/audmath/
Author: Hagen Wierstorf
Author-email: hwierstorf@audeering.com
Maintainer: Hagen Wierstorf
Maintainer-email: hwierstorf@audeering.com
License: MIT
Project-URL: Documentation, https://audeering.github.io/audmath/
Description: =======
        audmath
        =======
        
        |tests| |coverage| |docs| |python-versions| |license| 
        
        The Python package **audmath** collects mathematical
        functions implemented in pure Python,
        with **numpy** as it's only external dependency.
        
        Have a look at the installation_ and usage_ instructions as a starting point.
        
        
        .. _installation: https://audeering.github.io/audmath/installation.html
        .. _usage: https://audeering.github.io/audmath/usage.html
        
        .. badges images and links:
        .. |tests| image:: https://github.com/audeering/audmath/workflows/Test/badge.svg
            :target: https://github.com/audeering/audmath/actions?query=workflow%3ATest
            :alt: Test status
        .. |coverage| image:: https://codecov.io/gh/audeering/audmath/branch/master/graph/badge.svg?token=JFyZlt0Nqk
            :target: https://codecov.io/gh/audeering/audmath
            :alt: code coverage
        .. |docs| image:: https://img.shields.io/pypi/v/audmath?label=docs
            :target: https://audeering.github.io/audmath/
            :alt: audmath's documentation
        .. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
            :target: https://github.com/audeering/audmath/blob/master/LICENSE
            :alt: audmath's MIT license
        .. |python-versions| image:: https://img.shields.io/pypi/pyversions/audmath.svg
            :target: https://pypi.org/project/audmath/
            :alt: audmath's supported Python versions
        
Keywords: Python,tools
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
