pointblank 0.18.0__py3-none-any.whl → 0.20.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.
Files changed (322) hide show
  1. pointblank/__init__.py +44 -1
  2. pointblank/_constants.py +258 -166
  3. pointblank/_constants_translations.py +378 -0
  4. pointblank/_interrogation.py +204 -0
  5. pointblank/_utils_llms_txt.py +20 -0
  6. pointblank/data/api-docs.txt +793 -1
  7. pointblank/field.py +1507 -0
  8. pointblank/generate/__init__.py +17 -0
  9. pointblank/generate/base.py +49 -0
  10. pointblank/generate/generators.py +573 -0
  11. pointblank/generate/regex.py +217 -0
  12. pointblank/locales/__init__.py +1476 -0
  13. pointblank/locales/data/AR/address.json +73 -0
  14. pointblank/locales/data/AR/company.json +60 -0
  15. pointblank/locales/data/AR/internet.json +19 -0
  16. pointblank/locales/data/AR/misc.json +7 -0
  17. pointblank/locales/data/AR/person.json +39 -0
  18. pointblank/locales/data/AR/text.json +38 -0
  19. pointblank/locales/data/AT/address.json +84 -0
  20. pointblank/locales/data/AT/company.json +65 -0
  21. pointblank/locales/data/AT/internet.json +20 -0
  22. pointblank/locales/data/AT/misc.json +8 -0
  23. pointblank/locales/data/AT/person.json +17 -0
  24. pointblank/locales/data/AT/text.json +35 -0
  25. pointblank/locales/data/AU/address.json +83 -0
  26. pointblank/locales/data/AU/company.json +65 -0
  27. pointblank/locales/data/AU/internet.json +20 -0
  28. pointblank/locales/data/AU/misc.json +8 -0
  29. pointblank/locales/data/AU/person.json +17 -0
  30. pointblank/locales/data/AU/text.json +35 -0
  31. pointblank/locales/data/BE/address.json +225 -0
  32. pointblank/locales/data/BE/company.json +129 -0
  33. pointblank/locales/data/BE/internet.json +36 -0
  34. pointblank/locales/data/BE/misc.json +6 -0
  35. pointblank/locales/data/BE/person.json +62 -0
  36. pointblank/locales/data/BE/text.json +38 -0
  37. pointblank/locales/data/BG/address.json +75 -0
  38. pointblank/locales/data/BG/company.json +60 -0
  39. pointblank/locales/data/BG/internet.json +19 -0
  40. pointblank/locales/data/BG/misc.json +7 -0
  41. pointblank/locales/data/BG/person.json +40 -0
  42. pointblank/locales/data/BG/text.json +38 -0
  43. pointblank/locales/data/BR/address.json +98 -0
  44. pointblank/locales/data/BR/company.json +65 -0
  45. pointblank/locales/data/BR/internet.json +20 -0
  46. pointblank/locales/data/BR/misc.json +8 -0
  47. pointblank/locales/data/BR/person.json +17 -0
  48. pointblank/locales/data/BR/text.json +35 -0
  49. pointblank/locales/data/CA/address.json +747 -0
  50. pointblank/locales/data/CA/company.json +120 -0
  51. pointblank/locales/data/CA/internet.json +24 -0
  52. pointblank/locales/data/CA/misc.json +11 -0
  53. pointblank/locales/data/CA/person.json +1033 -0
  54. pointblank/locales/data/CA/text.json +58 -0
  55. pointblank/locales/data/CH/address.json +184 -0
  56. pointblank/locales/data/CH/company.json +112 -0
  57. pointblank/locales/data/CH/internet.json +20 -0
  58. pointblank/locales/data/CH/misc.json +10 -0
  59. pointblank/locales/data/CH/person.json +64 -0
  60. pointblank/locales/data/CH/text.json +45 -0
  61. pointblank/locales/data/CL/address.json +71 -0
  62. pointblank/locales/data/CL/company.json +60 -0
  63. pointblank/locales/data/CL/internet.json +19 -0
  64. pointblank/locales/data/CL/misc.json +7 -0
  65. pointblank/locales/data/CL/person.json +38 -0
  66. pointblank/locales/data/CL/text.json +38 -0
  67. pointblank/locales/data/CN/address.json +124 -0
  68. pointblank/locales/data/CN/company.json +76 -0
  69. pointblank/locales/data/CN/internet.json +20 -0
  70. pointblank/locales/data/CN/misc.json +8 -0
  71. pointblank/locales/data/CN/person.json +50 -0
  72. pointblank/locales/data/CN/text.json +38 -0
  73. pointblank/locales/data/CO/address.json +76 -0
  74. pointblank/locales/data/CO/company.json +60 -0
  75. pointblank/locales/data/CO/internet.json +19 -0
  76. pointblank/locales/data/CO/misc.json +7 -0
  77. pointblank/locales/data/CO/person.json +38 -0
  78. pointblank/locales/data/CO/text.json +38 -0
  79. pointblank/locales/data/CY/address.json +62 -0
  80. pointblank/locales/data/CY/company.json +60 -0
  81. pointblank/locales/data/CY/internet.json +19 -0
  82. pointblank/locales/data/CY/misc.json +7 -0
  83. pointblank/locales/data/CY/person.json +38 -0
  84. pointblank/locales/data/CY/text.json +38 -0
  85. pointblank/locales/data/CZ/address.json +70 -0
  86. pointblank/locales/data/CZ/company.json +61 -0
  87. pointblank/locales/data/CZ/internet.json +19 -0
  88. pointblank/locales/data/CZ/misc.json +7 -0
  89. pointblank/locales/data/CZ/person.json +40 -0
  90. pointblank/locales/data/CZ/text.json +38 -0
  91. pointblank/locales/data/DE/address.json +756 -0
  92. pointblank/locales/data/DE/company.json +101 -0
  93. pointblank/locales/data/DE/internet.json +22 -0
  94. pointblank/locales/data/DE/misc.json +11 -0
  95. pointblank/locales/data/DE/person.json +1026 -0
  96. pointblank/locales/data/DE/text.json +50 -0
  97. pointblank/locales/data/DK/address.json +231 -0
  98. pointblank/locales/data/DK/company.json +65 -0
  99. pointblank/locales/data/DK/internet.json +20 -0
  100. pointblank/locales/data/DK/misc.json +7 -0
  101. pointblank/locales/data/DK/person.json +45 -0
  102. pointblank/locales/data/DK/text.json +43 -0
  103. pointblank/locales/data/EE/address.json +69 -0
  104. pointblank/locales/data/EE/company.json +60 -0
  105. pointblank/locales/data/EE/internet.json +19 -0
  106. pointblank/locales/data/EE/misc.json +7 -0
  107. pointblank/locales/data/EE/person.json +39 -0
  108. pointblank/locales/data/EE/text.json +38 -0
  109. pointblank/locales/data/ES/address.json +3086 -0
  110. pointblank/locales/data/ES/company.json +644 -0
  111. pointblank/locales/data/ES/internet.json +25 -0
  112. pointblank/locales/data/ES/misc.json +11 -0
  113. pointblank/locales/data/ES/person.json +488 -0
  114. pointblank/locales/data/ES/text.json +49 -0
  115. pointblank/locales/data/FI/address.json +93 -0
  116. pointblank/locales/data/FI/company.json +65 -0
  117. pointblank/locales/data/FI/internet.json +20 -0
  118. pointblank/locales/data/FI/misc.json +8 -0
  119. pointblank/locales/data/FI/person.json +17 -0
  120. pointblank/locales/data/FI/text.json +35 -0
  121. pointblank/locales/data/FR/address.json +619 -0
  122. pointblank/locales/data/FR/company.json +111 -0
  123. pointblank/locales/data/FR/internet.json +22 -0
  124. pointblank/locales/data/FR/misc.json +11 -0
  125. pointblank/locales/data/FR/person.json +1066 -0
  126. pointblank/locales/data/FR/text.json +50 -0
  127. pointblank/locales/data/GB/address.json +5759 -0
  128. pointblank/locales/data/GB/company.json +131 -0
  129. pointblank/locales/data/GB/internet.json +24 -0
  130. pointblank/locales/data/GB/misc.json +45 -0
  131. pointblank/locales/data/GB/person.json +578 -0
  132. pointblank/locales/data/GB/text.json +61 -0
  133. pointblank/locales/data/GR/address.json +68 -0
  134. pointblank/locales/data/GR/company.json +61 -0
  135. pointblank/locales/data/GR/internet.json +19 -0
  136. pointblank/locales/data/GR/misc.json +7 -0
  137. pointblank/locales/data/GR/person.json +39 -0
  138. pointblank/locales/data/GR/text.json +38 -0
  139. pointblank/locales/data/HK/address.json +79 -0
  140. pointblank/locales/data/HK/company.json +69 -0
  141. pointblank/locales/data/HK/internet.json +19 -0
  142. pointblank/locales/data/HK/misc.json +7 -0
  143. pointblank/locales/data/HK/person.json +42 -0
  144. pointblank/locales/data/HK/text.json +38 -0
  145. pointblank/locales/data/HR/address.json +73 -0
  146. pointblank/locales/data/HR/company.json +60 -0
  147. pointblank/locales/data/HR/internet.json +19 -0
  148. pointblank/locales/data/HR/misc.json +7 -0
  149. pointblank/locales/data/HR/person.json +38 -0
  150. pointblank/locales/data/HR/text.json +38 -0
  151. pointblank/locales/data/HU/address.json +70 -0
  152. pointblank/locales/data/HU/company.json +61 -0
  153. pointblank/locales/data/HU/internet.json +19 -0
  154. pointblank/locales/data/HU/misc.json +7 -0
  155. pointblank/locales/data/HU/person.json +40 -0
  156. pointblank/locales/data/HU/text.json +38 -0
  157. pointblank/locales/data/ID/address.json +68 -0
  158. pointblank/locales/data/ID/company.json +61 -0
  159. pointblank/locales/data/ID/internet.json +19 -0
  160. pointblank/locales/data/ID/misc.json +7 -0
  161. pointblank/locales/data/ID/person.json +40 -0
  162. pointblank/locales/data/ID/text.json +38 -0
  163. pointblank/locales/data/IE/address.json +643 -0
  164. pointblank/locales/data/IE/company.json +140 -0
  165. pointblank/locales/data/IE/internet.json +24 -0
  166. pointblank/locales/data/IE/misc.json +44 -0
  167. pointblank/locales/data/IE/person.json +55 -0
  168. pointblank/locales/data/IE/text.json +60 -0
  169. pointblank/locales/data/IN/address.json +92 -0
  170. pointblank/locales/data/IN/company.json +65 -0
  171. pointblank/locales/data/IN/internet.json +20 -0
  172. pointblank/locales/data/IN/misc.json +8 -0
  173. pointblank/locales/data/IN/person.json +52 -0
  174. pointblank/locales/data/IN/text.json +39 -0
  175. pointblank/locales/data/IS/address.json +63 -0
  176. pointblank/locales/data/IS/company.json +61 -0
  177. pointblank/locales/data/IS/internet.json +19 -0
  178. pointblank/locales/data/IS/misc.json +7 -0
  179. pointblank/locales/data/IS/person.json +44 -0
  180. pointblank/locales/data/IS/text.json +38 -0
  181. pointblank/locales/data/IT/address.json +192 -0
  182. pointblank/locales/data/IT/company.json +137 -0
  183. pointblank/locales/data/IT/internet.json +20 -0
  184. pointblank/locales/data/IT/misc.json +10 -0
  185. pointblank/locales/data/IT/person.json +70 -0
  186. pointblank/locales/data/IT/text.json +44 -0
  187. pointblank/locales/data/JP/address.json +713 -0
  188. pointblank/locales/data/JP/company.json +113 -0
  189. pointblank/locales/data/JP/internet.json +22 -0
  190. pointblank/locales/data/JP/misc.json +10 -0
  191. pointblank/locales/data/JP/person.json +1057 -0
  192. pointblank/locales/data/JP/text.json +51 -0
  193. pointblank/locales/data/KR/address.json +77 -0
  194. pointblank/locales/data/KR/company.json +68 -0
  195. pointblank/locales/data/KR/internet.json +19 -0
  196. pointblank/locales/data/KR/misc.json +7 -0
  197. pointblank/locales/data/KR/person.json +40 -0
  198. pointblank/locales/data/KR/text.json +38 -0
  199. pointblank/locales/data/LT/address.json +66 -0
  200. pointblank/locales/data/LT/company.json +60 -0
  201. pointblank/locales/data/LT/internet.json +19 -0
  202. pointblank/locales/data/LT/misc.json +7 -0
  203. pointblank/locales/data/LT/person.json +42 -0
  204. pointblank/locales/data/LT/text.json +38 -0
  205. pointblank/locales/data/LU/address.json +66 -0
  206. pointblank/locales/data/LU/company.json +60 -0
  207. pointblank/locales/data/LU/internet.json +19 -0
  208. pointblank/locales/data/LU/misc.json +7 -0
  209. pointblank/locales/data/LU/person.json +38 -0
  210. pointblank/locales/data/LU/text.json +38 -0
  211. pointblank/locales/data/LV/address.json +62 -0
  212. pointblank/locales/data/LV/company.json +60 -0
  213. pointblank/locales/data/LV/internet.json +19 -0
  214. pointblank/locales/data/LV/misc.json +7 -0
  215. pointblank/locales/data/LV/person.json +40 -0
  216. pointblank/locales/data/LV/text.json +38 -0
  217. pointblank/locales/data/MT/address.json +61 -0
  218. pointblank/locales/data/MT/company.json +60 -0
  219. pointblank/locales/data/MT/internet.json +19 -0
  220. pointblank/locales/data/MT/misc.json +7 -0
  221. pointblank/locales/data/MT/person.json +38 -0
  222. pointblank/locales/data/MT/text.json +38 -0
  223. pointblank/locales/data/MX/address.json +100 -0
  224. pointblank/locales/data/MX/company.json +65 -0
  225. pointblank/locales/data/MX/internet.json +20 -0
  226. pointblank/locales/data/MX/misc.json +8 -0
  227. pointblank/locales/data/MX/person.json +18 -0
  228. pointblank/locales/data/MX/text.json +39 -0
  229. pointblank/locales/data/NL/address.json +1517 -0
  230. pointblank/locales/data/NL/company.json +133 -0
  231. pointblank/locales/data/NL/internet.json +44 -0
  232. pointblank/locales/data/NL/misc.json +55 -0
  233. pointblank/locales/data/NL/person.json +365 -0
  234. pointblank/locales/data/NL/text.json +210 -0
  235. pointblank/locales/data/NO/address.json +86 -0
  236. pointblank/locales/data/NO/company.json +66 -0
  237. pointblank/locales/data/NO/internet.json +20 -0
  238. pointblank/locales/data/NO/misc.json +8 -0
  239. pointblank/locales/data/NO/person.json +17 -0
  240. pointblank/locales/data/NO/text.json +35 -0
  241. pointblank/locales/data/NZ/address.json +90 -0
  242. pointblank/locales/data/NZ/company.json +65 -0
  243. pointblank/locales/data/NZ/internet.json +20 -0
  244. pointblank/locales/data/NZ/misc.json +8 -0
  245. pointblank/locales/data/NZ/person.json +17 -0
  246. pointblank/locales/data/NZ/text.json +39 -0
  247. pointblank/locales/data/PH/address.json +67 -0
  248. pointblank/locales/data/PH/company.json +61 -0
  249. pointblank/locales/data/PH/internet.json +19 -0
  250. pointblank/locales/data/PH/misc.json +7 -0
  251. pointblank/locales/data/PH/person.json +40 -0
  252. pointblank/locales/data/PH/text.json +38 -0
  253. pointblank/locales/data/PL/address.json +91 -0
  254. pointblank/locales/data/PL/company.json +65 -0
  255. pointblank/locales/data/PL/internet.json +20 -0
  256. pointblank/locales/data/PL/misc.json +8 -0
  257. pointblank/locales/data/PL/person.json +17 -0
  258. pointblank/locales/data/PL/text.json +35 -0
  259. pointblank/locales/data/PT/address.json +90 -0
  260. pointblank/locales/data/PT/company.json +65 -0
  261. pointblank/locales/data/PT/internet.json +20 -0
  262. pointblank/locales/data/PT/misc.json +8 -0
  263. pointblank/locales/data/PT/person.json +17 -0
  264. pointblank/locales/data/PT/text.json +35 -0
  265. pointblank/locales/data/RO/address.json +73 -0
  266. pointblank/locales/data/RO/company.json +61 -0
  267. pointblank/locales/data/RO/internet.json +19 -0
  268. pointblank/locales/data/RO/misc.json +7 -0
  269. pointblank/locales/data/RO/person.json +40 -0
  270. pointblank/locales/data/RO/text.json +38 -0
  271. pointblank/locales/data/RU/address.json +74 -0
  272. pointblank/locales/data/RU/company.json +60 -0
  273. pointblank/locales/data/RU/internet.json +19 -0
  274. pointblank/locales/data/RU/misc.json +7 -0
  275. pointblank/locales/data/RU/person.json +38 -0
  276. pointblank/locales/data/RU/text.json +38 -0
  277. pointblank/locales/data/SE/address.json +247 -0
  278. pointblank/locales/data/SE/company.json +65 -0
  279. pointblank/locales/data/SE/internet.json +20 -0
  280. pointblank/locales/data/SE/misc.json +7 -0
  281. pointblank/locales/data/SE/person.json +45 -0
  282. pointblank/locales/data/SE/text.json +43 -0
  283. pointblank/locales/data/SI/address.json +67 -0
  284. pointblank/locales/data/SI/company.json +60 -0
  285. pointblank/locales/data/SI/internet.json +19 -0
  286. pointblank/locales/data/SI/misc.json +7 -0
  287. pointblank/locales/data/SI/person.json +38 -0
  288. pointblank/locales/data/SI/text.json +38 -0
  289. pointblank/locales/data/SK/address.json +64 -0
  290. pointblank/locales/data/SK/company.json +60 -0
  291. pointblank/locales/data/SK/internet.json +19 -0
  292. pointblank/locales/data/SK/misc.json +7 -0
  293. pointblank/locales/data/SK/person.json +38 -0
  294. pointblank/locales/data/SK/text.json +38 -0
  295. pointblank/locales/data/TR/address.json +105 -0
  296. pointblank/locales/data/TR/company.json +65 -0
  297. pointblank/locales/data/TR/internet.json +20 -0
  298. pointblank/locales/data/TR/misc.json +8 -0
  299. pointblank/locales/data/TR/person.json +17 -0
  300. pointblank/locales/data/TR/text.json +35 -0
  301. pointblank/locales/data/TW/address.json +86 -0
  302. pointblank/locales/data/TW/company.json +69 -0
  303. pointblank/locales/data/TW/internet.json +19 -0
  304. pointblank/locales/data/TW/misc.json +7 -0
  305. pointblank/locales/data/TW/person.json +42 -0
  306. pointblank/locales/data/TW/text.json +38 -0
  307. pointblank/locales/data/US/address.json +996 -0
  308. pointblank/locales/data/US/company.json +131 -0
  309. pointblank/locales/data/US/internet.json +22 -0
  310. pointblank/locales/data/US/misc.json +11 -0
  311. pointblank/locales/data/US/person.json +1092 -0
  312. pointblank/locales/data/US/text.json +56 -0
  313. pointblank/locales/data/_shared/misc.json +42 -0
  314. pointblank/schema.py +339 -2
  315. pointblank/validate.py +1263 -11
  316. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/METADATA +45 -1
  317. pointblank-0.20.0.dist-info/RECORD +366 -0
  318. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/WHEEL +1 -1
  319. pointblank-0.18.0.dist-info/RECORD +0 -59
  320. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/entry_points.txt +0 -0
  321. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/licenses/LICENSE +0 -0
  322. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,133 @@
1
+ {
2
+ "suffixes": ["B.V.", "N.V.", "VOF", "C.V.", "V.O.F.", "Holding B.V.", "Group B.V."],
3
+ "formats": [
4
+ "{last_name} {suffix}",
5
+ "{last_name} & {last_name} {suffix}",
6
+ "{adjective} {noun} {suffix}",
7
+ "{last_name} {noun} {suffix}"
8
+ ],
9
+ "company_suffixes": ["B.V.", "N.V.", "VOF", "C.V.", "V.O.F.", "Holding B.V.", "Group B.V."],
10
+ "industry_words": [
11
+ "Technologie", "Software", "Consultancy", "Bouw", "Transport", "Logistiek",
12
+ "Handel", "Import", "Export", "Productie", "Fabricage", "Automatisering",
13
+ "Engineering", "Diensten", "Oplossingen", "Groep", "Partners", "Adviseurs",
14
+ "Vastgoed", "Makelaardij", "Financieel", "Verzekeringen", "Zorg", "Farma",
15
+ "Energie", "Duurzaam", "Recycling", "Milieu", "Agri", "Voeding"
16
+ ],
17
+ "adjectives": [
18
+ "Nederlandse", "Koninklijke", "Eerste", "Nieuwe", "Moderne", "Digitale",
19
+ "Innovatieve", "Europese", "Internationale", "Nationale", "Centrale", "Algemene",
20
+ "Technische", "Commerciële", "Industriële", "Financiële", "Groene", "Duurzame"
21
+ ],
22
+ "nouns": [
23
+ "Bedrijven", "Ondernemingen", "Industrie", "Handel", "Diensten", "Systemen",
24
+ "Oplossingen", "Producten", "Techniek", "Innovatie", "Partners", "Groep",
25
+ "Holdings", "Investeringen", "Kapitaal", "Vermogen", "Projecten", "Werken"
26
+ ],
27
+ "well_known_companies": [
28
+ {"name": "Shell", "cities": ["Den Haag", "Amsterdam"]},
29
+ {"name": "Unilever", "cities": ["Rotterdam", "Amsterdam"]},
30
+ {"name": "Philips", "cities": ["Eindhoven", "Amsterdam"]},
31
+ {"name": "ING Group", "cities": ["Amsterdam"]},
32
+ {"name": "ABN AMRO", "cities": ["Amsterdam"]},
33
+ {"name": "Rabobank", "cities": ["Utrecht", "Amsterdam"]},
34
+ {"name": "ASML", "cities": ["Veldhoven", "Eindhoven"]},
35
+ {"name": "Heineken", "cities": ["Amsterdam"]},
36
+ {"name": "Ahold Delhaize", "cities": ["Zaandam", "Amsterdam"]},
37
+ {"name": "KLM", "cities": ["Amstelveen", "Schiphol"]},
38
+ {"name": "Randstad", "cities": ["Diemen", "Amsterdam"]},
39
+ {"name": "KPMG Nederland", "cities": ["Amstelveen", "Amsterdam", "Rotterdam"]},
40
+ {"name": "Deloitte Nederland", "cities": ["Rotterdam", "Amsterdam"]},
41
+ {"name": "EY Nederland", "cities": ["Amsterdam", "Rotterdam"]},
42
+ {"name": "PwC Nederland", "cities": ["Amsterdam", "Rotterdam"]},
43
+ {"name": "DSM", "cities": ["Heerlen", "Maastricht"]},
44
+ {"name": "Akzo Nobel", "cities": ["Amsterdam"]},
45
+ {"name": "TNT", "cities": ["Hoofddorp"]},
46
+ {"name": "PostNL", "cities": ["Den Haag"]},
47
+ {"name": "NS", "cities": ["Utrecht"]},
48
+ {"name": "ProRail", "cities": ["Utrecht"]},
49
+ {"name": "Schiphol Group", "cities": ["Schiphol", "Amsterdam"]},
50
+ {"name": "Aegon", "cities": ["Den Haag"]},
51
+ {"name": "NN Group", "cities": ["Den Haag"]},
52
+ {"name": "ASR Nederland", "cities": ["Utrecht"]},
53
+ {"name": "Wolters Kluwer", "cities": ["Alphen aan den Rijn", "Amsterdam"]},
54
+ {"name": "RELX", "cities": ["Amsterdam"]},
55
+ {"name": "Adyen", "cities": ["Amsterdam"]},
56
+ {"name": "Booking.com", "cities": ["Amsterdam"]},
57
+ {"name": "TomTom", "cities": ["Amsterdam"]},
58
+ {"name": "NXP Semiconductors", "cities": ["Eindhoven"]},
59
+ {"name": "Signify", "cities": ["Eindhoven"]},
60
+ {"name": "VodafoneZiggo", "cities": ["Utrecht", "Amsterdam"]},
61
+ {"name": "KPN", "cities": ["Den Haag", "Amsterdam"]},
62
+ {"name": "T-Mobile Nederland", "cities": ["Den Haag"]},
63
+ {"name": "Albert Heijn", "cities": ["Zaandam"]},
64
+ {"name": "Jumbo Supermarkten", "cities": ["'s-Hertogenbosch"]},
65
+ {"name": "HEMA", "cities": ["Amsterdam"]},
66
+ {"name": "Coolblue", "cities": ["Rotterdam"]},
67
+ {"name": "Bol.com", "cities": ["Utrecht"]},
68
+ {"name": "Wehkamp", "cities": ["Zwolle"]},
69
+ {"name": "Brunel", "cities": ["Amsterdam"]},
70
+ {"name": "Arcadis", "cities": ["Amsterdam"]},
71
+ {"name": "Fugro", "cities": ["Leidschendam"]},
72
+ {"name": "BAM Groep", "cities": ["Bunnik"]},
73
+ {"name": "Heijmans", "cities": ["Rosmalen"]},
74
+ {"name": "VolkerWessels", "cities": ["Amersfoort"]},
75
+ {"name": "Boskalis", "cities": ["Papendrecht"]},
76
+ {"name": "Damen Shipyards", "cities": ["Gorinchem"]},
77
+ {"name": "Vopak", "cities": ["Rotterdam"]},
78
+ {"name": "SBM Offshore", "cities": ["Schiedam"]},
79
+ {"name": "Bunge Loders Croklaan", "cities": ["Wormerveer"]},
80
+ {"name": "FrieslandCampina", "cities": ["Amersfoort"]},
81
+ {"name": "Vion Food Group", "cities": ["Eindhoven"]},
82
+ {"name": "Lamb Weston", "cities": ["Bergen op Zoom"]},
83
+ {"name": "Grolsch", "cities": ["Enschede"]},
84
+ {"name": "Bavaria", "cities": ["Lieshout"]},
85
+ {"name": "Tony's Chocolonely", "cities": ["Amsterdam"]},
86
+ {"name": "Douwe Egberts", "cities": ["Utrecht"]},
87
+ {"name": "Blokker", "cities": ["Amsterdam"]},
88
+ {"name": "Action", "cities": ["Zwaagdijk"]},
89
+ {"name": "Hunkemöller", "cities": ["Hilversum"]},
90
+ {"name": "Rituals", "cities": ["Amsterdam"]},
91
+ {"name": "G-Star RAW", "cities": ["Amsterdam"]},
92
+ {"name": "Scotch & Soda", "cities": ["Amsterdam"]},
93
+ {"name": "Tommy Hilfiger", "cities": ["Amsterdam"]},
94
+ {"name": "Calvin Klein", "cities": ["Amsterdam"]},
95
+ {"name": "Suitsupply", "cities": ["Amsterdam"]},
96
+ {"name": "Exact", "cities": ["Delft"]},
97
+ {"name": "AFAS Software", "cities": ["Leusden"]},
98
+ {"name": "Unit4", "cities": ["Sliedrecht"]},
99
+ {"name": "Elastic", "cities": ["Amsterdam"]},
100
+ {"name": "Miro", "cities": ["Amsterdam"]},
101
+ {"name": "Mollie", "cities": ["Amsterdam"]},
102
+ {"name": "Bunq", "cities": ["Amsterdam"]},
103
+ {"name": "Triodos Bank", "cities": ["Zeist"]},
104
+ {"name": "Van Lanschot Kempen", "cities": ["'s-Hertogenbosch"]},
105
+ {"name": "IMC Trading", "cities": ["Amsterdam"]},
106
+ {"name": "Optiver", "cities": ["Amsterdam"]},
107
+ {"name": "Flow Traders", "cities": ["Amsterdam"]}
108
+ ],
109
+ "jobs": [
110
+ "Softwareontwikkelaar", "Productmanager", "Data-analist", "Marketingmanager",
111
+ "Verkoper", "HR-manager", "Financieel analist", "Projectmanager",
112
+ "Business Analyst", "Operations Manager", "Accountmanager", "Boekhouder",
113
+ "Administratief medewerker", "Grafisch ontwerper", "Webontwikkelaar", "Netwerkbeheerder",
114
+ "Databasebeheerder", "Systeembeheerder", "Kwaliteitsmanager",
115
+ "Technisch schrijver", "UX-ontwerper", "DevOps-engineer", "Cloud-architect",
116
+ "Security-analist", "Data Scientist", "Consultant", "Advocaat", "Arts",
117
+ "Apotheker", "Leraar", "Hoogleraar", "Maatschappelijk werker", "Kok", "Hotelmanager",
118
+ "Makelaar", "Bankmedewerker", "Financieel adviseur", "Werktuigbouwkundig ingenieur",
119
+ "Elektrotechnisch ingenieur", "Civiel ingenieur", "Architect", "Bouwmanager", "Directeur"
120
+ ],
121
+ "catch_phrase_adjectives": [
122
+ "Betrouwbare", "Innovatieve", "Duurzame", "Professionele", "Kwalitatieve",
123
+ "Flexibele", "Toekomstgerichte", "Resultaatgerichte", "Klantgerichte", "Efficiënte"
124
+ ],
125
+ "catch_phrase_nouns": [
126
+ "oplossingen", "diensten", "producten", "resultaten", "innovaties",
127
+ "partnerships", "strategieën", "concepten", "ideeën", "services"
128
+ ],
129
+ "catch_phrase_verbs": [
130
+ "leveren", "realiseren", "bieden", "garanderen", "verzorgen",
131
+ "ontwikkelen", "optimaliseren", "verbeteren", "ondersteunen", "versterken"
132
+ ]
133
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "free_email_domains": [
3
+ "gmail.com", "outlook.com", "hotmail.nl", "live.nl", "ziggo.nl",
4
+ "kpnmail.nl", "xs4all.nl", "planet.nl", "hetnet.nl", "home.nl",
5
+ "quicknet.nl", "chello.nl", "upcmail.nl", "casema.nl", "tele2.nl",
6
+ "versatel.nl", "zonnet.nl", "wanadoo.nl", "online.nl", "yahoo.nl"
7
+ ],
8
+ "tlds": [
9
+ "nl", "com", "org", "net", "eu", "info", "biz", "be", "de", "io",
10
+ "tech", "dev", "app", "cloud", "online", "site", "amsterdam"
11
+ ],
12
+ "domain_words": [
13
+ "tech", "digital", "cloud", "cyber", "web", "net", "data", "info", "smart",
14
+ "snel", "eenvoudig", "beste", "top", "pro", "prime", "elite",
15
+ "global", "wereld", "inter", "mega", "super", "ultra", "hyper", "meta",
16
+ "alpha", "beta", "omega", "delta", "sigma", "nexus", "apex", "vertex"
17
+ ],
18
+ "user_agent_browsers": [
19
+ "Chrome", "Firefox", "Safari", "Edge", "Opera"
20
+ ],
21
+ "user_agent_os": [
22
+ "Windows NT 10.0", "Macintosh; Intel Mac OS X 10_15_7", "X11; Linux x86_64"
23
+ ],
24
+ "domain_suffixes": [
25
+ ".nl", ".com", ".eu", ".org", ".net", ".info", ".biz", ".be", ".de"
26
+ ],
27
+ "url_formats": [
28
+ "https://www.{domain}",
29
+ "https://{domain}",
30
+ "https://{subdomain}.{domain}"
31
+ ],
32
+ "username_formats": [
33
+ "{first_name}{last_name}",
34
+ "{first_name}.{last_name}",
35
+ "{first_name}_{last_name}",
36
+ "{first_initial}{last_name}",
37
+ "{last_name}{number}"
38
+ ],
39
+ "hashtag_words": [
40
+ "Nederland", "Holland", "Dutch", "NL", "Amsterdam", "Rotterdam", "DenHaag",
41
+ "Oranje", "Koningsdag", "Tulpen", "Fietsen", "Gezellig", "Mokum",
42
+ "Innovatie", "Startup", "Tech", "Business", "Ondernemen", "Netwerk"
43
+ ]
44
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "colors": [
3
+ "Rood", "Blauw", "Groen", "Geel", "Oranje", "Paars", "Roze", "Bruin",
4
+ "Zwart", "Wit", "Grijs", "Cyaan", "Magenta", "Kastanjebruin", "Marineblauw", "Olijfgroen",
5
+ "Turkoois", "Aquamarijn", "Limoen", "Fuchsia", "Zilver", "Goud", "Koraal", "Zalm",
6
+ "Turkooisblauw", "Indigo", "Violet", "Karmijn", "Scharlaken", "Bordeauxrood", "Lavendel",
7
+ "Beige", "Ivoor", "Lichtbruin", "Kaki", "Perzik", "Mint", "Azuurblauw", "Altijdgroen"
8
+ ],
9
+ "currency": {
10
+ "code": "EUR",
11
+ "symbol": "€",
12
+ "name": "Euro",
13
+ "decimal_separator": ",",
14
+ "thousands_separator": ".",
15
+ "format": "€ {amount}"
16
+ },
17
+ "phone_formats": [
18
+ "06-{8}",
19
+ "06 {8}",
20
+ "+31 6 {8}",
21
+ "+31 (0)6 {8}",
22
+ "0{2}-{7}",
23
+ "0{3}-{6}",
24
+ "+31 {2} {7}",
25
+ "+31 {3} {6}"
26
+ ],
27
+ "date_formats": {
28
+ "short": "dd-MM-yyyy",
29
+ "medium": "d MMM yyyy",
30
+ "long": "d MMMM yyyy",
31
+ "full": "EEEE d MMMM yyyy"
32
+ },
33
+ "time_formats": {
34
+ "short": "HH:mm",
35
+ "medium": "HH:mm:ss",
36
+ "long": "HH:mm:ss z"
37
+ },
38
+ "national_id_formats": [
39
+ "{9}"
40
+ ],
41
+ "license_plate_formats": [
42
+ "{letter}{letter}-{letter}{letter}-{2}",
43
+ "{2}-{letter}{letter}{letter}-{number}",
44
+ "{2}-{letter}{letter}-{letter}{letter}",
45
+ "{letter}-{3}-{letter}{letter}",
46
+ "{letter}{letter}-{3}-{letter}",
47
+ "{letter}{letter}{letter}-{2}-{letter}"
48
+ ],
49
+ "bank_formats": {
50
+ "iban": "NL{2}{letter}{letter}{10}",
51
+ "bic_codes": ["ABNANL2A", "INGBNL2A", "RABONL2U", "TRIONL2U", "BUNQNL2A", "SNSBNL2A", "ASNBNL21", "RABORABO"]
52
+ },
53
+ "measurement_system": "metric",
54
+ "driving_side": "right"
55
+ }
@@ -0,0 +1,365 @@
1
+ {
2
+ "first_names": {
3
+ "male": [
4
+ "Jan",
5
+ "Pieter",
6
+ "Johannes",
7
+ "Cornelis",
8
+ "Willem",
9
+ "Hendrik",
10
+ "Jacobus",
11
+ "Gerrit",
12
+ "Dirk",
13
+ "Adrianus",
14
+ "Petrus",
15
+ "Wilhelmus",
16
+ "Antonius",
17
+ "Franciscus",
18
+ "Josephus",
19
+ "Martinus",
20
+ "Thomas",
21
+ "Lucas",
22
+ "Daan",
23
+ "Bram",
24
+ "Sem",
25
+ "Jesse",
26
+ "Finn",
27
+ "Luuk",
28
+ "Levi",
29
+ "Milan",
30
+ "Jayden",
31
+ "Noah",
32
+ "Tim",
33
+ "Thijs",
34
+ "Ruben",
35
+ "Lars",
36
+ "Max",
37
+ "Sven",
38
+ "Niels",
39
+ "Rick",
40
+ "Bas",
41
+ "Tom",
42
+ "Nick",
43
+ "Jeroen",
44
+ "Mark",
45
+ "Dennis",
46
+ "Kevin",
47
+ "Patrick",
48
+ "Marco",
49
+ "Michel",
50
+ "Erik",
51
+ "Peter",
52
+ "Joost",
53
+ "Wouter",
54
+ "Robbert",
55
+ "Bart",
56
+ "Frank",
57
+ "Robert",
58
+ "Stefan",
59
+ "Ronald",
60
+ "Arjan",
61
+ "Edwin",
62
+ "Marcel",
63
+ "Maarten",
64
+ "Paul",
65
+ "Martijn",
66
+ "Sander",
67
+ "Koen",
68
+ "Jasper",
69
+ "Roel",
70
+ "Stijn",
71
+ "Joris",
72
+ "Timo",
73
+ "Vincent",
74
+ "Remco",
75
+ "Wim",
76
+ "Henk",
77
+ "Klaas",
78
+ "Gerard",
79
+ "Arie",
80
+ "Hans",
81
+ "Johan",
82
+ "Albert",
83
+ "Karel",
84
+ "Floris",
85
+ "Hugo",
86
+ "Alexander",
87
+ "Benjamin",
88
+ "David",
89
+ "Olivier",
90
+ "Matthijs",
91
+ "Jelle",
92
+ "Gijs",
93
+ "Teun",
94
+ "Pepijn",
95
+ "Cas",
96
+ "Mees",
97
+ "Sam",
98
+ "Julian",
99
+ "Daniël",
100
+ "Oscar",
101
+ "Victor",
102
+ "Laurens",
103
+ "Simon",
104
+ "Reinier",
105
+ "Christiaan",
106
+ "Frederik",
107
+ "Emiel"
108
+ ],
109
+ "female": [
110
+ "Maria",
111
+ "Johanna",
112
+ "Cornelia",
113
+ "Anna",
114
+ "Elisabeth",
115
+ "Hendrika",
116
+ "Wilhelmina",
117
+ "Petronella",
118
+ "Adriana",
119
+ "Jacoba",
120
+ "Geertruida",
121
+ "Margaretha",
122
+ "Christina",
123
+ "Catharina",
124
+ "Aaltje",
125
+ "Grietje",
126
+ "Emma",
127
+ "Julia",
128
+ "Sophie",
129
+ "Tess",
130
+ "Lotte",
131
+ "Eva",
132
+ "Sanne",
133
+ "Lisa",
134
+ "Fleur",
135
+ "Isa",
136
+ "Sara",
137
+ "Noa",
138
+ "Mila",
139
+ "Lieke",
140
+ "Fenna",
141
+ "Lynn",
142
+ "Anouk",
143
+ "Noor",
144
+ "Iris",
145
+ "Nina",
146
+ "Roos",
147
+ "Anne",
148
+ "Femke",
149
+ "Laura",
150
+ "Marieke",
151
+ "Kim",
152
+ "Linda",
153
+ "Monique",
154
+ "Nicole",
155
+ "Petra",
156
+ "Sandra",
157
+ "Wendy",
158
+ "Yvonne",
159
+ "Esther",
160
+ "Judith",
161
+ "Ellen",
162
+ "Liesbeth",
163
+ "Annemiek",
164
+ "Marloes",
165
+ "Charlotte",
166
+ "Suzanne",
167
+ "Patricia",
168
+ "Ingrid",
169
+ "Marjolein",
170
+ "Wilma",
171
+ "Carolien",
172
+ "Marianne",
173
+ "Bianca",
174
+ "Denise",
175
+ "Marion",
176
+ "Astrid",
177
+ "Claudia",
178
+ "Daphne",
179
+ "Jolanda",
180
+ "Simone",
181
+ "Inge",
182
+ "Mirjam",
183
+ "Renate",
184
+ "Tineke",
185
+ "Els",
186
+ "Gerda",
187
+ "Truus",
188
+ "Bep",
189
+ "Dina",
190
+ "Zoë",
191
+ "Olivia",
192
+ "Amber",
193
+ "Jade",
194
+ "Amy",
195
+ "Milou",
196
+ "Lana",
197
+ "Hannah",
198
+ "Naomi",
199
+ "Vera",
200
+ "Merel",
201
+ "Bo",
202
+ "Yara",
203
+ "Luna",
204
+ "Jasmijn",
205
+ "Nienke",
206
+ "Floor",
207
+ "Lot",
208
+ "Puck",
209
+ "Britt",
210
+ "Maud",
211
+ "Elise",
212
+ "Lara",
213
+ "Maaike"
214
+ ],
215
+ "neutral": [
216
+ "Kim",
217
+ "Dani",
218
+ "Sam",
219
+ "Robin",
220
+ "Jesse",
221
+ "Charlie",
222
+ "Isa",
223
+ "Bo",
224
+ "Max"
225
+ ]
226
+ },
227
+ "last_names": [
228
+ "De Jong",
229
+ "Jansen",
230
+ "De Vries",
231
+ "Van den Berg",
232
+ "Van Dijk",
233
+ "Bakker",
234
+ "Janssen",
235
+ "Visser",
236
+ "Smit",
237
+ "Meijer",
238
+ "De Boer",
239
+ "Mulder",
240
+ "De Groot",
241
+ "Bos",
242
+ "Vos",
243
+ "Peters",
244
+ "Hendriks",
245
+ "Van Leeuwen",
246
+ "Dekker",
247
+ "Brouwer",
248
+ "De Wit",
249
+ "Dijkstra",
250
+ "Smits",
251
+ "De Graaf",
252
+ "Van der Meer",
253
+ "Van der Linden",
254
+ "Kok",
255
+ "Jacobs",
256
+ "De Haan",
257
+ "Vermeer",
258
+ "Van den Heuvel",
259
+ "Van der Veen",
260
+ "Van den Broek",
261
+ "De Bruin",
262
+ "De Bruijn",
263
+ "Van der Heijden",
264
+ "Schouten",
265
+ "Van Beek",
266
+ "Willems",
267
+ "Van Vliet",
268
+ "Van der Wal",
269
+ "Hoekstra",
270
+ "Maas",
271
+ "Verhoeven",
272
+ "Koster",
273
+ "Van Dam",
274
+ "Van der Berg",
275
+ "Prins",
276
+ "Molenaar",
277
+ "Van der Velden",
278
+ "Kuijpers",
279
+ "Peeters",
280
+ "De Lange",
281
+ "Van Es",
282
+ "Blom",
283
+ "Ten Brink",
284
+ "Jonker",
285
+ "Van Schijndel",
286
+ "Scholten",
287
+ "Van Wijk",
288
+ "Postma",
289
+ "Martens",
290
+ "Vink",
291
+ "De Ruiter",
292
+ "Timmermans",
293
+ "Groen",
294
+ "Gerritsen",
295
+ "Kuiper",
296
+ "Bosman",
297
+ "Sanders",
298
+ "Van Rijn",
299
+ "Van Loon",
300
+ "Van der Pol",
301
+ "Driessen",
302
+ "De Leeuw",
303
+ "Veenstra",
304
+ "Huisman",
305
+ "Van Dijk",
306
+ "Van der Horst",
307
+ "Koopman",
308
+ "Boers",
309
+ "Van der Zanden",
310
+ "Van Os",
311
+ "Hermans",
312
+ "Evers",
313
+ "Van der Vegt",
314
+ "Van de Ven",
315
+ "Damen",
316
+ "Van der Kolk",
317
+ "Aarts",
318
+ "Mertens",
319
+ "Claassen",
320
+ "Geerts",
321
+ "Van Velzen",
322
+ "Van der Steen",
323
+ "Wolters"
324
+ ],
325
+ "name_formats": [
326
+ "{first_name} {last_name}",
327
+ "{prefix} {first_name} {last_name}",
328
+ "{first_name} {last_name} {suffix}"
329
+ ],
330
+ "prefixes": {
331
+ "male": [
332
+ "Dhr.",
333
+ "De heer",
334
+ "Mr.",
335
+ "Dr.",
336
+ "Prof.",
337
+ "Prof. dr.",
338
+ "Ir.",
339
+ "Mr. dr."
340
+ ],
341
+ "female": [
342
+ "Mw.",
343
+ "Mevrouw",
344
+ "Mej.",
345
+ "Dr.",
346
+ "Prof.",
347
+ "Prof. dr.",
348
+ "Mr.",
349
+ "Ir."
350
+ ],
351
+ "neutral": [
352
+ "",
353
+ "Dr.",
354
+ "Prof.",
355
+ "Ir."
356
+ ]
357
+ },
358
+ "suffixes": [
359
+ "Jr.",
360
+ "Sr.",
361
+ "II",
362
+ "III",
363
+ "IV"
364
+ ]
365
+ }