numgrids


Namenumgrids JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/maroba/numgrids
SummaryWorking with numerical grids made easy.
upload_time2023-07-07 13:44:42
maintainer
docs_urlNone
authorMatthias Baer
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">numgrids</h1>
<p align="center"> Working with numerical grids made easy.</p>

**Main Features**

- Quickly define numerical grids for any rectangular or curvilinear coordinate system
- Differentiation and integration
- Interpolation
- Easy manipulation of meshed functions
- Using high precision spectral methods (FFT + Chebyshev) wherever possible
- Fully compatible with *numpy*

## Installation

```shell
pip install numgrids
```

## Quick Start

To get started, have a look at the <a href="https://github.com/maroba/numgrids">quick start</a>.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/maroba/numgrids",
    "name": "numgrids",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Matthias Baer",
    "author_email": "matthias.r.baer@googlemail.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/03/d45902381408bf883425617164beb0e1a3ad097924e12a88cf0556bd0bb0/numgrids-0.3.0.tar.gz",
    "platform": "ALL",
    "description": "<h1 align=\"center\">numgrids</h1>\n<p align=\"center\"> Working with numerical grids made easy.</p>\n\n**Main Features**\n\n- Quickly define numerical grids for any rectangular or curvilinear coordinate system\n- Differentiation and integration\n- Interpolation\n- Easy manipulation of meshed functions\n- Using high precision spectral methods (FFT + Chebyshev) wherever possible\n- Fully compatible with *numpy*\n\n## Installation\n\n```shell\npip install numgrids\n```\n\n## Quick Start\n\nTo get started, have a look at the <a href=\"https://github.com/maroba/numgrids\">quick start</a>.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Working with numerical grids made easy.",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/maroba/numgrids"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d292db4915b32bcc92cf4f5aa0ed6e96802b432f0502e9e80decaa74d2160184",
                "md5": "199e65f1e156b487676f10f84bc345c7",
                "sha256": "d80de6a323bf09f9d228ec64d2f57fb7fd59ceac1b3a94d8eda2c03201b4af11"
            },
            "downloads": -1,
            "filename": "numgrids-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "199e65f1e156b487676f10f84bc345c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13226,
            "upload_time": "2023-07-07T13:44:40",
            "upload_time_iso_8601": "2023-07-07T13:44:40.629549Z",
            "url": "https://files.pythonhosted.org/packages/d2/92/db4915b32bcc92cf4f5aa0ed6e96802b432f0502e9e80decaa74d2160184/numgrids-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb03d45902381408bf883425617164beb0e1a3ad097924e12a88cf0556bd0bb0",
                "md5": "18ce5c95e0b357f156dce2324447a571",
                "sha256": "a36e28375c77a8d6a12e9c10e89c5f8f9a961403b27ad149e375f9b891d06422"
            },
            "downloads": -1,
            "filename": "numgrids-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "18ce5c95e0b357f156dce2324447a571",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12724,
            "upload_time": "2023-07-07T13:44:42",
            "upload_time_iso_8601": "2023-07-07T13:44:42.063396Z",
            "url": "https://files.pythonhosted.org/packages/fb/03/d45902381408bf883425617164beb0e1a3ad097924e12a88cf0556bd0bb0/numgrids-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-07 13:44:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maroba",
    "github_project": "numgrids",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "numgrids"
}
        
Elapsed time: 0.12911s