numquad


Namenumquad JSON
Version 0.16.10 PyPI version JSON
download
home_pagehttps://github.com/jasonmulderrig/numquad
SummaryThe Python package for numerical quadrature, i.e., numerical integration.
upload_time2023-01-20 19:10:57
maintainerJason Mulderrig
docs_urlNone
authorJason Mulderrig
requires_python<4,>=3.7
licenseGNU General Public License v3 or later (GPLv3+)
keywords mathematics physics engineering quadrature cubature integration numerical integration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #######
numquad
#######

|build| |pyversions| |pypi| |license|

The Python package for numerical quadrature, i.e., numerical integration.

This package is simply a re-purposed mirror of one of the last open-sourced versions of the `quadpy <https://pypi.org/project/quadpy/>`_ Python package, `quadpy version 0.16.10 <https://zenodo.org/record/5541216>`_ (under the GNU GPLv3 license) in late December 2021/early January 2022. The only difference between ``numquad`` and `quadpy version 0.16.10 <https://zenodo.org/record/5541216>`_ is that ``numquad`` has no plotting clients -- plotting clients have been completely disabled. I do not intend to alter the contents of ``numquad`` whatsoever going forward.

************
Installation
************

This package can be installed using ``pip`` via the `Python Package Index <https://pypi.org/project/numquad/>`_ (PyPI),

::

    pip install numquad

Alternatively, a branch can be directly installed using

::

    pip install git+https://github.com/jasonmulderrig/numquad.git@<branch-name>

or after cloning a branch, moving to the main project directory (where the setup and configuration files are located), and executing ``pip install -e .`` for an editable installation or ``pip install .`` for a standard installation.

***********
Information
***********

- `License <https://github.com/jasonmulderrig/numquad/LICENSE>`__
- `Releases <https://github.com/jasonmulderrig/numquad/releases>`__
- `Repository <https://github.com/jasonmulderrig/numquad>`__

..
    Badges ========================================================================

.. |build| image:: https://img.shields.io/github/checks-status/jasonmulderrig/numquad/main?label=GitHub&logo=github
    :target: https://github.com/jasonmulderrig/numquad

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/numquad.svg?logo=python&logoColor=FBE072&color=4B8BBE&label=Python
    :target: https://pypi.org/project/numquad/

.. |pypi| image:: https://img.shields.io/pypi/v/numquad?logo=pypi&logoColor=FBE072&label=PyPI&color=4B8BBE
    :target: https://pypi.org/project/numquad/

.. |license| image:: https://img.shields.io/github/license/jasonmulderrig/numquad?label=License
    :target: https://github.com/jasonmulderrig/numquad/LICENSE

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jasonmulderrig/numquad",
    "name": "numquad",
    "maintainer": "Jason Mulderrig",
    "docs_url": null,
    "requires_python": "<4,>=3.7",
    "maintainer_email": "jpm445@cornell.edu, mulderrig.jason@gmail.com",
    "keywords": "mathematics,physics,engineering,quadrature,cubature,integration,numerical integration",
    "author": "Jason Mulderrig",
    "author_email": "jpm445@cornell.edu",
    "download_url": "https://files.pythonhosted.org/packages/71/db/fe92b73c0e719571e4f455dabc95d3f6e2cadd955e8eff1b461fe3a9f42b/numquad-0.16.10.tar.gz",
    "platform": null,
    "description": "#######\nnumquad\n#######\n\n|build| |pyversions| |pypi| |license|\n\nThe Python package for numerical quadrature, i.e., numerical integration.\n\nThis package is simply a re-purposed mirror of one of the last open-sourced versions of the `quadpy <https://pypi.org/project/quadpy/>`_ Python package, `quadpy version 0.16.10 <https://zenodo.org/record/5541216>`_ (under the GNU GPLv3 license) in late December 2021/early January 2022. The only difference between ``numquad`` and `quadpy version 0.16.10 <https://zenodo.org/record/5541216>`_ is that ``numquad`` has no plotting clients -- plotting clients have been completely disabled. I do not intend to alter the contents of ``numquad`` whatsoever going forward.\n\n************\nInstallation\n************\n\nThis package can be installed using ``pip`` via the `Python Package Index <https://pypi.org/project/numquad/>`_ (PyPI),\n\n::\n\n    pip install numquad\n\nAlternatively, a branch can be directly installed using\n\n::\n\n    pip install git+https://github.com/jasonmulderrig/numquad.git@<branch-name>\n\nor after cloning a branch, moving to the main project directory (where the setup and configuration files are located), and executing ``pip install -e .`` for an editable installation or ``pip install .`` for a standard installation.\n\n***********\nInformation\n***********\n\n- `License <https://github.com/jasonmulderrig/numquad/LICENSE>`__\n- `Releases <https://github.com/jasonmulderrig/numquad/releases>`__\n- `Repository <https://github.com/jasonmulderrig/numquad>`__\n\n..\n    Badges ========================================================================\n\n.. |build| image:: https://img.shields.io/github/checks-status/jasonmulderrig/numquad/main?label=GitHub&logo=github\n    :target: https://github.com/jasonmulderrig/numquad\n\n.. |pyversions| image:: https://img.shields.io/pypi/pyversions/numquad.svg?logo=python&logoColor=FBE072&color=4B8BBE&label=Python\n    :target: https://pypi.org/project/numquad/\n\n.. |pypi| image:: https://img.shields.io/pypi/v/numquad?logo=pypi&logoColor=FBE072&label=PyPI&color=4B8BBE\n    :target: https://pypi.org/project/numquad/\n\n.. |license| image:: https://img.shields.io/github/license/jasonmulderrig/numquad?label=License\n    :target: https://github.com/jasonmulderrig/numquad/LICENSE\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 or later (GPLv3+)",
    "summary": "The Python package for numerical quadrature, i.e., numerical integration.",
    "version": "0.16.10",
    "split_keywords": [
        "mathematics",
        "physics",
        "engineering",
        "quadrature",
        "cubature",
        "integration",
        "numerical integration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24f345e6e3c4e957f91155703bb589eb313dcdf6fbb231b111fa3aa7f3d2bd9e",
                "md5": "f643ba02ba816c00637d1d2127f68073",
                "sha256": "e60261e3f3c316310245aa9ae73342a639f40bdf7b7f8e71ed6b93825f76b6b4"
            },
            "downloads": -1,
            "filename": "numquad-0.16.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f643ba02ba816c00637d1d2127f68073",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.7",
            "size": 1308372,
            "upload_time": "2023-01-20T19:10:55",
            "upload_time_iso_8601": "2023-01-20T19:10:55.667154Z",
            "url": "https://files.pythonhosted.org/packages/24/f3/45e6e3c4e957f91155703bb589eb313dcdf6fbb231b111fa3aa7f3d2bd9e/numquad-0.16.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71dbfe92b73c0e719571e4f455dabc95d3f6e2cadd955e8eff1b461fe3a9f42b",
                "md5": "8234a1a7c455a7968c1d9dfd1104e5e9",
                "sha256": "8d013dc3c21222b049ffd3fbfb211f6bae716dd7d87b5eda91b70af24f304685"
            },
            "downloads": -1,
            "filename": "numquad-0.16.10.tar.gz",
            "has_sig": false,
            "md5_digest": "8234a1a7c455a7968c1d9dfd1104e5e9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.7",
            "size": 1078815,
            "upload_time": "2023-01-20T19:10:57",
            "upload_time_iso_8601": "2023-01-20T19:10:57.575413Z",
            "url": "https://files.pythonhosted.org/packages/71/db/fe92b73c0e719571e4f455dabc95d3f6e2cadd955e8eff1b461fe3a9f42b/numquad-0.16.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-20 19:10:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jasonmulderrig",
    "github_project": "numquad",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "numquad"
}
        
Elapsed time: 0.03018s