Install & Compatibility
Where this runs
tested against v0.1.2 · 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
build_error
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 7.4s · import 0.000s · 233MB
230MB installed
● package 230MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
supermorecado
✓ import supermorecado
Main package, typically used for its CLI
cli
✓ from supermorecado import cli
✗ from supermorecado.cli import app
Direct import of cli module is the standard entry point
Import and quickly inspect the CLI commands.
import supermorecado
from supermorecado import cli
# Example: list available commands
print('supermorecado CLI commands:', dir(cli))
supermorecado --version
Errors
Common errors & fixes
ImportError: cannot import name 'SomeClass' from 'supermorecado'
supermorecado does not export many Python classes; it is primarily a CLI tool.
fixUse the CLI via `supermorecado --help` or import the cli module as shown in quickstart.
ModuleNotFoundError: No module named 'morecantile'
Missing dependency morecantile
fixInstall morecantile: `pip install morecantile` or reinstall supermorecado which should pull it automatically.
Upgrade
Version history
0.2.0latest on PyPI · released Apr 3, 2026
Audit
Dependencies
morecantilerequiredCore dependency for tile matrix set operations