numint


Namenumint JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/NumInt
SummaryA Python library for numerical integration methods.
upload_time2024-05-26 09:20:00
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # numint: A Numerical Integration Library

numint is a Python library for numerical integration methods.

## Installation

```bash
pip install numint



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/NumInt",
    "name": "numint",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": null,
    "platform": null,
    "description": "# numint: A Numerical Integration Library\n\nnumint is a Python library for numerical integration methods.\n\n## Installation\n\n```bash\npip install numint\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library for numerical integration methods.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/NumInt"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "408656a9496dc4dd05212548fdc3bf4331a91e8c14695dda68ed89cbf2a17e0f",
                "md5": "992b23f299278cf2e2ddbb09955a792f",
                "sha256": "9e6bb471f247dd846c8bc5b4cf329b880bd82e473ac1e2bf0b84c4f7f848b8fd"
            },
            "downloads": -1,
            "filename": "numint-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "992b23f299278cf2e2ddbb09955a792f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2733,
            "upload_time": "2024-05-26T09:20:00",
            "upload_time_iso_8601": "2024-05-26T09:20:00.470111Z",
            "url": "https://files.pythonhosted.org/packages/40/86/56a9496dc4dd05212548fdc3bf4331a91e8c14695dda68ed89cbf2a17e0f/numint-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-26 09:20:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "NumInt",
    "github_not_found": true,
    "lcname": "numint"
}
        
Elapsed time: 1.04944s