numericalint


Namenumericalint JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
Summarynumericalint Test Package for Numerical Integration Demo
upload_time2024-05-26 10:05:18
maintainerNone
docs_urlNone
authorArjun Jagdale
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # numericalint: A Numerical Integration Library

numericalint is a Python library for numerical integration methods.

## Installation

```bash
pip install numericalint



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "numericalint",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Arjun Jagdale",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8b/9e/aeec9edb86352bd5c554cca4219ba6c0f2027295501c1796370e485b390a/numericalint-0.0.1.tar.gz",
    "platform": null,
    "description": "# numericalint: A Numerical Integration Library\n\nnumericalint is a Python library for numerical integration methods.\n\n## Installation\n\n```bash\npip install numericalint\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "numericalint Test Package for Numerical Integration Demo",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "962c19402046fedbd3a01d5ef8954e104d4d958da71b882073d8124475f4e889",
                "md5": "9bafdb4d3d8d326d9d1fa274aa1bbcf1",
                "sha256": "61cd3a4789ed7aa7f8a738bac9c25df2b39b3c85613f4a1241fc1d90f0b0e6e5"
            },
            "downloads": -1,
            "filename": "numericalint-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9bafdb4d3d8d326d9d1fa274aa1bbcf1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2908,
            "upload_time": "2024-05-26T10:05:16",
            "upload_time_iso_8601": "2024-05-26T10:05:16.560087Z",
            "url": "https://files.pythonhosted.org/packages/96/2c/19402046fedbd3a01d5ef8954e104d4d958da71b882073d8124475f4e889/numericalint-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b9eaeec9edb86352bd5c554cca4219ba6c0f2027295501c1796370e485b390a",
                "md5": "3b3fe78dd49d8336a1c19bf8ef20e820",
                "sha256": "39bd4340a1406003fb1f925b0824995371559abc2702e44c33580734de0e977a"
            },
            "downloads": -1,
            "filename": "numericalint-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3b3fe78dd49d8336a1c19bf8ef20e820",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2931,
            "upload_time": "2024-05-26T10:05:18",
            "upload_time_iso_8601": "2024-05-26T10:05:18.107583Z",
            "url": "https://files.pythonhosted.org/packages/8b/9e/aeec9edb86352bd5c554cca4219ba6c0f2027295501c1796370e485b390a/numericalint-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-26 10:05:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "numericalint"
}
        
Elapsed time: 0.26753s