Ppu
cl_forge.verify.Ppu
¶
Ppu(ppu: str)
Represents a Chilean PPU (vehicle license plate).
Attributes:
| Name | Type | Description |
|---|---|---|
raw |
str
|
The input PPU. |
numeric |
int
|
The numeric representation of the PPU. |
normalized |
str
|
The normalized PPU. |
verifier |
str
|
The calculated verifier digit of the PPU. |
format |
str
|
The detected format of the PPU. Supported formats:
|
complete |
str
|
The normalized PPU with the verifier digit, separated by '-'. |
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
ppu
|
str
|
Chilean PPU (vehicle license plate). |
required |