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:10:44 -0400
committercyfraeviolae <cyfraeviolae>2024-04-03 03:10:44 -0400
commit6d7ba58f880be618ade07f8ea080fe8c4bf8a896 (patch)
treeb1c931051ffcebd2bd9d61d98d6233ffa289bbce /venv/lib/python3.11/site-packages/faker/providers/automotive/en_US
parent4f884c9abc32990b4061a1bb6997b4b37e58ea0b (diff)
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.pycbin0 -> 1473 bytes
2 files changed, 168 insertions, 0 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
new file mode 100644
index 0000000..5cd6a01
--- /dev/null
+++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__init__.py
@@ -0,0 +1,168 @@
+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
new file mode 100644
index 0000000..299caf0
--- /dev/null
+++ b/venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__pycache__/__init__.cpython-311.pyc
Binary files differ