# ndgrid
ndgrid is an open-source library written in Rust for n-dimensional grids/meshes.
## Using ndgrid
### Rust
You can use the latest release of ndgrid by adding the following to `[dependencies]` section of your Cargo.toml file:
```toml
ndgrid = "0.1.5"
```
### Python
You can install the latest release of ndgrid by running:
```bash
pip3 install ndgrid
```
## Documentation
The latest documentation of the main branch of this repo is available at [bempp.github.io/ndgrid/](https://bempp.github.io/ndgrid/).
## Testing
The functionality of the library can be tested by running:
```bash
cargo test
```
## Examples
Examples of use can be found in the [examples folder](examples/).
## Getting help
Errors in the library should be added to the [GitHub issue tracker](https://github.com/bempp/ndgrid/issues).
Questions about the library and its use can be asked on the [Bempp Discourse](https://bempp.discourse.group).
## Licence
ndgrid is licensed under a BSD 3-Clause licence. Full text of the licence can be found [here](LICENSE.md).
Raw data
{
"_id": null,
"home_page": "https://github.com/bempp/ndgrid",
"name": "ndgrid",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "numerics",
"author": "Timo Betcke <timo.betcke@gmail.com>, Srinath Kailasa <srinathkailasa@gmail.com>, Matthew Scroggs <rust@mscroggs.co.uk>",
"author_email": "Matthew Scroggs <rust@mscroggs.co.uk>",
"download_url": null,
"platform": null,
"description": "# ndgrid\n\nndgrid is an open-source library written in Rust for n-dimensional grids/meshes.\n\n## Using ndgrid\n### Rust\nYou can use the latest release of ndgrid by adding the following to `[dependencies]` section of your Cargo.toml file:\n\n```toml\nndgrid = \"0.1.5\"\n```\n\n### Python\nYou can install the latest release of ndgrid by running:\n\n```bash\npip3 install ndgrid\n```\n\n## Documentation\nThe latest documentation of the main branch of this repo is available at [bempp.github.io/ndgrid/](https://bempp.github.io/ndgrid/).\n\n## Testing\nThe functionality of the library can be tested by running:\n```bash\ncargo test\n```\n\n## Examples\nExamples of use can be found in the [examples folder](examples/).\n\n## Getting help\nErrors in the library should be added to the [GitHub issue tracker](https://github.com/bempp/ndgrid/issues).\n\nQuestions about the library and its use can be asked on the [Bempp Discourse](https://bempp.discourse.group).\n\n## Licence\nndgrid is licensed under a BSD 3-Clause licence. Full text of the licence can be found [here](LICENSE.md).\n\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "n-dimensional grid library.",
"version": "0.1.5.1",
"project_urls": {
"Homepage": "https://github.com/bempp/ndgrid",
"repository": "https://github.com/bempp/ndgrid"
},
"split_keywords": [
"numerics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0f5bb470349489a7b83e5ca87edab85e0e8c8f1bf39d4ebe177667105d7f71b8",
"md5": "50cd270ff67c035c4fbfec8fad1f4216",
"sha256": "acf42a51274d74309ec5166a38e2066bca86b7d6b0b259dac05d2fdad35b8bec"
},
"downloads": -1,
"filename": "ndgrid-0.1.5.1-py3-none-manylinux_2_35_x86_64.whl",
"has_sig": false,
"md5_digest": "50cd270ff67c035c4fbfec8fad1f4216",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 15886816,
"upload_time": "2024-12-03T07:43:49",
"upload_time_iso_8601": "2024-12-03T07:43:49.256820Z",
"url": "https://files.pythonhosted.org/packages/0f/5b/b470349489a7b83e5ca87edab85e0e8c8f1bf39d4ebe177667105d7f71b8/ndgrid-0.1.5.1-py3-none-manylinux_2_35_x86_64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-03 07:43:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bempp",
"github_project": "ndgrid",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ndgrid"
}