From 12cf076118570eebbff08c6b3090e0d4798447a1 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 3 Apr 2024 03:17:55 -0400 Subject: no venv --- .../faker/providers/automotive/en_US/__init__.py | 168 --------------------- .../en_US/__pycache__/__init__.cpython-311.pyc | Bin 1473 -> 0 bytes 2 files changed, 168 deletions(-) delete mode 100644 venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__init__.py delete mode 100644 venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__pycache__/__init__.cpython-311.pyc (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/en_US') 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 Binary files a/venv/lib/python3.11/site-packages/faker/providers/automotive/en_US/__pycache__/__init__.cpython-311.pyc and /dev/null differ -- cgit v1.2.3