mathematical


Namemathematical JSON
Version 0.5.1.post1 PyPI version JSON
download
home_pagehttps://github.com/domdfcoding/mathematical
SummaryMathematical tools for Pythonβ€‚πŸ“β€‚πŸβ€‚πŸ› οΈ
upload_time2023-11-22 15:36:40
maintainer
docs_urlNone
author
requires_python>=3.6
licenseLGPL-3.0-or-later
keywords mathematics utilities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
=====================
mathematical
=====================

.. start short_desc

**Mathematical tools for Pythonβ€‚πŸ“β€‚πŸβ€‚πŸ› οΈ**

.. end short_desc

Includes tools for calculating mean, median and standard deviation of rows in data frames, detection of outliers, and statistical calculations

.. start shields

.. list-table::
	:stub-columns: 1
	:widths: 10 90

	* - Docs
	  - |docs| |docs_check|
	* - Tests
	  - |actions_linux| |actions_windows| |actions_macos| |coveralls|
	* - PyPI
	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
	* - Anaconda
	  - |conda-version| |conda-platform|
	* - Activity
	  - |commits-latest| |commits-since| |maintained| |pypi-downloads|
	* - QA
	  - |codefactor| |actions_flake8| |actions_mypy|
	* - Other
	  - |license| |language| |requires|

.. |docs| image:: https://img.shields.io/readthedocs/mathematical/latest?logo=read-the-docs
	:target: https://mathematical.readthedocs.io/en/latest
	:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/domdfcoding/mathematical/workflows/Docs%20Check/badge.svg
	:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/domdfcoding/mathematical/workflows/Linux/badge.svg
	:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Linux%22
	:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/domdfcoding/mathematical/workflows/Windows/badge.svg
	:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Windows%22
	:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/domdfcoding/mathematical/workflows/macOS/badge.svg
	:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22macOS%22
	:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/domdfcoding/mathematical/workflows/Flake8/badge.svg
	:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Flake8%22
	:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/domdfcoding/mathematical/workflows/mypy/badge.svg
	:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22mypy%22
	:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/mathematical/badge.svg
	:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/mathematical/
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/mathematical/master?logo=coveralls
	:target: https://coveralls.io/github/domdfcoding/mathematical?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/mathematical?logo=codefactor
	:target: https://www.codefactor.io/repository/github/domdfcoding/mathematical
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/mathematical
	:target: https://pypi.org/project/mathematical/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/mathematical?logo=python&logoColor=white
	:target: https://pypi.org/project/mathematical/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/mathematical
	:target: https://pypi.org/project/mathematical/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/mathematical
	:target: https://pypi.org/project/mathematical/
	:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/mathematical?logo=anaconda
	:target: https://anaconda.org/domdfcoding/mathematical
	:alt: Conda - Package Version

.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/mathematical?label=conda%7Cplatform
	:target: https://anaconda.org/domdfcoding/mathematical
	:alt: Conda - Platform

.. |license| image:: https://img.shields.io/github/license/domdfcoding/mathematical
	:target: https://github.com/domdfcoding/mathematical/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/mathematical
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/mathematical/v0.5.1.post1
	:target: https://github.com/domdfcoding/mathematical/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/mathematical
	:target: https://github.com/domdfcoding/mathematical/commit/master
	:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
	:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/mathematical
	:target: https://pypi.org/project/mathematical/
	:alt: PyPI - Downloads

.. end shields

Installation
----------------

.. start installation

``mathematical`` can be installed from PyPI or Anaconda.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install mathematical

To install with ``conda``:

	* First add the required channels

	.. code-block:: bash

		$ conda config --add channels https://conda.anaconda.org/conda-forge
		$ conda config --add channels https://conda.anaconda.org/domdfcoding

	* Then install

	.. code-block:: bash

		$ conda install mathematical

.. end installation

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/domdfcoding/mathematical",
    "name": "mathematical",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "mathematics,utilities",
    "author": "",
    "author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/99/d9/780db371f967835a8e767b53bbacedacd8a70b6865321766f314f88ba743/mathematical-0.5.1.post1.tar.gz",
    "platform": "Windows",
    "description": "\n=====================\nmathematical\n=====================\n\n.. start short_desc\n\n**Mathematical tools for Python\u2002\ud83d\udcd0\u2002\ud83d\udc0d\u2002\ud83d\udee0\ufe0f**\n\n.. end short_desc\n\nIncludes tools for calculating mean, median and standard deviation of rows in data frames, detection of outliers, and statistical calculations\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t  - |docs| |docs_check|\n\t* - Tests\n\t  - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t  - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Anaconda\n\t  - |conda-version| |conda-platform|\n\t* - Activity\n\t  - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t  - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t  - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/mathematical/latest?logo=read-the-docs\n\t:target: https://mathematical.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/domdfcoding/mathematical/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/domdfcoding/mathematical/workflows/Linux/badge.svg\n\t:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/domdfcoding/mathematical/workflows/Windows/badge.svg\n\t:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/domdfcoding/mathematical/workflows/macOS/badge.svg\n\t:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/domdfcoding/mathematical/workflows/Flake8/badge.svg\n\t:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/domdfcoding/mathematical/workflows/mypy/badge.svg\n\t:target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/mathematical/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/mathematical/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/mathematical/master?logo=coveralls\n\t:target: https://coveralls.io/github/domdfcoding/mathematical?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/mathematical?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/domdfcoding/mathematical\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/mathematical\n\t:target: https://pypi.org/project/mathematical/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/mathematical?logo=python&logoColor=white\n\t:target: https://pypi.org/project/mathematical/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/mathematical\n\t:target: https://pypi.org/project/mathematical/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/mathematical\n\t:target: https://pypi.org/project/mathematical/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/mathematical?logo=anaconda\n\t:target: https://anaconda.org/domdfcoding/mathematical\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/mathematical?label=conda%7Cplatform\n\t:target: https://anaconda.org/domdfcoding/mathematical\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/domdfcoding/mathematical\n\t:target: https://github.com/domdfcoding/mathematical/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/mathematical\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/mathematical/v0.5.1.post1\n\t:target: https://github.com/domdfcoding/mathematical/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/mathematical\n\t:target: https://github.com/domdfcoding/mathematical/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2023\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/mathematical\n\t:target: https://pypi.org/project/mathematical/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n----------------\n\n.. start installation\n\n``mathematical`` can be installed from PyPI or Anaconda.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install mathematical\n\nTo install with ``conda``:\n\n\t* First add the required channels\n\n\t.. code-block:: bash\n\n\t\t$ conda config --add channels https://conda.anaconda.org/conda-forge\n\t\t$ conda config --add channels https://conda.anaconda.org/domdfcoding\n\n\t* Then install\n\n\t.. code-block:: bash\n\n\t\t$ conda install mathematical\n\n.. end installation\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0-or-later",
    "summary": "Mathematical tools for Python\u2002\ud83d\udcd0\u2002\ud83d\udc0d\u2002\ud83d\udee0\ufe0f",
    "version": "0.5.1.post1",
    "project_urls": {
        "Documentation": "https://mathematical.readthedocs.io/en/latest",
        "Homepage": "https://github.com/domdfcoding/mathematical",
        "Issue Tracker": "https://github.com/domdfcoding/mathematical/issues",
        "Source Code": "https://github.com/domdfcoding/mathematical"
    },
    "split_keywords": [
        "mathematics",
        "utilities"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "584c336090fbd6cd82f9362700d73f45a06fd815650821b55b07072289a9a1bf",
                "md5": "760f71deef13a0e92782b7cf55e599db",
                "sha256": "b4425cdac306a6a9f4bf22f96ba26eea2096cde1db330ea3c361a2f5423f40bc"
            },
            "downloads": -1,
            "filename": "mathematical-0.5.1.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "760f71deef13a0e92782b7cf55e599db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 78707,
            "upload_time": "2023-11-22T15:36:39",
            "upload_time_iso_8601": "2023-11-22T15:36:39.006706Z",
            "url": "https://files.pythonhosted.org/packages/58/4c/336090fbd6cd82f9362700d73f45a06fd815650821b55b07072289a9a1bf/mathematical-0.5.1.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99d9780db371f967835a8e767b53bbacedacd8a70b6865321766f314f88ba743",
                "md5": "30f6e78f5af293fbc44110b1c61a5c54",
                "sha256": "cd529b189fefe2c10a6304c6c60000375d7865a0ce96157765390e2804cff5d8"
            },
            "downloads": -1,
            "filename": "mathematical-0.5.1.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "30f6e78f5af293fbc44110b1c61a5c54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 21134,
            "upload_time": "2023-11-22T15:36:40",
            "upload_time_iso_8601": "2023-11-22T15:36:40.840907Z",
            "url": "https://files.pythonhosted.org/packages/99/d9/780db371f967835a8e767b53bbacedacd8a70b6865321766f314f88ba743/mathematical-0.5.1.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-22 15:36:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "domdfcoding",
    "github_project": "mathematical",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "mathematical"
}
        
Elapsed time: 0.14194s