Registry / gcp / supermorecado

supermorecado

JSON →
library0.2.0pypypi✓ verified 87d ago

Extends morecantile with additional CLI commands for managing and inspecting tile matrix sets. Version 0.2.0, supports Python >=3.11, maintained by Development Seed. Release cadence is intermittent.

pip install supermorecado
INSTALL
IMPORT
SIG · SUPERMORECADO
S
supermorecado
gcppythonv0.2.0
Install
7.4s avg
Import
—
Disk
230MB
Pass rate
5/ 10
Env Coverage5 / 10
glibc
3.9–3.13
musl
3.9–3.13
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
musl
py 3.10–3.95 runs
build_error
glibc
py 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
Debug
Known issues
gotchasupermorecado is a CLI tool extension for morecantile; direct Python usage is limited and not documented. Most functionality is exposed via command line.
fix
Use the CLI via `python -m supermorecado` or install as a script.
affects: >=0.1.0
deprecatedVersion 0.2.0 removed some experimental commands. Check changelog for migration.
fix
Review the GitHub releases for details on removed commands.
affects: 0.2.0
Errors
Common errors & fixes
ImportError: cannot import name 'SomeClass' from 'supermorecado'
supermorecado does not export many Python classes; it is primarily a CLI tool.
fix
Use the CLI via `supermorecado --help` or import the cli module as shown in quickstart.
ModuleNotFoundError: No module named 'morecantile'
Missing dependency morecantile
fix
Install 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
Agent activity
42 hits · last 30 days
node
38
OpenAI (training)
1
Resources
supermorecado — pip install supermorecado · libregistry