Name | gstools-cython JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | Cython backend for GSTools. |
upload_time | 2025-02-08 16:54:56 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | LGPL-3.0 |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Welcome to GSTools-Cython
[](https://doi.org/10.5194/gmd-15-3161-2022)
[](https://github.com/GeoStat-Framework/GSTools-Cython/actions/workflows/main.yml)
[](https://coveralls.io/github/GeoStat-Framework/GSTools-Cython?branch=main)
[](https://geostat-framework.readthedocs.io/projects/gstools-cython/en/stable/?badge=stable)
[](https://github.com/ambv/black)
<p align="center">
<img src="https://raw.githubusercontent.com/GeoStat-Framework/GSTools/main/docs/source/pics/gstools.png" alt="GSTools-LOGO" width="251px"/>
</p>
<p align="center"><b>Get in Touch!</b></p>
<p align="center">
<a href="https://github.com/GeoStat-Framework/GSTools/discussions"><img src="https://img.shields.io/badge/GitHub-Discussions-f6f8fa?logo=github&style=flat" alt="GH-Discussions"/></a>
<a href="mailto:info@geostat-framework.org"><img src="https://img.shields.io/badge/Email-GeoStat--Framework-468a88?style=flat&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIj48cGF0aCBkPSJNNDQ4IDg4SDUyYy0yNyAwLTQ5IDIyLTQ5IDQ5djIyNmMwIDI3IDIyIDQ5IDQ5IDQ5aDM5NmMyNyAwIDQ5LTIyIDQ5LTQ5VjEzN2MwLTI3LTIyLTQ5LTQ5LTQ5em0xNiA0OXYyMjZsLTIgNy0xMTUtMTE2IDExNy0xMTd6TTM2IDM2M1YxMzdsMTE3IDExN0wzOCAzNzBsLTItN3ptMjE5LTYzYy0zIDMtNyAzLTEwIDBMNjYgMTIxaDM2OHptLTc5LTIzIDQ2IDQ2YTM5IDM5IDAgMCAwIDU2IDBsNDYtNDYgMTAxIDEwMkg3NXoiIHN0eWxlPSJmaWxsOiNmNWY1ZjU7ZmlsbC1vcGFjaXR5OjEiLz48L3N2Zz4=" alt="Email"/></a>
</p>
## Installation
This is the Cython backend for the Geo-Statistical Toolbox [GSTools](https://github.com/GeoStat-Framework/GSTools).
It is not ment to be installed directly.
### conda
GSTools can be installed via [conda][conda_link] on Linux, Mac, and Windows.
Install the package by typing the following command in a command terminal:
conda install gstools
In case conda forge is not set up for your system yet, see the easy to follow
instructions on [conda forge][conda_forge_link]. Using conda, the parallelized
version of GSTools should be installed.
### pip
GSTools can be installed via [pip][pip_link] on Linux, Mac, and Windows.
On Windows you can install [WinPython][winpy_link] to get Python and pip
running. Install the package by typing the following command in a command terminal:
pip install gstools
To install the latest development version via pip, see the
[documentation][doc_install_link].
One thing to point out is that this way, the non-parallel version of GSTools
is installed. In case you want the parallel version, follow these easy
[steps][doc_install_link].
## Citation
If you are using GSTools in your publication please cite our paper:
> Müller, S., Schüler, L., Zech, A., and Heße, F.:
> GSTools v1.3: a toolbox for geostatistical modelling in Python,
> Geosci. Model Dev., 15, 3161–3182, [https://doi.org/10.5194/gmd-15-3161-2022](https://doi.org/10.5194/gmd-15-3161-2022), 2022.
You can cite the Zenodo code publication of GSTools by:
> Sebastian Müller & Lennart Schüler. GeoStat-Framework/GSTools. Zenodo. [https://doi.org/10.5281/zenodo.1313628](https://doi.org/10.5281/zenodo.1313628)
If you want to cite a specific version, have a look at the [Zenodo site](https://doi.org/10.5281/zenodo.1313628).
## Documentation
- GSTools: [https://gstools.readthedocs.io/](https://gstools.readthedocs.io/)
- GSTools-Cython: [https://gstools-cython.readthedocs.io/](https://gstools-cython.readthedocs.io/)
## Cython backend
This package is the cython backend implementation for GSTools.
## Requirements
- [NumPy >= 1.20.0](https://www.numpy.org)
## Contact
You can contact us via <info@geostat-framework.org>.
## License
[LGPLv3][license_link] © 2018-2025
[license_link]: https://github.com/GeoStat-Framework/GSTools-Cython/blob/main/LICENSE
[pip_link]: https://pypi.org/project/gstools
[conda_link]: https://docs.conda.io/en/latest/miniconda.html
[conda_forge_link]: https://github.com/conda-forge/gstools-feedstock#installing-gstools
[winpy_link]: https://winpython.github.io/
[doc_install_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/stable/#pip
Raw data
{
"_id": null,
"home_page": null,
"name": "gstools-cython",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "\"Sebastian M\u00fcller, Lennart Sch\u00fcler\" <info@geostat-framework.org>",
"download_url": "https://files.pythonhosted.org/packages/55/1d/694d4f90e3ac2c31b54901b5b3b7cee21ac11806ef0c03b87ee9b32f8931/gstools_cython-1.0.0.tar.gz",
"platform": null,
"description": "# Welcome to GSTools-Cython\n[](https://doi.org/10.5194/gmd-15-3161-2022)\n[](https://github.com/GeoStat-Framework/GSTools-Cython/actions/workflows/main.yml)\n[](https://coveralls.io/github/GeoStat-Framework/GSTools-Cython?branch=main)\n[](https://geostat-framework.readthedocs.io/projects/gstools-cython/en/stable/?badge=stable)\n[](https://github.com/ambv/black)\n\n<p align=\"center\">\n<img src=\"https://raw.githubusercontent.com/GeoStat-Framework/GSTools/main/docs/source/pics/gstools.png\" alt=\"GSTools-LOGO\" width=\"251px\"/>\n</p>\n\n<p align=\"center\"><b>Get in Touch!</b></p>\n<p align=\"center\">\n<a href=\"https://github.com/GeoStat-Framework/GSTools/discussions\"><img src=\"https://img.shields.io/badge/GitHub-Discussions-f6f8fa?logo=github&style=flat\" alt=\"GH-Discussions\"/></a>\n<a href=\"mailto:info@geostat-framework.org\"><img src=\"https://img.shields.io/badge/Email-GeoStat--Framework-468a88?style=flat&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIj48cGF0aCBkPSJNNDQ4IDg4SDUyYy0yNyAwLTQ5IDIyLTQ5IDQ5djIyNmMwIDI3IDIyIDQ5IDQ5IDQ5aDM5NmMyNyAwIDQ5LTIyIDQ5LTQ5VjEzN2MwLTI3LTIyLTQ5LTQ5LTQ5em0xNiA0OXYyMjZsLTIgNy0xMTUtMTE2IDExNy0xMTd6TTM2IDM2M1YxMzdsMTE3IDExN0wzOCAzNzBsLTItN3ptMjE5LTYzYy0zIDMtNyAzLTEwIDBMNjYgMTIxaDM2OHptLTc5LTIzIDQ2IDQ2YTM5IDM5IDAgMCAwIDU2IDBsNDYtNDYgMTAxIDEwMkg3NXoiIHN0eWxlPSJmaWxsOiNmNWY1ZjU7ZmlsbC1vcGFjaXR5OjEiLz48L3N2Zz4=\" alt=\"Email\"/></a>\n</p>\n\n\n## Installation\n\nThis is the Cython backend for the Geo-Statistical Toolbox [GSTools](https://github.com/GeoStat-Framework/GSTools).\nIt is not ment to be installed directly.\n\n### conda\n\nGSTools can be installed via [conda][conda_link] on Linux, Mac, and Windows.\nInstall the package by typing the following command in a command terminal:\n\n conda install gstools\n\nIn case conda forge is not set up for your system yet, see the easy to follow\ninstructions on [conda forge][conda_forge_link]. Using conda, the parallelized\nversion of GSTools should be installed.\n\n\n### pip\n\nGSTools can be installed via [pip][pip_link] on Linux, Mac, and Windows.\nOn Windows you can install [WinPython][winpy_link] to get Python and pip\nrunning. Install the package by typing the following command in a command terminal:\n\n pip install gstools\n\nTo install the latest development version via pip, see the\n[documentation][doc_install_link].\nOne thing to point out is that this way, the non-parallel version of GSTools\nis installed. In case you want the parallel version, follow these easy\n[steps][doc_install_link].\n\n\n## Citation\n\nIf you are using GSTools in your publication please cite our paper:\n\n> M\u00fcller, S., Sch\u00fcler, L., Zech, A., and He\u00dfe, F.:\n> GSTools v1.3: a toolbox for geostatistical modelling in Python,\n> Geosci. Model Dev., 15, 3161\u20133182, [https://doi.org/10.5194/gmd-15-3161-2022](https://doi.org/10.5194/gmd-15-3161-2022), 2022.\n\nYou can cite the Zenodo code publication of GSTools by:\n\n> Sebastian M\u00fcller & Lennart Sch\u00fcler. GeoStat-Framework/GSTools. Zenodo. [https://doi.org/10.5281/zenodo.1313628](https://doi.org/10.5281/zenodo.1313628)\n\nIf you want to cite a specific version, have a look at the [Zenodo site](https://doi.org/10.5281/zenodo.1313628).\n\n\n## Documentation\n\n- GSTools: [https://gstools.readthedocs.io/](https://gstools.readthedocs.io/)\n- GSTools-Cython: [https://gstools-cython.readthedocs.io/](https://gstools-cython.readthedocs.io/)\n\n## Cython backend\n\nThis package is the cython backend implementation for GSTools.\n\n\n## Requirements\n\n- [NumPy >= 1.20.0](https://www.numpy.org)\n\n\n## Contact\n\nYou can contact us via <info@geostat-framework.org>.\n\n\n## License\n\n[LGPLv3][license_link] \u00a9 2018-2025\n\n[license_link]: https://github.com/GeoStat-Framework/GSTools-Cython/blob/main/LICENSE\n[pip_link]: https://pypi.org/project/gstools\n[conda_link]: https://docs.conda.io/en/latest/miniconda.html\n[conda_forge_link]: https://github.com/conda-forge/gstools-feedstock#installing-gstools\n[winpy_link]: https://winpython.github.io/\n[doc_install_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/stable/#pip\n",
"bugtrack_url": null,
"license": "LGPL-3.0",
"summary": "Cython backend for GSTools.",
"version": "1.0.0",
"project_urls": {
"Changelog": "https://github.com/GeoStat-Framework/GSTools-Cython/blob/main/CHANGELOG.md",
"Conda-Forge": "https://anaconda.org/conda-forge/gstools",
"Documentation": "https://gstools.readthedocs.io",
"Homepage": "https://geostat-framework.org/#gstools",
"Source": "https://github.com/GeoStat-Framework/GSTools-Cython",
"Tracker": "https://github.com/GeoStat-Framework/GSTools-Cython/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ca1ca169bf7cf0f4a2acfe51b400a44c2f8a14359e19469c0be57ec917d26982",
"md5": "a645482e5bcde7e8772d57adf1e32d3d",
"sha256": "798b7d2ffd4a17fb908f74b766de3586e0cc23e81b1368fa18bd09bb3198f06d"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "a645482e5bcde7e8772d57adf1e32d3d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 272971,
"upload_time": "2025-02-08T16:54:12",
"upload_time_iso_8601": "2025-02-08T16:54:12.815928Z",
"url": "https://files.pythonhosted.org/packages/ca/1c/a169bf7cf0f4a2acfe51b400a44c2f8a14359e19469c0be57ec917d26982/gstools_cython-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a64c9c45631911600668119ffa4306ed9e0321d19111a3175dc30f67f32d1083",
"md5": "f65be1ce5342610ad0a3fa3090192728",
"sha256": "9e2b05fa98f107be3998c61e7b9b0c34b2d5e942af58b05b659c1b8c88f05c74"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f65be1ce5342610ad0a3fa3090192728",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 256617,
"upload_time": "2025-02-08T16:54:15",
"upload_time_iso_8601": "2025-02-08T16:54:15.068059Z",
"url": "https://files.pythonhosted.org/packages/a6/4c/9c45631911600668119ffa4306ed9e0321d19111a3175dc30f67f32d1083/gstools_cython-1.0.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5ee1a4e4967cf65bce325e58f89c694b3c8f6a63108c000848da0b048c3707a2",
"md5": "e6f6e6db6805ce6788ae95233cf591c0",
"sha256": "b393323da82d0c7ec5594e6abc54302fb66632ecbd56ca5ec9053de49f1e26c6"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "e6f6e6db6805ce6788ae95233cf591c0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1479438,
"upload_time": "2025-02-08T16:54:17",
"upload_time_iso_8601": "2025-02-08T16:54:17.449634Z",
"url": "https://files.pythonhosted.org/packages/5e/e1/a4e4967cf65bce325e58f89c694b3c8f6a63108c000848da0b048c3707a2/gstools_cython-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6d4a3028fd94f7657b07dcc42c66dcf1e1e40e4e897ff6814ab867214101c9a5",
"md5": "0379e935ffe16be8c370b2075d4fd3dd",
"sha256": "8b53c49258156f6b7ddb79995335d02556bbdd82f993f78b51849518a557956a"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "0379e935ffe16be8c370b2075d4fd3dd",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 246838,
"upload_time": "2025-02-08T16:54:19",
"upload_time_iso_8601": "2025-02-08T16:54:19.708173Z",
"url": "https://files.pythonhosted.org/packages/6d/4a/3028fd94f7657b07dcc42c66dcf1e1e40e4e897ff6814ab867214101c9a5/gstools_cython-1.0.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "31653e1705ce95b8810d247ac950f73e93adb05b4ae104f39e95792aad801d0e",
"md5": "2f2869068e3d442d4d92f61b2643d86a",
"sha256": "d3288065f23270aafe810d3abc5dc522e30f6777bc32d71d286fe466d6187868"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "2f2869068e3d442d4d92f61b2643d86a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 273052,
"upload_time": "2025-02-08T16:54:20",
"upload_time_iso_8601": "2025-02-08T16:54:20.933755Z",
"url": "https://files.pythonhosted.org/packages/31/65/3e1705ce95b8810d247ac950f73e93adb05b4ae104f39e95792aad801d0e/gstools_cython-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "60347d2fa4869673150a88f3b880e06161cddffa60c2c1b354ddccbfa037b54c",
"md5": "8db2fc6705348096b16adb06d3a7c4d0",
"sha256": "ed13cb86caa45939e6d4265f00ac0a938e77846ea57402845a8568dda08a4bb4"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "8db2fc6705348096b16adb06d3a7c4d0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 256606,
"upload_time": "2025-02-08T16:54:22",
"upload_time_iso_8601": "2025-02-08T16:54:22.939675Z",
"url": "https://files.pythonhosted.org/packages/60/34/7d2fa4869673150a88f3b880e06161cddffa60c2c1b354ddccbfa037b54c/gstools_cython-1.0.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "76042b63260edc073d94bd45c0439dbb9ea1e5b18d71c0bdd9dd03bdec35c63d",
"md5": "5c1081d77e08bd0f1780391c896c2f8a",
"sha256": "c5569884081f7fbe472c83308d4db524fbc75eb444e782fcdb7b7ab38347878d"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5c1081d77e08bd0f1780391c896c2f8a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1596844,
"upload_time": "2025-02-08T16:54:24",
"upload_time_iso_8601": "2025-02-08T16:54:24.385653Z",
"url": "https://files.pythonhosted.org/packages/76/04/2b63260edc073d94bd45c0439dbb9ea1e5b18d71c0bdd9dd03bdec35c63d/gstools_cython-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0d3b64603cd77b57df291f82c2b1b0d61bf150cd69730edf671792543af81b0f",
"md5": "3165a7c15fb836e1f25a194320811dc3",
"sha256": "f72afcb83ed8f56fa5f6d3951dfcd3eb12467a9bd96b7af8f9f6fdc0e83d5030"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "3165a7c15fb836e1f25a194320811dc3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 247163,
"upload_time": "2025-02-08T16:54:26",
"upload_time_iso_8601": "2025-02-08T16:54:26.979360Z",
"url": "https://files.pythonhosted.org/packages/0d/3b/64603cd77b57df291f82c2b1b0d61bf150cd69730edf671792543af81b0f/gstools_cython-1.0.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3b347640701039505a8708752706e0eea2ed1937d46342a969c137de180408d8",
"md5": "668e157dab8fc6df20eb7d1cb0d13c69",
"sha256": "2f46f97c2d9282ebbac6e24d6ef9658833ca0c00b1243f4ce9c4788dd49dc972"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "668e157dab8fc6df20eb7d1cb0d13c69",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 276508,
"upload_time": "2025-02-08T16:54:28",
"upload_time_iso_8601": "2025-02-08T16:54:28.324976Z",
"url": "https://files.pythonhosted.org/packages/3b/34/7640701039505a8708752706e0eea2ed1937d46342a969c137de180408d8/gstools_cython-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c77664c0c5ff3ae8503462715b28604e2a96939dbaa57fe3c1fe0ec4aca01dae",
"md5": "c9d4c2bd54cf821ea29a4d76bc096a1c",
"sha256": "b21877663b369c81e7c364b4ab6153f4c760162e7cd176453cb2ca29752690d6"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c9d4c2bd54cf821ea29a4d76bc096a1c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 260194,
"upload_time": "2025-02-08T16:54:29",
"upload_time_iso_8601": "2025-02-08T16:54:29.799573Z",
"url": "https://files.pythonhosted.org/packages/c7/76/64c0c5ff3ae8503462715b28604e2a96939dbaa57fe3c1fe0ec4aca01dae/gstools_cython-1.0.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "52d5e1bf2228aeb0d3284aee10688e453d4f173c26d1ac913068b8bd4a61deaa",
"md5": "4e9e47ceb2050368f54f7e609b34913e",
"sha256": "dd3433c27517128fa990c3095f090611eb1f8831730866098e4e7b7877cb7ce5"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "4e9e47ceb2050368f54f7e609b34913e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1555633,
"upload_time": "2025-02-08T16:54:31",
"upload_time_iso_8601": "2025-02-08T16:54:31.235425Z",
"url": "https://files.pythonhosted.org/packages/52/d5/e1bf2228aeb0d3284aee10688e453d4f173c26d1ac913068b8bd4a61deaa/gstools_cython-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6e26cc6b0c08894a78af37afc079dab172cde427bc70a56ce289123c01b84df6",
"md5": "245063db53224921c8bdc1f825f51b34",
"sha256": "626d189249cb0ca2d679751992897e5581c03a8e640a0b95f530b3e003f04966"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "245063db53224921c8bdc1f825f51b34",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 247456,
"upload_time": "2025-02-08T16:54:32",
"upload_time_iso_8601": "2025-02-08T16:54:32.545520Z",
"url": "https://files.pythonhosted.org/packages/6e/26/cc6b0c08894a78af37afc079dab172cde427bc70a56ce289123c01b84df6/gstools_cython-1.0.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "54c34696ca68ef7a918416cdb70ece043d4f0efe0d5f31d43e57b2828bcc6327",
"md5": "2ca96a609344802a0d8e7af12d2ef07c",
"sha256": "c8ad18caf3b73c2a3ca669e35a3ef2de759f1d2853b2311c4605f967a16e1c03"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "2ca96a609344802a0d8e7af12d2ef07c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 273093,
"upload_time": "2025-02-08T16:54:34",
"upload_time_iso_8601": "2025-02-08T16:54:34.731704Z",
"url": "https://files.pythonhosted.org/packages/54/c3/4696ca68ef7a918416cdb70ece043d4f0efe0d5f31d43e57b2828bcc6327/gstools_cython-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4db00e095d50008d3d4fe2403a12e795bf5c578190970603d4470912238d6aef",
"md5": "32bbf5956ea36dd4ddb11948dd617b18",
"sha256": "482f81b2fa01209a61da945d2fd8f0b6f15a6bf6acbfec61541c93a8125d16f7"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "32bbf5956ea36dd4ddb11948dd617b18",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 256726,
"upload_time": "2025-02-08T16:54:35",
"upload_time_iso_8601": "2025-02-08T16:54:35.919652Z",
"url": "https://files.pythonhosted.org/packages/4d/b0/0e095d50008d3d4fe2403a12e795bf5c578190970603d4470912238d6aef/gstools_cython-1.0.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "719018afe2140216d2ad603337ac7f00e89a35b68c70fc265bb54488ad8d0421",
"md5": "6729396eb0822aec97f1d2aa518163a5",
"sha256": "f0f874c34b69c7c6787a4ff4abb04b37c8fbbbbbbdb382f0415031c3c35f3e62"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "6729396eb0822aec97f1d2aa518163a5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1540026,
"upload_time": "2025-02-08T16:54:38",
"upload_time_iso_8601": "2025-02-08T16:54:38.182802Z",
"url": "https://files.pythonhosted.org/packages/71/90/18afe2140216d2ad603337ac7f00e89a35b68c70fc265bb54488ad8d0421/gstools_cython-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa540b9082a4ce0a685bf9e8b51fe334ef682d69f8d2eedafda6fd5437c3f468",
"md5": "58f30474b6e4b3916bafeb36b078c062",
"sha256": "01374bb6e1df5e16b7ab9b6c9f339573615df656e164b30c3a12aa2e5dda1fee"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "58f30474b6e4b3916bafeb36b078c062",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 246657,
"upload_time": "2025-02-08T16:54:40",
"upload_time_iso_8601": "2025-02-08T16:54:40.363142Z",
"url": "https://files.pythonhosted.org/packages/aa/54/0b9082a4ce0a685bf9e8b51fe334ef682d69f8d2eedafda6fd5437c3f468/gstools_cython-1.0.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fefc6b12515031607a735ed533c7b3455910793f8bb242ddf6f2b5817aada4c2",
"md5": "430ba7ed47775f386a019b4f596b8c98",
"sha256": "ac22644bd4cb9c81f7168906084d14ef8a768db9452d9e72870cfdd276473cf9"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "430ba7ed47775f386a019b4f596b8c98",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 273584,
"upload_time": "2025-02-08T16:54:42",
"upload_time_iso_8601": "2025-02-08T16:54:42.424454Z",
"url": "https://files.pythonhosted.org/packages/fe/fc/6b12515031607a735ed533c7b3455910793f8bb242ddf6f2b5817aada4c2/gstools_cython-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "de44eb5cd55d9c77fcc351d0f9d14cc0d3b674535b5b54869bf26fa3cfd01cc0",
"md5": "3f0de18b664f5a2a1973d3463e98acc5",
"sha256": "be98cf1494859a5e6edb907d7ccf2de71622ef720b798f908adcd22d7fbe2155"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "3f0de18b664f5a2a1973d3463e98acc5",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 257618,
"upload_time": "2025-02-08T16:54:43",
"upload_time_iso_8601": "2025-02-08T16:54:43.701247Z",
"url": "https://files.pythonhosted.org/packages/de/44/eb5cd55d9c77fcc351d0f9d14cc0d3b674535b5b54869bf26fa3cfd01cc0/gstools_cython-1.0.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7e1553157a88e73f2440069dd4805230fa554ad661bbcf6314ec70c229968adc",
"md5": "c5aa494ea61905f9dfad479c1495003a",
"sha256": "a227a448f37ccfd17dac6da194d22bd365fb971e13a6f18a150b0a1c7b925027"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c5aa494ea61905f9dfad479c1495003a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1515820,
"upload_time": "2025-02-08T16:54:45",
"upload_time_iso_8601": "2025-02-08T16:54:45.781513Z",
"url": "https://files.pythonhosted.org/packages/7e/15/53157a88e73f2440069dd4805230fa554ad661bbcf6314ec70c229968adc/gstools_cython-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "641324c492fee645315b32dd2fcf389136bb2f374ab36a1f51396a80f5a83c17",
"md5": "8c741dea3b26d52bd09edb96c192d552",
"sha256": "fb40ee88f759926d615980e077b0b9d322b0fe273071ba9b9a5f59a6ac92737e"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "8c741dea3b26d52bd09edb96c192d552",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 248331,
"upload_time": "2025-02-08T16:54:47",
"upload_time_iso_8601": "2025-02-08T16:54:47.154159Z",
"url": "https://files.pythonhosted.org/packages/64/13/24c492fee645315b32dd2fcf389136bb2f374ab36a1f51396a80f5a83c17/gstools_cython-1.0.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7c964df47799ab215602bdb34e1be5e47aff1d8d34a1b74b2c0edf6f93d2c0d1",
"md5": "f4c9a2b3f6560a2787068ef6bf1d4c54",
"sha256": "0dfd22fb6534c569e7bfb005d45be29715577bdfc87884a5bd7d8d65eb446dad"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "f4c9a2b3f6560a2787068ef6bf1d4c54",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 274852,
"upload_time": "2025-02-08T16:54:49",
"upload_time_iso_8601": "2025-02-08T16:54:49.273950Z",
"url": "https://files.pythonhosted.org/packages/7c/96/4df47799ab215602bdb34e1be5e47aff1d8d34a1b74b2c0edf6f93d2c0d1/gstools_cython-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "291496d9f1940d9567473a664979d0fad2360645ca496e1e598506e4255f45de",
"md5": "97f3196ca03330332cc72f519ab34b98",
"sha256": "078169e3386b7abb4fdaea52844e600112a7a7e182c4f38d27757074ccaba165"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "97f3196ca03330332cc72f519ab34b98",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 258181,
"upload_time": "2025-02-08T16:54:50",
"upload_time_iso_8601": "2025-02-08T16:54:50.517873Z",
"url": "https://files.pythonhosted.org/packages/29/14/96d9f1940d9567473a664979d0fad2360645ca496e1e598506e4255f45de/gstools_cython-1.0.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f35d0e570bb7fdc556d37f3e04efbd6793a062c5ae9a61221763bc640c862f4a",
"md5": "f5a5cafb207be149effdca59134c5406",
"sha256": "3930f95e898e293ea2f5c851aa2a3b3ae1c27e3059b3ed05d9b26af9c71d0521"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f5a5cafb207be149effdca59134c5406",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1487738,
"upload_time": "2025-02-08T16:54:52",
"upload_time_iso_8601": "2025-02-08T16:54:52.045670Z",
"url": "https://files.pythonhosted.org/packages/f3/5d/0e570bb7fdc556d37f3e04efbd6793a062c5ae9a61221763bc640c862f4a/gstools_cython-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c1afc74c59bbf43ab8297d68bb10aeab7c03eabb5a5be7067e234aec7457e2e3",
"md5": "18fea843e9da051a4f9273ec5a411b16",
"sha256": "8f8c36c845e0f8842868412c8edf39fab7d001b07f2679d5ea9d773b555e83b4"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "18fea843e9da051a4f9273ec5a411b16",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 248392,
"upload_time": "2025-02-08T16:54:54",
"upload_time_iso_8601": "2025-02-08T16:54:54.470253Z",
"url": "https://files.pythonhosted.org/packages/c1/af/c74c59bbf43ab8297d68bb10aeab7c03eabb5a5be7067e234aec7457e2e3/gstools_cython-1.0.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "551d694d4f90e3ac2c31b54901b5b3b7cee21ac11806ef0c03b87ee9b32f8931",
"md5": "98d628ef0761e64f50c3b78e4b16092e",
"sha256": "20ce39e21b0c1d30cedb9867c662655de1a123b7fcc7a52b4404efdc9736596d"
},
"downloads": -1,
"filename": "gstools_cython-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "98d628ef0761e64f50c3b78e4b16092e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 18664,
"upload_time": "2025-02-08T16:54:56",
"upload_time_iso_8601": "2025-02-08T16:54:56.191480Z",
"url": "https://files.pythonhosted.org/packages/55/1d/694d4f90e3ac2c31b54901b5b3b7cee21ac11806ef0c03b87ee9b32f8931/gstools_cython-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-08 16:54:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GeoStat-Framework",
"github_project": "GSTools-Cython",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "gstools-cython"
}