dataforge-py 0.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dataforge/__init__.py +20 -0
- dataforge/backend.py +147 -0
- dataforge/cli.py +166 -0
- dataforge/core.py +1169 -0
- dataforge/locales/__init__.py +1 -0
- dataforge/locales/ar_SA/__init__.py +1 -0
- dataforge/locales/ar_SA/address.py +128 -0
- dataforge/locales/ar_SA/company.py +183 -0
- dataforge/locales/ar_SA/internet.py +25 -0
- dataforge/locales/ar_SA/person.py +217 -0
- dataforge/locales/ar_SA/phone.py +15 -0
- dataforge/locales/de_DE/__init__.py +1 -0
- dataforge/locales/de_DE/address.py +148 -0
- dataforge/locales/de_DE/company.py +125 -0
- dataforge/locales/de_DE/internet.py +32 -0
- dataforge/locales/de_DE/person.py +212 -0
- dataforge/locales/de_DE/phone.py +17 -0
- dataforge/locales/en_AU/__init__.py +1 -0
- dataforge/locales/en_AU/address.py +231 -0
- dataforge/locales/en_AU/company.py +193 -0
- dataforge/locales/en_AU/internet.py +34 -0
- dataforge/locales/en_AU/person.py +370 -0
- dataforge/locales/en_AU/phone.py +16 -0
- dataforge/locales/en_CA/__init__.py +1 -0
- dataforge/locales/en_CA/address.py +276 -0
- dataforge/locales/en_CA/company.py +193 -0
- dataforge/locales/en_CA/internet.py +34 -0
- dataforge/locales/en_CA/person.py +377 -0
- dataforge/locales/en_CA/phone.py +15 -0
- dataforge/locales/en_GB/__init__.py +1 -0
- dataforge/locales/en_GB/address.py +312 -0
- dataforge/locales/en_GB/company.py +196 -0
- dataforge/locales/en_GB/internet.py +34 -0
- dataforge/locales/en_GB/person.py +372 -0
- dataforge/locales/en_GB/phone.py +15 -0
- dataforge/locales/en_US/__init__.py +1 -0
- dataforge/locales/en_US/address.py +268 -0
- dataforge/locales/en_US/company.py +191 -0
- dataforge/locales/en_US/internet.py +34 -0
- dataforge/locales/en_US/person.py +370 -0
- dataforge/locales/en_US/phone.py +15 -0
- dataforge/locales/es_ES/__init__.py +1 -0
- dataforge/locales/es_ES/address.py +151 -0
- dataforge/locales/es_ES/company.py +125 -0
- dataforge/locales/es_ES/internet.py +30 -0
- dataforge/locales/es_ES/person.py +207 -0
- dataforge/locales/es_ES/phone.py +15 -0
- dataforge/locales/fr_FR/__init__.py +1 -0
- dataforge/locales/fr_FR/address.py +145 -0
- dataforge/locales/fr_FR/company.py +125 -0
- dataforge/locales/fr_FR/internet.py +30 -0
- dataforge/locales/fr_FR/person.py +212 -0
- dataforge/locales/fr_FR/phone.py +15 -0
- dataforge/locales/hi_IN/__init__.py +1 -0
- dataforge/locales/hi_IN/address.py +177 -0
- dataforge/locales/hi_IN/company.py +191 -0
- dataforge/locales/hi_IN/internet.py +26 -0
- dataforge/locales/hi_IN/person.py +218 -0
- dataforge/locales/hi_IN/phone.py +21 -0
- dataforge/locales/it_IT/__init__.py +1 -0
- dataforge/locales/it_IT/address.py +218 -0
- dataforge/locales/it_IT/company.py +151 -0
- dataforge/locales/it_IT/internet.py +31 -0
- dataforge/locales/it_IT/person.py +187 -0
- dataforge/locales/it_IT/phone.py +15 -0
- dataforge/locales/ja_JP/__init__.py +1 -0
- dataforge/locales/ja_JP/address.py +174 -0
- dataforge/locales/ja_JP/company.py +121 -0
- dataforge/locales/ja_JP/internet.py +30 -0
- dataforge/locales/ja_JP/person.py +207 -0
- dataforge/locales/ja_JP/phone.py +18 -0
- dataforge/locales/ko_KR/__init__.py +1 -0
- dataforge/locales/ko_KR/address.py +121 -0
- dataforge/locales/ko_KR/company.py +151 -0
- dataforge/locales/ko_KR/internet.py +30 -0
- dataforge/locales/ko_KR/person.py +157 -0
- dataforge/locales/ko_KR/phone.py +26 -0
- dataforge/locales/nl_NL/__init__.py +1 -0
- dataforge/locales/nl_NL/address.py +152 -0
- dataforge/locales/nl_NL/company.py +182 -0
- dataforge/locales/nl_NL/internet.py +41 -0
- dataforge/locales/nl_NL/person.py +218 -0
- dataforge/locales/nl_NL/phone.py +19 -0
- dataforge/locales/pl_PL/__init__.py +1 -0
- dataforge/locales/pl_PL/address.py +140 -0
- dataforge/locales/pl_PL/company.py +183 -0
- dataforge/locales/pl_PL/internet.py +36 -0
- dataforge/locales/pl_PL/person.py +217 -0
- dataforge/locales/pl_PL/phone.py +15 -0
- dataforge/locales/pt_BR/__init__.py +1 -0
- dataforge/locales/pt_BR/address.py +127 -0
- dataforge/locales/pt_BR/company.py +151 -0
- dataforge/locales/pt_BR/internet.py +31 -0
- dataforge/locales/pt_BR/person.py +187 -0
- dataforge/locales/pt_BR/phone.py +15 -0
- dataforge/locales/ru_RU/__init__.py +1 -0
- dataforge/locales/ru_RU/address.py +156 -0
- dataforge/locales/ru_RU/company.py +168 -0
- dataforge/locales/ru_RU/internet.py +26 -0
- dataforge/locales/ru_RU/person.py +218 -0
- dataforge/locales/ru_RU/phone.py +16 -0
- dataforge/locales/zh_CN/__init__.py +1 -0
- dataforge/locales/zh_CN/address.py +141 -0
- dataforge/locales/zh_CN/company.py +151 -0
- dataforge/locales/zh_CN/internet.py +30 -0
- dataforge/locales/zh_CN/person.py +157 -0
- dataforge/locales/zh_CN/phone.py +25 -0
- dataforge/providers/__init__.py +1 -0
- dataforge/providers/address.py +460 -0
- dataforge/providers/ai_chat.py +170 -0
- dataforge/providers/ai_prompt.py +447 -0
- dataforge/providers/automotive.py +416 -0
- dataforge/providers/barcode.py +149 -0
- dataforge/providers/base.py +34 -0
- dataforge/providers/color.py +247 -0
- dataforge/providers/company.py +144 -0
- dataforge/providers/crypto.py +105 -0
- dataforge/providers/datetime.py +397 -0
- dataforge/providers/ecommerce.py +316 -0
- dataforge/providers/education.py +234 -0
- dataforge/providers/file.py +271 -0
- dataforge/providers/finance.py +545 -0
- dataforge/providers/geo.py +332 -0
- dataforge/providers/government.py +114 -0
- dataforge/providers/internet.py +351 -0
- dataforge/providers/llm.py +726 -0
- dataforge/providers/lorem.py +241 -0
- dataforge/providers/medical.py +364 -0
- dataforge/providers/misc.py +196 -0
- dataforge/providers/network.py +283 -0
- dataforge/providers/payment.py +300 -0
- dataforge/providers/person.py +195 -0
- dataforge/providers/phone.py +87 -0
- dataforge/providers/profile.py +265 -0
- dataforge/providers/science.py +365 -0
- dataforge/providers/text.py +365 -0
- dataforge/py.typed +0 -0
- dataforge/pytest_plugin.py +80 -0
- dataforge/registry.py +164 -0
- dataforge/schema.py +772 -0
- dataforge/unique.py +171 -0
- dataforge_py-0.2.0.dist-info/METADATA +964 -0
- dataforge_py-0.2.0.dist-info/RECORD +145 -0
- dataforge_py-0.2.0.dist-info/WHEEL +4 -0
- dataforge_py-0.2.0.dist-info/entry_points.txt +35 -0
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
"""en_US company data — company names, suffixes, buzzwords, job titles."""
|
|
2
|
+
|
|
3
|
+
company_suffixes: tuple[str, ...] = (
|
|
4
|
+
"Inc",
|
|
5
|
+
"LLC",
|
|
6
|
+
"Ltd",
|
|
7
|
+
"Corp",
|
|
8
|
+
"Group",
|
|
9
|
+
"Co",
|
|
10
|
+
"Partners",
|
|
11
|
+
"Solutions",
|
|
12
|
+
"Technologies",
|
|
13
|
+
"Systems",
|
|
14
|
+
"Industries",
|
|
15
|
+
"Enterprises",
|
|
16
|
+
"Holdings",
|
|
17
|
+
"Associates",
|
|
18
|
+
"Consulting",
|
|
19
|
+
)
|
|
20
|
+
|
|
21
|
+
company_names: tuple[str, ...] = (
|
|
22
|
+
"Acme",
|
|
23
|
+
"Globex",
|
|
24
|
+
"Initech",
|
|
25
|
+
"Umbrella",
|
|
26
|
+
"Hooli",
|
|
27
|
+
"Pied Piper",
|
|
28
|
+
"Stark",
|
|
29
|
+
"Wayne",
|
|
30
|
+
"Oscorp",
|
|
31
|
+
"LexCorp",
|
|
32
|
+
"Aperture",
|
|
33
|
+
"Cyberdyne",
|
|
34
|
+
"Soylent",
|
|
35
|
+
"Tyrell",
|
|
36
|
+
"Weyland",
|
|
37
|
+
"Massive Dynamic",
|
|
38
|
+
"Abstergo",
|
|
39
|
+
"Vaultec",
|
|
40
|
+
"Capsule",
|
|
41
|
+
"Axiom",
|
|
42
|
+
"Pinnacle",
|
|
43
|
+
"Vertex",
|
|
44
|
+
"Nexus",
|
|
45
|
+
"Horizon",
|
|
46
|
+
"Summit",
|
|
47
|
+
"Crestline",
|
|
48
|
+
"Ironclad",
|
|
49
|
+
"Blueshift",
|
|
50
|
+
"Redstone",
|
|
51
|
+
"Greenfield",
|
|
52
|
+
"Silverline",
|
|
53
|
+
"Goldcrest",
|
|
54
|
+
"Diamondback",
|
|
55
|
+
"Copperhead",
|
|
56
|
+
"Titanium",
|
|
57
|
+
"Quantum",
|
|
58
|
+
"Nova",
|
|
59
|
+
"Orion",
|
|
60
|
+
"Atlas",
|
|
61
|
+
"Zenith",
|
|
62
|
+
)
|
|
63
|
+
|
|
64
|
+
catch_phrase_adjectives: tuple[str, ...] = (
|
|
65
|
+
"Adaptive",
|
|
66
|
+
"Advanced",
|
|
67
|
+
"Automated",
|
|
68
|
+
"Balanced",
|
|
69
|
+
"Centralized",
|
|
70
|
+
"Compatible",
|
|
71
|
+
"Configurable",
|
|
72
|
+
"Cross-platform",
|
|
73
|
+
"Decentralized",
|
|
74
|
+
"Digitized",
|
|
75
|
+
"Distributed",
|
|
76
|
+
"Enhanced",
|
|
77
|
+
"Ergonomic",
|
|
78
|
+
"Exclusive",
|
|
79
|
+
"Expanded",
|
|
80
|
+
"Extended",
|
|
81
|
+
"Focused",
|
|
82
|
+
"Front-line",
|
|
83
|
+
"Fundamental",
|
|
84
|
+
"Horizontal",
|
|
85
|
+
"Implemented",
|
|
86
|
+
"Innovative",
|
|
87
|
+
"Integrated",
|
|
88
|
+
"Intuitive",
|
|
89
|
+
"Managed",
|
|
90
|
+
"Multi-lateral",
|
|
91
|
+
"Networked",
|
|
92
|
+
"Open-source",
|
|
93
|
+
"Optimized",
|
|
94
|
+
"Organic",
|
|
95
|
+
"Persistent",
|
|
96
|
+
"Proactive",
|
|
97
|
+
"Programmable",
|
|
98
|
+
"Progressive",
|
|
99
|
+
"Reactive",
|
|
100
|
+
"Realigned",
|
|
101
|
+
"Reduced",
|
|
102
|
+
"Robust",
|
|
103
|
+
"Seamless",
|
|
104
|
+
"Secured",
|
|
105
|
+
)
|
|
106
|
+
|
|
107
|
+
catch_phrase_nouns: tuple[str, ...] = (
|
|
108
|
+
"ability",
|
|
109
|
+
"access",
|
|
110
|
+
"adapter",
|
|
111
|
+
"algorithm",
|
|
112
|
+
"alliance",
|
|
113
|
+
"analyzer",
|
|
114
|
+
"application",
|
|
115
|
+
"approach",
|
|
116
|
+
"architecture",
|
|
117
|
+
"archive",
|
|
118
|
+
"benchmark",
|
|
119
|
+
"capacity",
|
|
120
|
+
"challenge",
|
|
121
|
+
"circuit",
|
|
122
|
+
"collaboration",
|
|
123
|
+
"complexity",
|
|
124
|
+
"concept",
|
|
125
|
+
"core",
|
|
126
|
+
"database",
|
|
127
|
+
"definition",
|
|
128
|
+
"emulation",
|
|
129
|
+
"encoding",
|
|
130
|
+
"encryption",
|
|
131
|
+
"extranet",
|
|
132
|
+
"firmware",
|
|
133
|
+
"flexibility",
|
|
134
|
+
"framework",
|
|
135
|
+
"function",
|
|
136
|
+
"groupware",
|
|
137
|
+
"hardware",
|
|
138
|
+
"hierarchy",
|
|
139
|
+
"implementation",
|
|
140
|
+
"infrastructure",
|
|
141
|
+
"initiative",
|
|
142
|
+
"interface",
|
|
143
|
+
"intranet",
|
|
144
|
+
"knowledge",
|
|
145
|
+
"leverage",
|
|
146
|
+
"matrix",
|
|
147
|
+
"methodology",
|
|
148
|
+
)
|
|
149
|
+
|
|
150
|
+
job_titles: tuple[str, ...] = (
|
|
151
|
+
"Software Engineer",
|
|
152
|
+
"Data Scientist",
|
|
153
|
+
"Product Manager",
|
|
154
|
+
"DevOps Engineer",
|
|
155
|
+
"UX Designer",
|
|
156
|
+
"Backend Developer",
|
|
157
|
+
"Frontend Developer",
|
|
158
|
+
"Full Stack Developer",
|
|
159
|
+
"QA Engineer",
|
|
160
|
+
"Systems Administrator",
|
|
161
|
+
"Database Administrator",
|
|
162
|
+
"Cloud Architect",
|
|
163
|
+
"Security Analyst",
|
|
164
|
+
"Network Engineer",
|
|
165
|
+
"Technical Writer",
|
|
166
|
+
"Scrum Master",
|
|
167
|
+
"Project Manager",
|
|
168
|
+
"Business Analyst",
|
|
169
|
+
"Machine Learning Engineer",
|
|
170
|
+
"Site Reliability Engineer",
|
|
171
|
+
"Chief Technology Officer",
|
|
172
|
+
"Chief Executive Officer",
|
|
173
|
+
"Chief Financial Officer",
|
|
174
|
+
"Chief Operating Officer",
|
|
175
|
+
"Vice President of Engineering",
|
|
176
|
+
"Director of Engineering",
|
|
177
|
+
"Engineering Manager",
|
|
178
|
+
"Technical Lead",
|
|
179
|
+
"Senior Developer",
|
|
180
|
+
"Junior Developer",
|
|
181
|
+
"Intern",
|
|
182
|
+
"Consultant",
|
|
183
|
+
"Solutions Architect",
|
|
184
|
+
"Principal Engineer",
|
|
185
|
+
"Staff Engineer",
|
|
186
|
+
"Research Scientist",
|
|
187
|
+
"Data Engineer",
|
|
188
|
+
"Platform Engineer",
|
|
189
|
+
"Mobile Developer",
|
|
190
|
+
"Embedded Systems Engineer",
|
|
191
|
+
)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"""en_US internet data — domains, free email providers, TLDs."""
|
|
2
|
+
|
|
3
|
+
free_email_domains: tuple[str, ...] = (
|
|
4
|
+
"gmail.com",
|
|
5
|
+
"yahoo.com",
|
|
6
|
+
"hotmail.com",
|
|
7
|
+
"outlook.com",
|
|
8
|
+
"protonmail.com",
|
|
9
|
+
"icloud.com",
|
|
10
|
+
"mail.com",
|
|
11
|
+
"aol.com",
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
domain_suffixes: tuple[str, ...] = (
|
|
15
|
+
"com",
|
|
16
|
+
"net",
|
|
17
|
+
"org",
|
|
18
|
+
"io",
|
|
19
|
+
"co",
|
|
20
|
+
"us",
|
|
21
|
+
"info",
|
|
22
|
+
"biz",
|
|
23
|
+
"dev",
|
|
24
|
+
"app",
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
user_formats: tuple[str, ...] = (
|
|
28
|
+
"{first}.{last}",
|
|
29
|
+
"{first}_{last}",
|
|
30
|
+
"{first}{last}",
|
|
31
|
+
"{first}.{last}##",
|
|
32
|
+
"{first}##",
|
|
33
|
+
"{last}##",
|
|
34
|
+
)
|
|
@@ -0,0 +1,370 @@
|
|
|
1
|
+
"""en_US person data — first names and last names.
|
|
2
|
+
|
|
3
|
+
Data is stored in immutable tuples for maximum memory efficiency
|
|
4
|
+
and near-instant load times (compiled to bytecode by Python).
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
male_first_names: tuple[str, ...] = (
|
|
8
|
+
"James",
|
|
9
|
+
"Robert",
|
|
10
|
+
"John",
|
|
11
|
+
"Michael",
|
|
12
|
+
"David",
|
|
13
|
+
"William",
|
|
14
|
+
"Richard",
|
|
15
|
+
"Joseph",
|
|
16
|
+
"Thomas",
|
|
17
|
+
"Christopher",
|
|
18
|
+
"Charles",
|
|
19
|
+
"Daniel",
|
|
20
|
+
"Matthew",
|
|
21
|
+
"Anthony",
|
|
22
|
+
"Mark",
|
|
23
|
+
"Donald",
|
|
24
|
+
"Steven",
|
|
25
|
+
"Paul",
|
|
26
|
+
"Andrew",
|
|
27
|
+
"Joshua",
|
|
28
|
+
"Kenneth",
|
|
29
|
+
"Kevin",
|
|
30
|
+
"Brian",
|
|
31
|
+
"George",
|
|
32
|
+
"Timothy",
|
|
33
|
+
"Ronald",
|
|
34
|
+
"Edward",
|
|
35
|
+
"Jason",
|
|
36
|
+
"Jeffrey",
|
|
37
|
+
"Ryan",
|
|
38
|
+
"Jacob",
|
|
39
|
+
"Gary",
|
|
40
|
+
"Nicholas",
|
|
41
|
+
"Eric",
|
|
42
|
+
"Jonathan",
|
|
43
|
+
"Stephen",
|
|
44
|
+
"Larry",
|
|
45
|
+
"Justin",
|
|
46
|
+
"Scott",
|
|
47
|
+
"Brandon",
|
|
48
|
+
"Benjamin",
|
|
49
|
+
"Samuel",
|
|
50
|
+
"Raymond",
|
|
51
|
+
"Gregory",
|
|
52
|
+
"Frank",
|
|
53
|
+
"Alexander",
|
|
54
|
+
"Patrick",
|
|
55
|
+
"Jack",
|
|
56
|
+
"Dennis",
|
|
57
|
+
"Jerry",
|
|
58
|
+
"Tyler",
|
|
59
|
+
"Aaron",
|
|
60
|
+
"Jose",
|
|
61
|
+
"Adam",
|
|
62
|
+
"Nathan",
|
|
63
|
+
"Henry",
|
|
64
|
+
"Peter",
|
|
65
|
+
"Zachary",
|
|
66
|
+
"Douglas",
|
|
67
|
+
"Arthur",
|
|
68
|
+
"Carl",
|
|
69
|
+
"Gerald",
|
|
70
|
+
"Roger",
|
|
71
|
+
"Keith",
|
|
72
|
+
"Lawrence",
|
|
73
|
+
"Terry",
|
|
74
|
+
"Sean",
|
|
75
|
+
"Albert",
|
|
76
|
+
"Joe",
|
|
77
|
+
"Christian",
|
|
78
|
+
"Austin",
|
|
79
|
+
"Willie",
|
|
80
|
+
"Jesse",
|
|
81
|
+
"Ethan",
|
|
82
|
+
"Billy",
|
|
83
|
+
"Bruce",
|
|
84
|
+
"Bryan",
|
|
85
|
+
"Ralph",
|
|
86
|
+
"Roy",
|
|
87
|
+
"Jordan",
|
|
88
|
+
"Eugene",
|
|
89
|
+
"Wayne",
|
|
90
|
+
"Vincent",
|
|
91
|
+
"Dylan",
|
|
92
|
+
"Alan",
|
|
93
|
+
"Russell",
|
|
94
|
+
"Louis",
|
|
95
|
+
"Philip",
|
|
96
|
+
"Bobby",
|
|
97
|
+
"Johnny",
|
|
98
|
+
"Bradley",
|
|
99
|
+
"Harry",
|
|
100
|
+
"Walter",
|
|
101
|
+
"Kyle",
|
|
102
|
+
"Gabriel",
|
|
103
|
+
"Noah",
|
|
104
|
+
"Logan",
|
|
105
|
+
"Elijah",
|
|
106
|
+
"Liam",
|
|
107
|
+
)
|
|
108
|
+
|
|
109
|
+
female_first_names: tuple[str, ...] = (
|
|
110
|
+
"Mary",
|
|
111
|
+
"Patricia",
|
|
112
|
+
"Jennifer",
|
|
113
|
+
"Linda",
|
|
114
|
+
"Elizabeth",
|
|
115
|
+
"Barbara",
|
|
116
|
+
"Susan",
|
|
117
|
+
"Jessica",
|
|
118
|
+
"Sarah",
|
|
119
|
+
"Karen",
|
|
120
|
+
"Lisa",
|
|
121
|
+
"Nancy",
|
|
122
|
+
"Betty",
|
|
123
|
+
"Margaret",
|
|
124
|
+
"Sandra",
|
|
125
|
+
"Ashley",
|
|
126
|
+
"Kimberly",
|
|
127
|
+
"Emily",
|
|
128
|
+
"Donna",
|
|
129
|
+
"Michelle",
|
|
130
|
+
"Carol",
|
|
131
|
+
"Amanda",
|
|
132
|
+
"Dorothy",
|
|
133
|
+
"Melissa",
|
|
134
|
+
"Deborah",
|
|
135
|
+
"Stephanie",
|
|
136
|
+
"Rebecca",
|
|
137
|
+
"Sharon",
|
|
138
|
+
"Laura",
|
|
139
|
+
"Cynthia",
|
|
140
|
+
"Kathleen",
|
|
141
|
+
"Amy",
|
|
142
|
+
"Angela",
|
|
143
|
+
"Shirley",
|
|
144
|
+
"Anna",
|
|
145
|
+
"Brenda",
|
|
146
|
+
"Pamela",
|
|
147
|
+
"Emma",
|
|
148
|
+
"Nicole",
|
|
149
|
+
"Helen",
|
|
150
|
+
"Samantha",
|
|
151
|
+
"Katherine",
|
|
152
|
+
"Christine",
|
|
153
|
+
"Debra",
|
|
154
|
+
"Rachel",
|
|
155
|
+
"Carolyn",
|
|
156
|
+
"Janet",
|
|
157
|
+
"Catherine",
|
|
158
|
+
"Maria",
|
|
159
|
+
"Heather",
|
|
160
|
+
"Diane",
|
|
161
|
+
"Ruth",
|
|
162
|
+
"Julie",
|
|
163
|
+
"Olivia",
|
|
164
|
+
"Joyce",
|
|
165
|
+
"Virginia",
|
|
166
|
+
"Victoria",
|
|
167
|
+
"Kelly",
|
|
168
|
+
"Lauren",
|
|
169
|
+
"Christina",
|
|
170
|
+
"Joan",
|
|
171
|
+
"Evelyn",
|
|
172
|
+
"Judith",
|
|
173
|
+
"Megan",
|
|
174
|
+
"Andrea",
|
|
175
|
+
"Cheryl",
|
|
176
|
+
"Hannah",
|
|
177
|
+
"Jacqueline",
|
|
178
|
+
"Martha",
|
|
179
|
+
"Gloria",
|
|
180
|
+
"Teresa",
|
|
181
|
+
"Ann",
|
|
182
|
+
"Sara",
|
|
183
|
+
"Madison",
|
|
184
|
+
"Frances",
|
|
185
|
+
"Kathryn",
|
|
186
|
+
"Janice",
|
|
187
|
+
"Jean",
|
|
188
|
+
"Abigail",
|
|
189
|
+
"Alice",
|
|
190
|
+
"Judy",
|
|
191
|
+
"Sophia",
|
|
192
|
+
"Grace",
|
|
193
|
+
"Denise",
|
|
194
|
+
"Amber",
|
|
195
|
+
"Doris",
|
|
196
|
+
"Marilyn",
|
|
197
|
+
"Danielle",
|
|
198
|
+
"Beverly",
|
|
199
|
+
"Isabella",
|
|
200
|
+
"Theresa",
|
|
201
|
+
"Diana",
|
|
202
|
+
"Natalie",
|
|
203
|
+
"Brittany",
|
|
204
|
+
"Charlotte",
|
|
205
|
+
"Marie",
|
|
206
|
+
"Kayla",
|
|
207
|
+
"Alexis",
|
|
208
|
+
"Lori",
|
|
209
|
+
)
|
|
210
|
+
|
|
211
|
+
# Computed from gendered tuples — single source of truth
|
|
212
|
+
first_names: tuple[str, ...] = male_first_names + female_first_names
|
|
213
|
+
|
|
214
|
+
last_names: tuple[str, ...] = (
|
|
215
|
+
"Smith",
|
|
216
|
+
"Johnson",
|
|
217
|
+
"Williams",
|
|
218
|
+
"Brown",
|
|
219
|
+
"Jones",
|
|
220
|
+
"Garcia",
|
|
221
|
+
"Miller",
|
|
222
|
+
"Davis",
|
|
223
|
+
"Rodriguez",
|
|
224
|
+
"Martinez",
|
|
225
|
+
"Hernandez",
|
|
226
|
+
"Lopez",
|
|
227
|
+
"Gonzalez",
|
|
228
|
+
"Wilson",
|
|
229
|
+
"Anderson",
|
|
230
|
+
"Thomas",
|
|
231
|
+
"Taylor",
|
|
232
|
+
"Moore",
|
|
233
|
+
"Jackson",
|
|
234
|
+
"Martin",
|
|
235
|
+
"Lee",
|
|
236
|
+
"Perez",
|
|
237
|
+
"Thompson",
|
|
238
|
+
"White",
|
|
239
|
+
"Harris",
|
|
240
|
+
"Sanchez",
|
|
241
|
+
"Clark",
|
|
242
|
+
"Ramirez",
|
|
243
|
+
"Lewis",
|
|
244
|
+
"Robinson",
|
|
245
|
+
"Walker",
|
|
246
|
+
"Young",
|
|
247
|
+
"Allen",
|
|
248
|
+
"King",
|
|
249
|
+
"Wright",
|
|
250
|
+
"Scott",
|
|
251
|
+
"Torres",
|
|
252
|
+
"Nguyen",
|
|
253
|
+
"Hill",
|
|
254
|
+
"Flores",
|
|
255
|
+
"Green",
|
|
256
|
+
"Adams",
|
|
257
|
+
"Nelson",
|
|
258
|
+
"Baker",
|
|
259
|
+
"Hall",
|
|
260
|
+
"Rivera",
|
|
261
|
+
"Campbell",
|
|
262
|
+
"Mitchell",
|
|
263
|
+
"Carter",
|
|
264
|
+
"Roberts",
|
|
265
|
+
"Gomez",
|
|
266
|
+
"Phillips",
|
|
267
|
+
"Evans",
|
|
268
|
+
"Turner",
|
|
269
|
+
"Diaz",
|
|
270
|
+
"Parker",
|
|
271
|
+
"Cruz",
|
|
272
|
+
"Edwards",
|
|
273
|
+
"Collins",
|
|
274
|
+
"Reyes",
|
|
275
|
+
"Stewart",
|
|
276
|
+
"Morris",
|
|
277
|
+
"Morales",
|
|
278
|
+
"Murphy",
|
|
279
|
+
"Cook",
|
|
280
|
+
"Rogers",
|
|
281
|
+
"Gutierrez",
|
|
282
|
+
"Ortiz",
|
|
283
|
+
"Morgan",
|
|
284
|
+
"Cooper",
|
|
285
|
+
"Peterson",
|
|
286
|
+
"Bailey",
|
|
287
|
+
"Reed",
|
|
288
|
+
"Kelly",
|
|
289
|
+
"Howard",
|
|
290
|
+
"Ramos",
|
|
291
|
+
"Kim",
|
|
292
|
+
"Cox",
|
|
293
|
+
"Ward",
|
|
294
|
+
"Richardson",
|
|
295
|
+
"Watson",
|
|
296
|
+
"Brooks",
|
|
297
|
+
"Chavez",
|
|
298
|
+
"Wood",
|
|
299
|
+
"James",
|
|
300
|
+
"Bennett",
|
|
301
|
+
"Gray",
|
|
302
|
+
"Mendoza",
|
|
303
|
+
"Ruiz",
|
|
304
|
+
"Hughes",
|
|
305
|
+
"Price",
|
|
306
|
+
"Alvarez",
|
|
307
|
+
"Castillo",
|
|
308
|
+
"Sanders",
|
|
309
|
+
"Patel",
|
|
310
|
+
"Myers",
|
|
311
|
+
"Long",
|
|
312
|
+
"Ross",
|
|
313
|
+
"Foster",
|
|
314
|
+
"Jimenez",
|
|
315
|
+
"Powell",
|
|
316
|
+
"Jenkins",
|
|
317
|
+
"Perry",
|
|
318
|
+
"Russell",
|
|
319
|
+
"Sullivan",
|
|
320
|
+
"Bell",
|
|
321
|
+
"Coleman",
|
|
322
|
+
"Butler",
|
|
323
|
+
"Henderson",
|
|
324
|
+
"Barnes",
|
|
325
|
+
"Gonzales",
|
|
326
|
+
"Fisher",
|
|
327
|
+
"Vasquez",
|
|
328
|
+
"Simmons",
|
|
329
|
+
"Griffin",
|
|
330
|
+
"Marshall",
|
|
331
|
+
"Owens",
|
|
332
|
+
"Harrison",
|
|
333
|
+
"Dean",
|
|
334
|
+
"Freeman",
|
|
335
|
+
"Stone",
|
|
336
|
+
"Medina",
|
|
337
|
+
"Webb",
|
|
338
|
+
"Tucker",
|
|
339
|
+
"Palmer",
|
|
340
|
+
"Hart",
|
|
341
|
+
"Walsh",
|
|
342
|
+
"Day",
|
|
343
|
+
"Burns",
|
|
344
|
+
"Dixon",
|
|
345
|
+
"Hunt",
|
|
346
|
+
"Gordon",
|
|
347
|
+
"Duncan",
|
|
348
|
+
"Reid",
|
|
349
|
+
"Mcdonald",
|
|
350
|
+
"Knight",
|
|
351
|
+
"Daniels",
|
|
352
|
+
"Payne",
|
|
353
|
+
"Grant",
|
|
354
|
+
"Carr",
|
|
355
|
+
"Franklin",
|
|
356
|
+
"Jordan",
|
|
357
|
+
"Lawrence",
|
|
358
|
+
"Gibson",
|
|
359
|
+
"Mendez",
|
|
360
|
+
"Mills",
|
|
361
|
+
"Murray",
|
|
362
|
+
"Hamilton",
|
|
363
|
+
"Graham",
|
|
364
|
+
"Wallace",
|
|
365
|
+
"Woods",
|
|
366
|
+
"Cole",
|
|
367
|
+
"West",
|
|
368
|
+
"Reynolds",
|
|
369
|
+
"Ellis",
|
|
370
|
+
)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"""en_US phone data — phone number formats."""
|
|
2
|
+
|
|
3
|
+
phone_formats: tuple[str, ...] = (
|
|
4
|
+
"###-###-####",
|
|
5
|
+
"(###) ###-####",
|
|
6
|
+
"1-###-###-####",
|
|
7
|
+
"###.###.####",
|
|
8
|
+
"+1-###-###-####",
|
|
9
|
+
)
|
|
10
|
+
|
|
11
|
+
cell_formats: tuple[str, ...] = (
|
|
12
|
+
"###-###-####",
|
|
13
|
+
"(###) ###-####",
|
|
14
|
+
"+1-###-###-####",
|
|
15
|
+
)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""es_ES locale data for dataforge."""
|