Install & Compatibility
Where this runs
tested against v0.3.6 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 34.4MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 3.6s · import 0.000s · 34MB
33MB installed
● package 33MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
MapLibre
✓ from maplibre import MapLibre
✗ import maplibre; maplibre.MapLibre
Direct class import is canonical; module attribute access may break in future.
Map
✓ from maplibre import Map
✗ from maplibre import MagicMap
No class named MagicMap; use Map.
Minimal example to display an interactive map with a basemap.
from maplibre import MapLibre
from maplibre.basemaps import Basemap
# Create a MapLibre instance and display a map
m = MapLibre()
m.add_basemap(Basemap.CartoDB_Positron)
m.show()
Upgrade
Version history
0.3.6latest on PyPI · released Dec 13, 2025
Audit
Dependencies
No dependency data recorded yet.