Validate and generate the control digit of a CLABE (Clave Bancaria Estandarizada) in Mexico. Current version: 2.1.10, requires Python >=3.8. Active development with monthly releases.
pip install clabeVerified import paths — ran on the pinned version, not inferred.
Validate a CLABE string, generate a check digit, or fetch bank list.
Upgrade and use `from clabe import clabe` then call `clabe('...')` instead of `CLABE('...')`.Strip non-digit characters: `clabe('0321 8000 0118 3597 19')` fails; use `clabe('032180000118359719')`.Always access dict keys safely with `.get()`, e.g., `bank.get('name')`.No dependency data recorded yet.