summaryrefslogtreecommitdiff
path: root/venv/lib/python3.11/site-packages/faker/providers/automotive/en_US
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-04-03 03:17:55 -0400
committercyfraeviolae <cyfraeviolae>2024-04-03 03:17:55 -0400
commit12cf076118570eebbff08c6b3090e0d4798447a1 (patch)
tree3ba25e17e3c3a5e82316558ba3864b955919ff72 /venv/lib/python3.11/site-packages/faker/providers/automotive/en_US
parentc45662ff3923b34614ddcc8feb9195541166dcc5 (diff)
no venv
Diffstat (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/en_US')
-rw-r--r--venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__init__.py168
-rw-r--r--venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__pycache__/__init__.cpython-311.pycbin1473 -> 0 bytes
2 files changed, 0 insertions, 168 deletions
diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__init__.py b/venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__init__.py
deleted file mode 100644
index 5cd6a01..0000000
--- a/venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__init__.py
+++ /dev/null
@@ -1,168 +0,0 @@
-from .. import Provider as AutomotiveProvider
-
-
-class Provider(AutomotiveProvider):
- """Implement automotive provider for ``en_US`` locale.
-
- Sources:
-
- - https://en.wikipedia.org/wiki/United_States_license_plate_designs_and_serial_formats
- """
-
- license_formats = (
- # Alabama
- "#??####",
- "##??###",
- # Alaska
- "### ???",
- # American Samoa
- "####",
- # Arizona
- "???####",
- # Arkansas
- "### ???",
- "###???",
- # California
- "#???###",
- # Colarado
- "###-???",
- "???-###",
- # Conneticut
- "###-???",
- # Delaware
- "######",
- # DC
- "??-####",
- # Florda
- "??? ?##",
- "### ???",
- "?## #??",
- "### #??",
- # Georgia
- "???####",
- # Guam
- "?? ####",
- # Hawaii
- "??? ###",
- "H?? ###",
- "Z?? ###",
- "K?? ###",
- "L?? ###",
- "M?? ###",
- # Idaho
- "? ######",
- "#? #####",
- "#? ?####",
- "#? ??###",
- "#? #?#???",
- "#? ####?",
- "##? ####",
- # Illinois
- "?? #####",
- "??# ####",
- # Indiana
- "###?",
- "###??",
- "###???",
- # Iowa
- "??? ###",
- # Kansas
- "### ???",
- # Kentucky
- "### ???",
- # Louisiana
- "### ???",
- # Maine
- "#### ??",
- # Maryland
- "#??####",
- # Massachusetts
- "#??? ##",
- "#?? ###",
- "### ??#",
- "##? ?##",
- # Michigan
- "### ???",
- "#?? ?##",
- # Minnesota
- "###-???",
- # Mississippi
- "??? ###",
- # Missouri
- "??# ?#?",
- # Montana
- "#-#####?",
- "##-####?",
- # Nebraska
- "??? ###",
- "#-?####",
- "##-?###",
- "##-??##",
- # Nevada
- "##?•###",
- # New Hampshire
- "### ####",
- # New Jersey
- "?##-???",
- # New Mexico
- "###-???",
- "???-###",
- # New York
- "???-####",
- # North Carolina
- "###-????",
- # North Dakota
- "### ???",
- # Nothern Mariana Islands
- "??? ###",
- # Ohio
- "??? ####",
- # Oklahoma
- "???-###",
- # Oregon
- "### ???",
- # Pennsylvania
- "???-####",
- # Peurto Rico
- "???-###",
- # Rhode Island
- "###-###",
- # South Carolina
- "### #??",
- # South Dakota
- "#?? ###",
- "#?? ?##",
- "##? ###",
- "##? ?##",
- "##? ??#",
- # Tennessee
- "?##-##?",
- # Texas
- "???-####",
- # Utah
- "?## #??",
- "?## #??",
- # Vermont
- "??? ###",
- "##??#",
- "#??##",
- "###?#",
- "#?###",
- # US Virgin Islands
- "??? ###",
- # Virginia
- "???-####",
- # Washington
- "???####",
- "###-???",
- # West Virginia
- "#?? ###",
- "??? ###",
- # Wisconsin
- "???-####",
- "###-???",
- # Wyoming
- "#-#####",
- "#-####?",
- "##-#####",
- )
diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__pycache__/__init__.cpython-311.pyc
deleted file mode 100644
index 299caf0..0000000
--- a/venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__pycache__/__init__.cpython-311.pyc
+++ /dev/null
Binary files differ