mvpoly


Namemvpoly JSON
Version 0.98.2 PyPI version JSON
download
home_pagehttp://soliton.vm.bytemark.co.uk/pub/jjg/en/code/mvpoly/
SummaryA library for multivariate polynomials
upload_time2023-07-05 14:59:59
maintainer
docs_urlNone
authorJ.J. Green
requires_python
licenseLGPLv3
keywords polynomial multivariate numeric rbf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            MVPoly
======

A pure-Python library for the numeric (rather than symbolic) treatment
of multivariate polynomials.  Depends only on numpy and scipy.  See the
`documentation <https://mvpoly.readthedocs.io/>`_ for details on usage.

Install from PyPI
-----------------

Run

.. code-block:: sh

   python3 -m pip install mvpoly

Note that install from PyPI is deprecated and will be removed by
the end of 2023.


Install from GitLab
-------------------

Run

.. code-block:: sh

   python3 -m pip install mvpoly \
     --index-url https://gitlab.com/api/v4/projects/6939644/packages/pypi/simple

            

Raw data

            {
    "_id": null,
    "home_page": "http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/mvpoly/",
    "name": "mvpoly",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "polynomial,multivariate,numeric,RBF",
    "author": "J.J. Green",
    "author_email": "j.j.green@gmx.co.uk",
    "download_url": "https://files.pythonhosted.org/packages/b6/5b/5fc9eff9f0552a8cc4fa895c88b212f16a01195dd0ebaf621d47ae448959/mvpoly-0.98.2.tar.gz",
    "platform": null,
    "description": "MVPoly\n======\n\nA pure-Python library for the numeric (rather than symbolic) treatment\nof multivariate polynomials.  Depends only on numpy and scipy.  See the\n`documentation <https://mvpoly.readthedocs.io/>`_ for details on usage.\n\nInstall from PyPI\n-----------------\n\nRun\n\n.. code-block:: sh\n\n   python3 -m pip install mvpoly\n\nNote that install from PyPI is deprecated and will be removed by\nthe end of 2023.\n\n\nInstall from GitLab\n-------------------\n\nRun\n\n.. code-block:: sh\n\n   python3 -m pip install mvpoly \\\n     --index-url https://gitlab.com/api/v4/projects/6939644/packages/pypi/simple\n",
    "bugtrack_url": null,
    "license": "LGPLv3",
    "summary": "A library for multivariate polynomials",
    "version": "0.98.2",
    "project_urls": {
        "Documentation": "https://mvpoly.readthedocs.io/",
        "Homepage": "http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/mvpoly/",
        "Source": "https://gitlab.com/jjg/mvpoly"
    },
    "split_keywords": [
        "polynomial",
        "multivariate",
        "numeric",
        "rbf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b65b5fc9eff9f0552a8cc4fa895c88b212f16a01195dd0ebaf621d47ae448959",
                "md5": "5e237aace4262719acd0a4598bb5333c",
                "sha256": "785a3f1b0782360694e40ba65de0fa75edfb601176c0c5bd2eed5e04969ca9d8"
            },
            "downloads": -1,
            "filename": "mvpoly-0.98.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5e237aace4262719acd0a4598bb5333c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21963,
            "upload_time": "2023-07-05T14:59:59",
            "upload_time_iso_8601": "2023-07-05T14:59:59.328917Z",
            "url": "https://files.pythonhosted.org/packages/b6/5b/5fc9eff9f0552a8cc4fa895c88b212f16a01195dd0ebaf621d47ae448959/mvpoly-0.98.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-05 14:59:59",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "jjg",
    "gitlab_project": "mvpoly",
    "lcname": "mvpoly"
}
        
Elapsed time: 0.08543s