{"library":"maplibre","title":"MapLibre GL JS Python Bindings","description":"Python bindings for MapLibre GL JS, enabling interactive web maps with vector tiles, custom styling, and geospatial data visualization. Current version 0.3.6 with frequent updates. Supports Python 3.9+.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install maplibre"],"cli":null},"imports":["from maplibre import MapLibre","from maplibre import Map"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from maplibre import MapLibre\nfrom maplibre.basemaps import Basemap\n\n# Create a MapLibre instance and display a map\nm = MapLibre()\nm.add_basemap(Basemap.CartoDB_Positron)\nm.show()","lang":"python","description":"Minimal example to display an interactive map with a basemap.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}