Metadata-Version: 2.4
Name: h2gis
Version: 0.0.2
Summary: A Python library to use an H2GIS database through a native GraalVM bridge.
Home-page: https://github.com/orbisgis/h2gis
Author: Lemap
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# 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
