h2gis


Nameh2gis JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/orbisgis/h2gis
SummaryA Python library to use an H2GIS database through a native GraalVM bridge.
upload_time2025-07-21 13:22:38
maintainerNone
docs_urlNone
authorLemap
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # H2GIS Python Package

This package provides a Python interface to the native H2GIS spatial database engine using a GraalVM-compiled native library and a C interface.

## Modules

- [H2GIS.md](./H2GIS.md): Detailed documentation for the `H2GIS` class.
- [examples.md](./examples.md): Example usage of the library.
- [installation.md](installation.md): Installation and setup instructions.

If you want information about h2gis you can go to the [h2gis](http://www.h2gis.org/) website

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/orbisgis/h2gis",
    "name": "h2gis",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Lemap",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4e/ad/b91de2cdaac634ca7b378c00880082c4a55c0ae5735a66ef641ec594d259/h2gis-0.0.2.tar.gz",
    "platform": null,
    "description": "# H2GIS Python Package\n\nThis package provides a Python interface to the native H2GIS spatial database engine using a GraalVM-compiled native library and a C interface.\n\n## Modules\n\n- [H2GIS.md](./H2GIS.md): Detailed documentation for the `H2GIS` class.\n- [examples.md](./examples.md): Example usage of the library.\n- [installation.md](installation.md): Installation and setup instructions.\n\nIf you want information about h2gis you can go to the [h2gis](http://www.h2gis.org/) website\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library to use an H2GIS database through a native GraalVM bridge.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/orbisgis/h2gis"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d8652b27fbaeebe31306c20f6639e0b5d46766b2439980282dbcaf008407f2a",
                "md5": "68d7773ba7dac8b1425d3151869742d6",
                "sha256": "6b5b66ddf75785b84ea72e2f9e9f590bd69dc3f6c5cfb245b25a2ffce03cafe0"
            },
            "downloads": -1,
            "filename": "h2gis-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68d7773ba7dac8b1425d3151869742d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 42659771,
            "upload_time": "2025-07-21T13:22:24",
            "upload_time_iso_8601": "2025-07-21T13:22:24.407988Z",
            "url": "https://files.pythonhosted.org/packages/1d/86/52b27fbaeebe31306c20f6639e0b5d46766b2439980282dbcaf008407f2a/h2gis-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4eadb91de2cdaac634ca7b378c00880082c4a55c0ae5735a66ef641ec594d259",
                "md5": "417aedebcabeddbea400b5f8b6ab5882",
                "sha256": "a74cc04e8e22ce5a0286f092cad4e541bc60f2f68a5c5fd39e4f6e64ee0b3bdc"
            },
            "downloads": -1,
            "filename": "h2gis-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "417aedebcabeddbea400b5f8b6ab5882",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 42212400,
            "upload_time": "2025-07-21T13:22:38",
            "upload_time_iso_8601": "2025-07-21T13:22:38.286137Z",
            "url": "https://files.pythonhosted.org/packages/4e/ad/b91de2cdaac634ca7b378c00880082c4a55c0ae5735a66ef641ec594d259/h2gis-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-21 13:22:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "orbisgis",
    "github_project": "h2gis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "h2gis"
}
        
Elapsed time: 1.26177s