pointblank 0.19.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 (318) hide show
  1. pointblank/__init__.py +44 -1
  2. pointblank/_utils_llms_txt.py +20 -0
  3. pointblank/data/api-docs.txt +793 -1
  4. pointblank/field.py +1507 -0
  5. pointblank/generate/__init__.py +17 -0
  6. pointblank/generate/base.py +49 -0
  7. pointblank/generate/generators.py +573 -0
  8. pointblank/generate/regex.py +217 -0
  9. pointblank/locales/__init__.py +1476 -0
  10. pointblank/locales/data/AR/address.json +73 -0
  11. pointblank/locales/data/AR/company.json +60 -0
  12. pointblank/locales/data/AR/internet.json +19 -0
  13. pointblank/locales/data/AR/misc.json +7 -0
  14. pointblank/locales/data/AR/person.json +39 -0
  15. pointblank/locales/data/AR/text.json +38 -0
  16. pointblank/locales/data/AT/address.json +84 -0
  17. pointblank/locales/data/AT/company.json +65 -0
  18. pointblank/locales/data/AT/internet.json +20 -0
  19. pointblank/locales/data/AT/misc.json +8 -0
  20. pointblank/locales/data/AT/person.json +17 -0
  21. pointblank/locales/data/AT/text.json +35 -0
  22. pointblank/locales/data/AU/address.json +83 -0
  23. pointblank/locales/data/AU/company.json +65 -0
  24. pointblank/locales/data/AU/internet.json +20 -0
  25. pointblank/locales/data/AU/misc.json +8 -0
  26. pointblank/locales/data/AU/person.json +17 -0
  27. pointblank/locales/data/AU/text.json +35 -0
  28. pointblank/locales/data/BE/address.json +225 -0
  29. pointblank/locales/data/BE/company.json +129 -0
  30. pointblank/locales/data/BE/internet.json +36 -0
  31. pointblank/locales/data/BE/misc.json +6 -0
  32. pointblank/locales/data/BE/person.json +62 -0
  33. pointblank/locales/data/BE/text.json +38 -0
  34. pointblank/locales/data/BG/address.json +75 -0
  35. pointblank/locales/data/BG/company.json +60 -0
  36. pointblank/locales/data/BG/internet.json +19 -0
  37. pointblank/locales/data/BG/misc.json +7 -0
  38. pointblank/locales/data/BG/person.json +40 -0
  39. pointblank/locales/data/BG/text.json +38 -0
  40. pointblank/locales/data/BR/address.json +98 -0
  41. pointblank/locales/data/BR/company.json +65 -0
  42. pointblank/locales/data/BR/internet.json +20 -0
  43. pointblank/locales/data/BR/misc.json +8 -0
  44. pointblank/locales/data/BR/person.json +17 -0
  45. pointblank/locales/data/BR/text.json +35 -0
  46. pointblank/locales/data/CA/address.json +747 -0
  47. pointblank/locales/data/CA/company.json +120 -0
  48. pointblank/locales/data/CA/internet.json +24 -0
  49. pointblank/locales/data/CA/misc.json +11 -0
  50. pointblank/locales/data/CA/person.json +1033 -0
  51. pointblank/locales/data/CA/text.json +58 -0
  52. pointblank/locales/data/CH/address.json +184 -0
  53. pointblank/locales/data/CH/company.json +112 -0
  54. pointblank/locales/data/CH/internet.json +20 -0
  55. pointblank/locales/data/CH/misc.json +10 -0
  56. pointblank/locales/data/CH/person.json +64 -0
  57. pointblank/locales/data/CH/text.json +45 -0
  58. pointblank/locales/data/CL/address.json +71 -0
  59. pointblank/locales/data/CL/company.json +60 -0
  60. pointblank/locales/data/CL/internet.json +19 -0
  61. pointblank/locales/data/CL/misc.json +7 -0
  62. pointblank/locales/data/CL/person.json +38 -0
  63. pointblank/locales/data/CL/text.json +38 -0
  64. pointblank/locales/data/CN/address.json +124 -0
  65. pointblank/locales/data/CN/company.json +76 -0
  66. pointblank/locales/data/CN/internet.json +20 -0
  67. pointblank/locales/data/CN/misc.json +8 -0
  68. pointblank/locales/data/CN/person.json +50 -0
  69. pointblank/locales/data/CN/text.json +38 -0
  70. pointblank/locales/data/CO/address.json +76 -0
  71. pointblank/locales/data/CO/company.json +60 -0
  72. pointblank/locales/data/CO/internet.json +19 -0
  73. pointblank/locales/data/CO/misc.json +7 -0
  74. pointblank/locales/data/CO/person.json +38 -0
  75. pointblank/locales/data/CO/text.json +38 -0
  76. pointblank/locales/data/CY/address.json +62 -0
  77. pointblank/locales/data/CY/company.json +60 -0
  78. pointblank/locales/data/CY/internet.json +19 -0
  79. pointblank/locales/data/CY/misc.json +7 -0
  80. pointblank/locales/data/CY/person.json +38 -0
  81. pointblank/locales/data/CY/text.json +38 -0
  82. pointblank/locales/data/CZ/address.json +70 -0
  83. pointblank/locales/data/CZ/company.json +61 -0
  84. pointblank/locales/data/CZ/internet.json +19 -0
  85. pointblank/locales/data/CZ/misc.json +7 -0
  86. pointblank/locales/data/CZ/person.json +40 -0
  87. pointblank/locales/data/CZ/text.json +38 -0
  88. pointblank/locales/data/DE/address.json +756 -0
  89. pointblank/locales/data/DE/company.json +101 -0
  90. pointblank/locales/data/DE/internet.json +22 -0
  91. pointblank/locales/data/DE/misc.json +11 -0
  92. pointblank/locales/data/DE/person.json +1026 -0
  93. pointblank/locales/data/DE/text.json +50 -0
  94. pointblank/locales/data/DK/address.json +231 -0
  95. pointblank/locales/data/DK/company.json +65 -0
  96. pointblank/locales/data/DK/internet.json +20 -0
  97. pointblank/locales/data/DK/misc.json +7 -0
  98. pointblank/locales/data/DK/person.json +45 -0
  99. pointblank/locales/data/DK/text.json +43 -0
  100. pointblank/locales/data/EE/address.json +69 -0
  101. pointblank/locales/data/EE/company.json +60 -0
  102. pointblank/locales/data/EE/internet.json +19 -0
  103. pointblank/locales/data/EE/misc.json +7 -0
  104. pointblank/locales/data/EE/person.json +39 -0
  105. pointblank/locales/data/EE/text.json +38 -0
  106. pointblank/locales/data/ES/address.json +3086 -0
  107. pointblank/locales/data/ES/company.json +644 -0
  108. pointblank/locales/data/ES/internet.json +25 -0
  109. pointblank/locales/data/ES/misc.json +11 -0
  110. pointblank/locales/data/ES/person.json +488 -0
  111. pointblank/locales/data/ES/text.json +49 -0
  112. pointblank/locales/data/FI/address.json +93 -0
  113. pointblank/locales/data/FI/company.json +65 -0
  114. pointblank/locales/data/FI/internet.json +20 -0
  115. pointblank/locales/data/FI/misc.json +8 -0
  116. pointblank/locales/data/FI/person.json +17 -0
  117. pointblank/locales/data/FI/text.json +35 -0
  118. pointblank/locales/data/FR/address.json +619 -0
  119. pointblank/locales/data/FR/company.json +111 -0
  120. pointblank/locales/data/FR/internet.json +22 -0
  121. pointblank/locales/data/FR/misc.json +11 -0
  122. pointblank/locales/data/FR/person.json +1066 -0
  123. pointblank/locales/data/FR/text.json +50 -0
  124. pointblank/locales/data/GB/address.json +5759 -0
  125. pointblank/locales/data/GB/company.json +131 -0
  126. pointblank/locales/data/GB/internet.json +24 -0
  127. pointblank/locales/data/GB/misc.json +45 -0
  128. pointblank/locales/data/GB/person.json +578 -0
  129. pointblank/locales/data/GB/text.json +61 -0
  130. pointblank/locales/data/GR/address.json +68 -0
  131. pointblank/locales/data/GR/company.json +61 -0
  132. pointblank/locales/data/GR/internet.json +19 -0
  133. pointblank/locales/data/GR/misc.json +7 -0
  134. pointblank/locales/data/GR/person.json +39 -0
  135. pointblank/locales/data/GR/text.json +38 -0
  136. pointblank/locales/data/HK/address.json +79 -0
  137. pointblank/locales/data/HK/company.json +69 -0
  138. pointblank/locales/data/HK/internet.json +19 -0
  139. pointblank/locales/data/HK/misc.json +7 -0
  140. pointblank/locales/data/HK/person.json +42 -0
  141. pointblank/locales/data/HK/text.json +38 -0
  142. pointblank/locales/data/HR/address.json +73 -0
  143. pointblank/locales/data/HR/company.json +60 -0
  144. pointblank/locales/data/HR/internet.json +19 -0
  145. pointblank/locales/data/HR/misc.json +7 -0
  146. pointblank/locales/data/HR/person.json +38 -0
  147. pointblank/locales/data/HR/text.json +38 -0
  148. pointblank/locales/data/HU/address.json +70 -0
  149. pointblank/locales/data/HU/company.json +61 -0
  150. pointblank/locales/data/HU/internet.json +19 -0
  151. pointblank/locales/data/HU/misc.json +7 -0
  152. pointblank/locales/data/HU/person.json +40 -0
  153. pointblank/locales/data/HU/text.json +38 -0
  154. pointblank/locales/data/ID/address.json +68 -0
  155. pointblank/locales/data/ID/company.json +61 -0
  156. pointblank/locales/data/ID/internet.json +19 -0
  157. pointblank/locales/data/ID/misc.json +7 -0
  158. pointblank/locales/data/ID/person.json +40 -0
  159. pointblank/locales/data/ID/text.json +38 -0
  160. pointblank/locales/data/IE/address.json +643 -0
  161. pointblank/locales/data/IE/company.json +140 -0
  162. pointblank/locales/data/IE/internet.json +24 -0
  163. pointblank/locales/data/IE/misc.json +44 -0
  164. pointblank/locales/data/IE/person.json +55 -0
  165. pointblank/locales/data/IE/text.json +60 -0
  166. pointblank/locales/data/IN/address.json +92 -0
  167. pointblank/locales/data/IN/company.json +65 -0
  168. pointblank/locales/data/IN/internet.json +20 -0
  169. pointblank/locales/data/IN/misc.json +8 -0
  170. pointblank/locales/data/IN/person.json +52 -0
  171. pointblank/locales/data/IN/text.json +39 -0
  172. pointblank/locales/data/IS/address.json +63 -0
  173. pointblank/locales/data/IS/company.json +61 -0
  174. pointblank/locales/data/IS/internet.json +19 -0
  175. pointblank/locales/data/IS/misc.json +7 -0
  176. pointblank/locales/data/IS/person.json +44 -0
  177. pointblank/locales/data/IS/text.json +38 -0
  178. pointblank/locales/data/IT/address.json +192 -0
  179. pointblank/locales/data/IT/company.json +137 -0
  180. pointblank/locales/data/IT/internet.json +20 -0
  181. pointblank/locales/data/IT/misc.json +10 -0
  182. pointblank/locales/data/IT/person.json +70 -0
  183. pointblank/locales/data/IT/text.json +44 -0
  184. pointblank/locales/data/JP/address.json +713 -0
  185. pointblank/locales/data/JP/company.json +113 -0
  186. pointblank/locales/data/JP/internet.json +22 -0
  187. pointblank/locales/data/JP/misc.json +10 -0
  188. pointblank/locales/data/JP/person.json +1057 -0
  189. pointblank/locales/data/JP/text.json +51 -0
  190. pointblank/locales/data/KR/address.json +77 -0
  191. pointblank/locales/data/KR/company.json +68 -0
  192. pointblank/locales/data/KR/internet.json +19 -0
  193. pointblank/locales/data/KR/misc.json +7 -0
  194. pointblank/locales/data/KR/person.json +40 -0
  195. pointblank/locales/data/KR/text.json +38 -0
  196. pointblank/locales/data/LT/address.json +66 -0
  197. pointblank/locales/data/LT/company.json +60 -0
  198. pointblank/locales/data/LT/internet.json +19 -0
  199. pointblank/locales/data/LT/misc.json +7 -0
  200. pointblank/locales/data/LT/person.json +42 -0
  201. pointblank/locales/data/LT/text.json +38 -0
  202. pointblank/locales/data/LU/address.json +66 -0
  203. pointblank/locales/data/LU/company.json +60 -0
  204. pointblank/locales/data/LU/internet.json +19 -0
  205. pointblank/locales/data/LU/misc.json +7 -0
  206. pointblank/locales/data/LU/person.json +38 -0
  207. pointblank/locales/data/LU/text.json +38 -0
  208. pointblank/locales/data/LV/address.json +62 -0
  209. pointblank/locales/data/LV/company.json +60 -0
  210. pointblank/locales/data/LV/internet.json +19 -0
  211. pointblank/locales/data/LV/misc.json +7 -0
  212. pointblank/locales/data/LV/person.json +40 -0
  213. pointblank/locales/data/LV/text.json +38 -0
  214. pointblank/locales/data/MT/address.json +61 -0
  215. pointblank/locales/data/MT/company.json +60 -0
  216. pointblank/locales/data/MT/internet.json +19 -0
  217. pointblank/locales/data/MT/misc.json +7 -0
  218. pointblank/locales/data/MT/person.json +38 -0
  219. pointblank/locales/data/MT/text.json +38 -0
  220. pointblank/locales/data/MX/address.json +100 -0
  221. pointblank/locales/data/MX/company.json +65 -0
  222. pointblank/locales/data/MX/internet.json +20 -0
  223. pointblank/locales/data/MX/misc.json +8 -0
  224. pointblank/locales/data/MX/person.json +18 -0
  225. pointblank/locales/data/MX/text.json +39 -0
  226. pointblank/locales/data/NL/address.json +1517 -0
  227. pointblank/locales/data/NL/company.json +133 -0
  228. pointblank/locales/data/NL/internet.json +44 -0
  229. pointblank/locales/data/NL/misc.json +55 -0
  230. pointblank/locales/data/NL/person.json +365 -0
  231. pointblank/locales/data/NL/text.json +210 -0
  232. pointblank/locales/data/NO/address.json +86 -0
  233. pointblank/locales/data/NO/company.json +66 -0
  234. pointblank/locales/data/NO/internet.json +20 -0
  235. pointblank/locales/data/NO/misc.json +8 -0
  236. pointblank/locales/data/NO/person.json +17 -0
  237. pointblank/locales/data/NO/text.json +35 -0
  238. pointblank/locales/data/NZ/address.json +90 -0
  239. pointblank/locales/data/NZ/company.json +65 -0
  240. pointblank/locales/data/NZ/internet.json +20 -0
  241. pointblank/locales/data/NZ/misc.json +8 -0
  242. pointblank/locales/data/NZ/person.json +17 -0
  243. pointblank/locales/data/NZ/text.json +39 -0
  244. pointblank/locales/data/PH/address.json +67 -0
  245. pointblank/locales/data/PH/company.json +61 -0
  246. pointblank/locales/data/PH/internet.json +19 -0
  247. pointblank/locales/data/PH/misc.json +7 -0
  248. pointblank/locales/data/PH/person.json +40 -0
  249. pointblank/locales/data/PH/text.json +38 -0
  250. pointblank/locales/data/PL/address.json +91 -0
  251. pointblank/locales/data/PL/company.json +65 -0
  252. pointblank/locales/data/PL/internet.json +20 -0
  253. pointblank/locales/data/PL/misc.json +8 -0
  254. pointblank/locales/data/PL/person.json +17 -0
  255. pointblank/locales/data/PL/text.json +35 -0
  256. pointblank/locales/data/PT/address.json +90 -0
  257. pointblank/locales/data/PT/company.json +65 -0
  258. pointblank/locales/data/PT/internet.json +20 -0
  259. pointblank/locales/data/PT/misc.json +8 -0
  260. pointblank/locales/data/PT/person.json +17 -0
  261. pointblank/locales/data/PT/text.json +35 -0
  262. pointblank/locales/data/RO/address.json +73 -0
  263. pointblank/locales/data/RO/company.json +61 -0
  264. pointblank/locales/data/RO/internet.json +19 -0
  265. pointblank/locales/data/RO/misc.json +7 -0
  266. pointblank/locales/data/RO/person.json +40 -0
  267. pointblank/locales/data/RO/text.json +38 -0
  268. pointblank/locales/data/RU/address.json +74 -0
  269. pointblank/locales/data/RU/company.json +60 -0
  270. pointblank/locales/data/RU/internet.json +19 -0
  271. pointblank/locales/data/RU/misc.json +7 -0
  272. pointblank/locales/data/RU/person.json +38 -0
  273. pointblank/locales/data/RU/text.json +38 -0
  274. pointblank/locales/data/SE/address.json +247 -0
  275. pointblank/locales/data/SE/company.json +65 -0
  276. pointblank/locales/data/SE/internet.json +20 -0
  277. pointblank/locales/data/SE/misc.json +7 -0
  278. pointblank/locales/data/SE/person.json +45 -0
  279. pointblank/locales/data/SE/text.json +43 -0
  280. pointblank/locales/data/SI/address.json +67 -0
  281. pointblank/locales/data/SI/company.json +60 -0
  282. pointblank/locales/data/SI/internet.json +19 -0
  283. pointblank/locales/data/SI/misc.json +7 -0
  284. pointblank/locales/data/SI/person.json +38 -0
  285. pointblank/locales/data/SI/text.json +38 -0
  286. pointblank/locales/data/SK/address.json +64 -0
  287. pointblank/locales/data/SK/company.json +60 -0
  288. pointblank/locales/data/SK/internet.json +19 -0
  289. pointblank/locales/data/SK/misc.json +7 -0
  290. pointblank/locales/data/SK/person.json +38 -0
  291. pointblank/locales/data/SK/text.json +38 -0
  292. pointblank/locales/data/TR/address.json +105 -0
  293. pointblank/locales/data/TR/company.json +65 -0
  294. pointblank/locales/data/TR/internet.json +20 -0
  295. pointblank/locales/data/TR/misc.json +8 -0
  296. pointblank/locales/data/TR/person.json +17 -0
  297. pointblank/locales/data/TR/text.json +35 -0
  298. pointblank/locales/data/TW/address.json +86 -0
  299. pointblank/locales/data/TW/company.json +69 -0
  300. pointblank/locales/data/TW/internet.json +19 -0
  301. pointblank/locales/data/TW/misc.json +7 -0
  302. pointblank/locales/data/TW/person.json +42 -0
  303. pointblank/locales/data/TW/text.json +38 -0
  304. pointblank/locales/data/US/address.json +996 -0
  305. pointblank/locales/data/US/company.json +131 -0
  306. pointblank/locales/data/US/internet.json +22 -0
  307. pointblank/locales/data/US/misc.json +11 -0
  308. pointblank/locales/data/US/person.json +1092 -0
  309. pointblank/locales/data/US/text.json +56 -0
  310. pointblank/locales/data/_shared/misc.json +42 -0
  311. pointblank/schema.py +339 -2
  312. {pointblank-0.19.0.dist-info → pointblank-0.20.0.dist-info}/METADATA +45 -1
  313. pointblank-0.20.0.dist-info/RECORD +366 -0
  314. {pointblank-0.19.0.dist-info → pointblank-0.20.0.dist-info}/WHEEL +1 -1
  315. pointblank-0.19.0.dist-info/RECORD +0 -59
  316. {pointblank-0.19.0.dist-info → pointblank-0.20.0.dist-info}/entry_points.txt +0 -0
  317. {pointblank-0.19.0.dist-info → pointblank-0.20.0.dist-info}/licenses/LICENSE +0 -0
  318. {pointblank-0.19.0.dist-info → pointblank-0.20.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,60 @@
1
+ {
2
+ "suffixes": [
3
+ "Ltd", "Limited", "PLC", "LLC", "Co.", "Group", "Cyprus", "CY", "Holdings", "Corp."
4
+ ],
5
+ "formats": [
6
+ "{last_name} {suffix}",
7
+ "{adjective} {noun} {suffix}",
8
+ "{adjective} {noun}",
9
+ "{noun} {suffix}"
10
+ ],
11
+ "adjectives": [
12
+ "Cyprus", "Cypriot", "Mediterranean", "Hellenic", "European", "Global", "Premier", "First", "Island",
13
+ "Digital", "Smart", "Dynamic", "United", "Advanced", "New", "Eastern", "Modern", "Golden", "International"
14
+ ],
15
+ "nouns": [
16
+ "Bank", "Shipping", "Energy", "Tourism", "Finance", "Telecom", "Property", "Insurance",
17
+ "Trading", "Maritime", "Investment", "Consulting", "Development", "Holdings", "Construction", "Services", "Tech", "Logistics", "Marine", "Airways"
18
+ ],
19
+ "well_known_companies": [
20
+ {"name": "Bank of Cyprus", "cities": ["Nicosia"]},
21
+ {"name": "Hellenic Bank", "cities": ["Nicosia"]},
22
+ {"name": "Cyprus Airways", "cities": ["Larnaca"]},
23
+ {"name": "CYTA", "cities": ["Nicosia"]},
24
+ {"name": "EAC", "cities": ["Nicosia"]},
25
+ {"name": "Hermes Airports", "cities": ["Larnaca", "Paphos"]},
26
+ {"name": "Petrolina", "cities": ["Limassol"]},
27
+ {"name": "KEAN Soft Drinks", "cities": ["Limassol"]},
28
+ {"name": "Laiki Sporting", "cities": ["Nicosia"]},
29
+ {"name": "Cyprus Cement", "cities": ["Limassol"]},
30
+ {"name": "Vassiliko Cement Works", "cities": ["Limassol"]},
31
+ {"name": "Columbia Shipmanagement", "cities": ["Limassol"]},
32
+ {"name": "Interorient Navigation", "cities": ["Limassol"]},
33
+ {"name": "Forthnet", "cities": ["Nicosia"]},
34
+ {"name": "Leptos Estates", "cities": ["Paphos"]},
35
+ {"name": "Aristo Developers", "cities": ["Paphos"]},
36
+ {"name": "Lordos Hotels", "cities": ["Larnaca"]},
37
+ {"name": "Louis Hotels", "cities": ["Limassol"]},
38
+ {"name": "Photos Photiades Group", "cities": ["Nicosia"]},
39
+ {"name": "KEO", "cities": ["Limassol"]}
40
+ ],
41
+ "jobs": [
42
+ "Software Engineer", "Product Manager", "Data Analyst", "Marketing Manager", "Sales Representative",
43
+ "HR Manager", "Financial Analyst", "Project Manager", "Operations Manager", "UI/UX Designer",
44
+ "Accountant", "Business Analyst", "Customer Service Representative", "Shipping Coordinator", "Tourism Manager",
45
+ "Hotel Manager", "Maritime Officer", "Investment Analyst", "Tax Consultant", "Real Estate Agent",
46
+ "Bank Manager", "Insurance Agent", "Ship Captain", "Pilot", "Property Developer"
47
+ ],
48
+ "catch_phrase_adjectives": [
49
+ "Innovative", "Reliable", "Professional", "Dynamic", "Trusted", "Leading", "Modern", "Sustainable",
50
+ "Customer-focused", "Quality-driven", "European", "Mediterranean"
51
+ ],
52
+ "catch_phrase_nouns": [
53
+ "solutions", "services", "quality", "excellence", "innovation", "value", "partnership", "growth",
54
+ "performance", "reliability", "integrity", "success"
55
+ ],
56
+ "catch_phrase_verbs": [
57
+ "deliver", "create", "build", "provide", "enable", "achieve", "drive", "transform", "empower",
58
+ "connect", "innovate", "lead"
59
+ ]
60
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "free_email_domains": [
3
+ "gmail.com", "hotmail.com", "yahoo.com", "outlook.com", "live.com",
4
+ "cytanet.com.cy", "primehome.com", "logos.cy.net", "spidernet.com.cy", "cablenet.com.cy"
5
+ ],
6
+ "tlds": [
7
+ "cy", "com.cy", "com", "net", "org", "io", "eu", "net.cy"
8
+ ],
9
+ "domain_words": [
10
+ "cyprus", "nicosia", "limassol", "larnaca", "paphos", "mediterranean", "island",
11
+ "tech", "digital", "online", "web", "hellenic", "cypriot"
12
+ ],
13
+ "user_agent_browsers": [
14
+ "Chrome", "Firefox", "Safari", "Edge", "Opera"
15
+ ],
16
+ "user_agent_os": [
17
+ "Windows NT 10.0", "Macintosh; Intel Mac OS X 10_15_7", "X11; Linux x86_64", "iPhone; CPU iPhone OS 15_0", "Android 12"
18
+ ]
19
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "colors": [
3
+ "Red", "Blue", "Green", "Yellow", "Orange", "Purple", "Pink", "Brown", "Black", "White",
4
+ "Gray", "Gold", "Silver", "Maroon", "Navy", "Olive", "Teal", "Aqua", "Coral", "Salmon",
5
+ "Turquoise", "Indigo", "Violet", "Crimson", "Burgundy", "Lavender", "Beige", "Ivory", "Tan", "Khaki"
6
+ ]
7
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "first_names": {
3
+ "male": [
4
+ "Andreas", "Giorgos", "Nikos", "Costas", "Michalis", "Christos", "Panayiotis", "Stelios", "Yiannis", "Marios",
5
+ "Antonis", "Savvas", "Charalambos", "Demetris", "Kyriacos", "Alexandros", "Petros", "Loizos", "Marcos", "Neophytos",
6
+ "Stavros", "Theodoros", "Pavlos", "Vasilis", "Lefteris", "Angelos", "Spyros", "Makis", "Lakis", "Phivos",
7
+ "Nearchos", "Evagoras", "Chrysostomos", "Polyvios", "Adamos", "Lambros", "Sofronis", "Miltiades", "Zenon", "Glafkos",
8
+ "Iacovos", "Cleanthis", "Orestis", "Tasos", "Charis", "Sotiris", "Filippos", "Gregoris", "Aristos", "Dinos",
9
+ "Renos", "Paris", "Achilleas", "Theofilos", "Leontios", "Avgoustinos", "Kyriakos", "Nektarios", "Nikiforos", "Symeon"
10
+ ],
11
+ "female": [
12
+ "Maria", "Eleni", "Anna", "Christina", "Georgia", "Androulla", "Despina", "Ioanna", "Sophia", "Katerina",
13
+ "Anthoulla", "Panayiota", "Maroulla", "Niki", "Stella", "Athena", "Irene", "Loukia", "Chryso", "Eftychia",
14
+ "Anastasia", "Vasiliki", "Dimitra", "Kyriaki", "Theodora", "Stavroulla", "Angeliki", "Evdokia", "Photini", "Eleftheria",
15
+ "Androniki", "Chrystalla", "Xenia", "Paraskevi", "Polyxeni", "Calliope", "Demetra", "Ariadne", "Melina", "Panagiota",
16
+ "Sotiroulla", "Evanthia", "Charoulla", "Myria", "Erato", "Nitsa", "Frosso", "Lella", "Roulla", "Toulla",
17
+ "Marina", "Natalia", "Alexandra", "Elena", "Lia", "Kika", "Rena", "Flora", "Chloe", "Zoe"
18
+ ],
19
+ "neutral": ["Andrea", "Niki", "Charis", "Paris", "Alexis", "Christodoulos", "Alex", "Chris", "Sasha", "Nikki"]
20
+ },
21
+ "last_names": [
22
+ "Papadopoulos", "Georgiou", "Christodoulou", "Ioannou", "Constantinou", "Nicolaou", "Charalambous", "Antoniou", "Michaelidis", "Kyriacou",
23
+ "Petrou", "Loizou", "Demetriou", "Andreou", "Panayiotou", "Savvides", "Stylianou", "Philippou", "Hadjipetrou", "Mavros",
24
+ "Papanicolaou", "Vassiliou", "Economides", "Panayi", "Theodoulou", "Stavrou", "Markides", "Alexandrou", "Soteriou", "Evangelou",
25
+ "Constantinides", "Chrysostomou", "Lambrou", "Charitou", "Pavlou", "Anastasiou", "Komodromos", "Efstathiou", "Gregoriou", "Yiangou",
26
+ "Polycarpou", "Hadjigeorgiou", "Koutsoftas", "Ttofis", "Shiakallis", "Kkolas", "Pitsillides", "Kourris", "Paphitis", "Kleanthous",
27
+ "Odysseos", "Zenios", "Kypri", "Christofi", "Neophytou", "Kyprianou", "Makrides", "Leonidou", "Mavrommatis", "Papacostas"
28
+ ],
29
+ "name_formats": [
30
+ "{first_name} {last_name}"
31
+ ],
32
+ "prefixes": {
33
+ "male": ["Mr.", "Dr.", "Prof.", "Eng."],
34
+ "female": ["Mrs.", "Ms.", "Dr.", "Prof.", "Eng."],
35
+ "neutral": ["Dr.", "Prof.", "Eng."]
36
+ },
37
+ "suffixes": ["PhD", "MBA", "MSc", "BSc"]
38
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "words": [
3
+ "the", "and", "for", "are", "but", "not", "you", "all", "can", "had", "her", "was", "one", "our",
4
+ "out", "day", "get", "has", "him", "his", "how", "its", "may", "new", "now", "old", "see", "two",
5
+ "way", "who", "boy", "did", "own", "say", "she", "too", "use", "time", "very", "when", "come",
6
+ "could", "make", "like", "back", "only", "over", "such", "year", "into", "just", "most", "also",
7
+ "been", "call", "from", "have", "more", "made", "find", "long", "down", "look", "many", "then",
8
+ "them", "well", "would", "about", "after", "being", "could", "first", "great", "little", "might",
9
+ "never", "other", "right", "still", "their", "there", "these", "thing", "think", "those", "three",
10
+ "today", "under", "water", "where", "which", "while", "world", "write", "years"
11
+ ],
12
+ "sentence_patterns": [
13
+ "The {adjective} {noun} {verb} the {adjective} {noun}.",
14
+ "A {noun} {verb} {adverb} in the {noun}.",
15
+ "{noun} {verb} {adverb}."
16
+ ],
17
+ "adjectives": [
18
+ "quick", "brown", "lazy", "fast", "slow", "big", "small", "old", "new", "young",
19
+ "bright", "dark", "loud", "quiet", "hot", "cold", "warm", "cool", "soft", "hard",
20
+ "smooth", "rough", "clean", "dirty", "happy", "sad", "angry", "calm", "brave", "shy",
21
+ "clever", "kind", "rich", "poor", "strong", "weak", "tall", "short", "wide", "narrow"
22
+ ],
23
+ "nouns": [
24
+ "dog", "cat", "bird", "fish", "tree", "house", "car", "book", "table", "chair",
25
+ "door", "window", "road", "river", "mountain", "ocean", "sky", "sun", "moon", "star",
26
+ "cloud", "rain", "wind", "fire", "water", "earth", "stone", "wood", "paper", "money",
27
+ "time", "place", "person", "child", "man", "woman", "friend", "family", "school", "work"
28
+ ],
29
+ "verbs": [
30
+ "runs", "jumps", "walks", "talks", "sees", "hears", "feels", "thinks", "knows", "wants",
31
+ "needs", "likes", "loves", "finds", "gives", "takes", "makes", "says", "tells", "asks",
32
+ "helps", "works", "plays", "reads", "writes", "draws", "sings", "eats", "drinks", "sleeps"
33
+ ],
34
+ "adverbs": [
35
+ "quickly", "slowly", "carefully", "happily", "sadly", "loudly", "quietly", "easily",
36
+ "hardly", "always", "never", "often", "sometimes", "usually", "really", "very", "quite"
37
+ ]
38
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "locations": [
3
+ {"city": "Praha 1", "state": "Hlavni mesto Praha", "state_abbr": "PHA", "postcode_prefix": "110", "lat_min": 50.08, "lat_max": 50.10, "lon_min": 14.41, "lon_max": 14.44},
4
+ {"city": "Praha 2", "state": "Hlavni mesto Praha", "state_abbr": "PHA", "postcode_prefix": "120", "lat_min": 50.07, "lat_max": 50.08, "lon_min": 14.42, "lon_max": 14.45},
5
+ {"city": "Praha 3", "state": "Hlavni mesto Praha", "state_abbr": "PHA", "postcode_prefix": "130", "lat_min": 50.08, "lat_max": 50.10, "lon_min": 14.45, "lon_max": 14.48},
6
+ {"city": "Praha 4", "state": "Hlavni mesto Praha", "state_abbr": "PHA", "postcode_prefix": "140", "lat_min": 50.03, "lat_max": 50.06, "lon_min": 14.42, "lon_max": 14.48},
7
+ {"city": "Praha 5", "state": "Hlavni mesto Praha", "state_abbr": "PHA", "postcode_prefix": "150", "lat_min": 50.05, "lat_max": 50.08, "lon_min": 14.38, "lon_max": 14.42},
8
+ {"city": "Brno", "state": "Jihomoravsky kraj", "state_abbr": "JHM", "postcode_prefix": "602", "lat_min": 49.18, "lat_max": 49.22, "lon_min": 16.58, "lon_max": 16.64},
9
+ {"city": "Ostrava", "state": "Moravskoslezsky kraj", "state_abbr": "MSK", "postcode_prefix": "702", "lat_min": 49.82, "lat_max": 49.86, "lon_min": 18.26, "lon_max": 18.32},
10
+ {"city": "Plzen", "state": "Plzensky kraj", "state_abbr": "PLK", "postcode_prefix": "301", "lat_min": 49.73, "lat_max": 49.76, "lon_min": 13.36, "lon_max": 13.40},
11
+ {"city": "Liberec", "state": "Liberecky kraj", "state_abbr": "LBK", "postcode_prefix": "460", "lat_min": 50.76, "lat_max": 50.78, "lon_min": 15.04, "lon_max": 15.08},
12
+ {"city": "Olomouc", "state": "Olomoucky kraj", "state_abbr": "OLK", "postcode_prefix": "779", "lat_min": 49.59, "lat_max": 49.61, "lon_min": 17.24, "lon_max": 17.28},
13
+ {"city": "Ceske Budejovice", "state": "Jihocesky kraj", "state_abbr": "JHC", "postcode_prefix": "370", "lat_min": 48.97, "lat_max": 48.99, "lon_min": 14.46, "lon_max": 14.50},
14
+ {"city": "Hradec Kralove", "state": "Kralovehradecky kraj", "state_abbr": "HKK", "postcode_prefix": "500", "lat_min": 50.20, "lat_max": 50.22, "lon_min": 15.82, "lon_max": 15.86},
15
+ {"city": "Usti nad Labem", "state": "Ustecky kraj", "state_abbr": "ULK", "postcode_prefix": "400", "lat_min": 50.65, "lat_max": 50.67, "lon_min": 14.02, "lon_max": 14.06},
16
+ {"city": "Pardubice", "state": "Pardubicky kraj", "state_abbr": "PAK", "postcode_prefix": "530", "lat_min": 50.03, "lat_max": 50.05, "lon_min": 15.76, "lon_max": 15.80},
17
+ {"city": "Zlin", "state": "Zlinsky kraj", "state_abbr": "ZLK", "postcode_prefix": "760", "lat_min": 49.22, "lat_max": 49.24, "lon_min": 17.66, "lon_max": 17.70},
18
+ {"city": "Havirov", "state": "Moravskoslezsky kraj", "state_abbr": "MSK", "postcode_prefix": "736", "lat_min": 49.77, "lat_max": 49.79, "lon_min": 18.42, "lon_max": 18.46},
19
+ {"city": "Kladno", "state": "Stredocesky kraj", "state_abbr": "STK", "postcode_prefix": "272", "lat_min": 50.14, "lat_max": 50.16, "lon_min": 14.10, "lon_max": 14.14},
20
+ {"city": "Most", "state": "Ustecky kraj", "state_abbr": "ULK", "postcode_prefix": "434", "lat_min": 50.50, "lat_max": 50.52, "lon_min": 13.62, "lon_max": 13.66},
21
+ {"city": "Karlovy Vary", "state": "Karlovarsky kraj", "state_abbr": "KVK", "postcode_prefix": "360", "lat_min": 50.22, "lat_max": 50.24, "lon_min": 12.86, "lon_max": 12.90},
22
+ {"city": "Jihlava", "state": "Kraj Vysocina", "state_abbr": "VYS", "postcode_prefix": "586", "lat_min": 49.39, "lat_max": 49.41, "lon_min": 15.58, "lon_max": 15.62}
23
+ ],
24
+ "streets_by_city": {
25
+ "Praha 1": ["Vaclavske namesti", "Na Prikope", "Narodni trida", "Celetna", "Karlova", "Parizska", "Dlouha", "Staromestske namesti", "Mostecka", "Mala Strana", "Nerudova", "Trziste", "Thunovska", "Valdstejnska", "Letenska", "Kralovska zahrada", "Hradcanske namesti", "Loretanska", "Pohořelec", "Uvoz"],
26
+ "Praha 2": ["Vinohradska", "Jugoslavska", "Anglicka", "Americka", "Korunni", "Namesti Miru", "Slovenska", "Francouzska", "Italska", "Belgicka", "Rumunska", "Londynska", "Manesova", "Jaromirova", "Jicinska", "Balbinova", "Sokolska", "Jecna", "Lazarska", "Vodickova"],
27
+ "Praha 3": ["Seifertova", "Konevova", "Husitska", "Prokopova", "Rokycanova", "Jiriho z Podebrad", "Namesti Jiriho z Podebrad", "Slezska", "Sudoměřska", "Chlumova", "Tachovske namesti", "Biskupcova", "Ondrickova", "Jagellonska", "Lucemburska", "Lipanska", "Jeseniova", "Olšanska", "Kubelikova", "Havlickovo namesti"],
28
+ "Praha 4": ["Budejovicka", "Pankrac", "Nuselska", "Jeremenkova", "Na Pankraci", "Hvezdova", "Ohradni", "Podolska", "Vrsovicka", "Michle", "Krc", "Branik", "Modřany", "Libuš", "Kunratice", "Chodov", "Haje", "Opatov", "Na Strzi", "Vyskocilova"],
29
+ "Praha 5": ["Plzenska", "Smichovske nabrezi", "Nadrazni", "Stroupeznickeho", "Radlicka", "Jinonická", "Barrandov", "Hlubocepy", "Zlichov", "Kosire", "Motol", "Andel", "Kinského zahrada", "Petřínska", "Újezd", "Kartouzska", "Holeckova", "Matoušova", "Stefanikova", "Vltavska"],
30
+ "Brno": ["Masarykova", "Namesti Svobody", "Ceska", "Kobližná", "Orlí", "Besední", "Husova", "Josefska", "Dominikanske namesti", "Zelny trh", "Petrov", "Mendlovo namesti", "Hybešova", "Lidická", "Kounicova", "Botanická", "Veveří", "Smetanova", "Jezuitská", "Minoritská"],
31
+ "Ostrava": ["Namesti Republiky", "Stodolni", "Nadrazi", "Porubska", "Hlavní třída", "28. října", "Nádražní", "Sokolská třída", "Českobratrská", "Poděbradova", "Smetanovo namesti", "Prívoz", "Vítkovice", "Marianske Hory", "Poruba", "Hrabuvka", "Dubina", "Zabreh", "Bartovice", "Slezska Ostrava"],
32
+ "Plzen": ["Namesti Republiky", "Americka", "Klatovska", "Sady Petatřicátniku", "Bedřicha Smetany", "Presslova", "Borska", "Slovany", "Lochotin", "Doubravka", "Skvrňany", "Bory", "Doudlevce", "Vinice", "Bolevec", "Cernice", "Radcice", "Litice", "Valcha", "Křimice"],
33
+ "Liberec": ["Namesti Dr. E. Benese", "Moskevska", "Prazska", "Jablonecka", "Hanychovska", "Tržní náměstí", "Sokolska", "Felberova", "Rumunska", "Masarykova", "Fügnerova", "Gutenbergova", "5. května", "1. máje", "Zhořelecká", "Nitranská", "Zeyerova", "Jeronýmova", "Husova", "Riegrova"],
34
+ "Olomouc": ["Horni namesti", "Dolni namesti", "8. května", "Trida Svobody", "Denisova", "Palackeho", "Krapkova", "Ztracena", "Zamecnicka", "Ostružnická", "Slovenská", "Hynaisova", "Sokolská", "Univerzitni", "Biskupske namesti", "Marianska", "Kostelni", "Žerotínovo náměstí", "Wurmova", "Dobrovského"],
35
+ "Ceske Budejovice": ["Namesti Premysla Otakara II", "Krajinska", "Piaristicka", "Hroznova", "Kanovnicka", "Ceska", "Biskupska", "Panenska", "U Cerne veze", "Karla IV", "Lannova", "Zizkova", "Na Sadech", "Dukelska", "Pražská třída", "Strakonická", "Mánesova", "Husova třída", "Rudolfovská třída", "Litvínovická"],
36
+ "Hradec Kralove": ["Velke namesti", "Male namesti", "Trida Ceskoslovenske armady", "Gočárova třída", "Resslova", "Palackeho", "Brněnská", "Pražská třída", "Pilnáčkova", "Fortna", "Rokitanského", "Mostecká", "Buzulucká", "Riegrovo náměstí", "Sukovy sady", "Tylovo nábreží", "Labská kotlina", "Moravské Předměstí", "Slezské Předměstí", "Nový Hradec Králové"],
37
+ "Usti nad Labem": ["Mirove namesti", "Masarykova", "Bílinská", "Pařížská", "Dlouhá", "Velká hradební", "Hrnčířská", "Revoluční", "Klíšská", "Střekov", "Krásné Březno", "Severní terasa", "Všebořice", "Bukov", "Neštěmice", "Mojžíř", "Skorotice", "Dobětice", "Předlice", "Vaňov"],
38
+ "Pardubice": ["Pernstynske namesti", "Třída Míru", "Sladkovského", "Smilova", "Zelenobranská", "Bartolomějská", "Kostelní", "Hradební", "Svaté Anežky České", "17. listopadu", "Jiráskova", "Palackého třída", "Jana Palacha", "Pardubičky", "Polabiny", "Cihelna", "Dukla", "Popkovice", "Studánka", "Trnová"],
39
+ "Zlin": ["Namesti Miru", "Třída Tomáše Bati", "Gahurova", "Sokolská", "Bartošova", "Štefánikova", "Mostní", "Osvoboditelů", "Kvítková", "Zarámí", "Moravská", "Dlouhá", "Slovanské náměstí", "Jižní Svahy", "Malenovice", "Kudlov", "Prštné", "Příluky", "Louky", "Lužkovice"],
40
+ "Havirov": ["Dlouhá třída", "Hlavní třída", "Národní třída", "U Lesa", "Mírová", "Školní", "Palackého", "Žákovská", "17. listopadu", "Moskevská", "Šumbark", "Podlesí", "Bludovice", "Dolní Suchá", "Dolní Datyně", "Město", "Životice", "Prostřední Suchá", "Horní Suchá", "Těrlicko"],
41
+ "Kladno": ["Namesti Starosty Pavla", "T. G. Masaryka", "Kročehlavská", "Cyrila Boudy", "Italská", "Slánská", "Štěpánka", "Americká", "Švédská", "Dánská", "Norská", "Finská", "Sportovců", "Vodárenská", "Dubí", "Kročehlavy", "Rozdělov", "Švermov", "Vrapice", "Hnidousy"],
42
+ "Most": ["Namesti 1. máje", "Tržní", "Čsl. armády", "Moskevská", "Pionýrů", "Budovatelů", "1. máje", "Albrechtická", "Javorová", "Lipová", "Zahradní", "Velebudice", "Souš", "Skyřice", "Kopisty", "Komořany", "Čepirohy", "Rudolice", "Pařidla", "Vtelno"],
43
+ "Karlovy Vary": ["T. G. Masaryka", "Lázeňská", "Vřídelní", "Divadelní náměstí", "Zámecký vrch", "Mlýnská", "Tržní", "Stará louka", "Nová louka", "Zahradní", "Moravská", "Sadová", "Dr. Davida Bechera", "Krále Jiřího", "Varšavská", "Slovenská", "Kolmá", "Bulharská", "Rybáře", "Drahovice"],
44
+ "Jihlava": ["Masarykovo namesti", "Benešova", "Brtnická", "Havlíčkova", "Hluboká", "Husova", "Kosmákova", "Křížová", "Palackého", "Tyršova", "Žižkova", "Znojemská", "Hradební", "Matky Boží", "Věžní", "Minoritské náměstí", "Horní", "Dolní", "Fritzova", "Mlýnská"]
45
+ },
46
+ "postcode_format": "### ##",
47
+ "address_formats": [
48
+ "{street} {building_number}, {postcode} {city}",
49
+ "{street} {building_number}, {city} {postcode}",
50
+ "{city}, {street} {building_number}"
51
+ ],
52
+ "country": "Czech Republic",
53
+ "country_code": "CZ",
54
+ "phone_area_codes": {
55
+ "Hlavni mesto Praha": ["2"],
56
+ "Jihomoravsky kraj": ["5"],
57
+ "Moravskoslezsky kraj": ["59"],
58
+ "Plzensky kraj": ["37"],
59
+ "Liberecky kraj": ["48"],
60
+ "Olomoucky kraj": ["58"],
61
+ "Jihocesky kraj": ["38"],
62
+ "Kralovehradecky kraj": ["49"],
63
+ "Ustecky kraj": ["47"],
64
+ "Pardubicky kraj": ["46"],
65
+ "Zlinsky kraj": ["57"],
66
+ "Stredocesky kraj": ["31"],
67
+ "Karlovarsky kraj": ["35"],
68
+ "Kraj Vysocina": ["56"]
69
+ }
70
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "suffixes": [
3
+ "a.s.", "s.r.o.", "k.s.", "v.o.s.", "Group", "Holdings", "Czech", "CZ", "International",
4
+ "Industries", "Solutions", "Services", "Technologies", "Systems"
5
+ ],
6
+ "formats": [
7
+ "{last_name} {suffix}",
8
+ "{adjective} {noun} {suffix}",
9
+ "{adjective} {noun}",
10
+ "{noun} {suffix}"
11
+ ],
12
+ "adjectives": [
13
+ "Czech", "Ceska", "Central", "Euro", "Global", "United", "National", "Premier", "Dynamic", "Modern",
14
+ "Digital", "Smart", "First", "Prime", "Nordic", "Bohemian", "Moravian", "European", "Advanced", "New"
15
+ ],
16
+ "nouns": [
17
+ "Bank", "Telecom", "Energy", "Power", "Gas", "Pharma", "Chemicals", "Electronics", "Engineering",
18
+ "Manufacturing", "Automotive", "Logistics", "Transport", "Trading", "Insurance", "Finance", "Construction", "Foods", "Retail", "Steel"
19
+ ],
20
+ "well_known_companies": [
21
+ {"name": "Skoda Auto", "cities": ["Praha 1", "Mlada Boleslav"]},
22
+ {"name": "CEZ Group", "cities": ["Praha 4", "Ostrava"]},
23
+ {"name": "Agrofert", "cities": ["Praha 3", "Brno"]},
24
+ {"name": "Ceska sporitelna", "cities": ["Praha 4", "Brno", "Ostrava"]},
25
+ {"name": "CSOB", "cities": ["Praha 5", "Brno", "Plzen"]},
26
+ {"name": "Komercni banka", "cities": ["Praha 1", "Brno", "Ostrava"]},
27
+ {"name": "O2 Czech Republic", "cities": ["Praha 4", "Brno"]},
28
+ {"name": "T-Mobile Czech Republic", "cities": ["Praha 4", "Brno"]},
29
+ {"name": "Vodafone Czech Republic", "cities": ["Praha 10", "Brno"]},
30
+ {"name": "Avast Software", "cities": ["Praha 4", "Brno"]},
31
+ {"name": "Kofola", "cities": ["Ostrava", "Brno"]},
32
+ {"name": "Zentiva", "cities": ["Praha 10", "Brno"]},
33
+ {"name": "PPF Group", "cities": ["Praha 4", "Amsterdam"]},
34
+ {"name": "Energeticky a prumyslovy holding", "cities": ["Praha 1", "Ostrava"]},
35
+ {"name": "Metrostav", "cities": ["Praha 8", "Brno"]},
36
+ {"name": "Prazska energetika", "cities": ["Praha 10"]},
37
+ {"name": "Ceske drahy", "cities": ["Praha 1", "Brno", "Ostrava"]},
38
+ {"name": "Linet", "cities": ["Zelevcice", "Praha 4"]},
39
+ {"name": "Pilsner Urquell", "cities": ["Plzen"]},
40
+ {"name": "Budejovicky Budvar", "cities": ["Ceske Budejovice"]}
41
+ ],
42
+ "jobs": [
43
+ "Software Engineer", "Product Manager", "Data Analyst", "Marketing Manager", "Sales Representative",
44
+ "HR Manager", "Financial Analyst", "Project Manager", "Operations Manager", "UI/UX Designer",
45
+ "Frontend Developer", "Backend Developer", "DevOps Engineer", "QA Engineer", "Data Scientist",
46
+ "Accountant", "Business Analyst", "Customer Service Representative", "Logistics Coordinator", "Procurement Specialist",
47
+ "Mechanical Engineer", "Electrical Engineer", "Chemical Engineer", "Production Manager", "Quality Manager"
48
+ ],
49
+ "catch_phrase_adjectives": [
50
+ "Innovative", "Reliable", "Professional", "Dynamic", "Trusted", "Leading", "Modern", "Sustainable",
51
+ "Customer-focused", "Quality-driven", "Excellent", "Advanced", "Strategic", "Premium"
52
+ ],
53
+ "catch_phrase_nouns": [
54
+ "solutions", "services", "quality", "excellence", "innovation", "value", "partnership", "growth",
55
+ "performance", "reliability", "integrity", "success", "results", "commitment"
56
+ ],
57
+ "catch_phrase_verbs": [
58
+ "deliver", "create", "build", "provide", "enable", "achieve", "drive", "transform", "empower",
59
+ "connect", "innovate", "lead", "develop", "optimize", "enhance"
60
+ ]
61
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "free_email_domains": [
3
+ "gmail.com", "seznam.cz", "email.cz", "centrum.cz", "post.cz",
4
+ "volny.cz", "atlas.cz", "hotmail.com", "outlook.com", "yahoo.com"
5
+ ],
6
+ "tlds": [
7
+ "cz", "com", "net", "org", "eu", "io", "co.cz"
8
+ ],
9
+ "domain_words": [
10
+ "czech", "ceska", "prague", "praha", "brno", "bohemia", "moravia", "cechy", "morava",
11
+ "slavia", "tech", "digital", "online", "web", "euro", "central"
12
+ ],
13
+ "user_agent_browsers": [
14
+ "Chrome", "Firefox", "Safari", "Edge", "Opera"
15
+ ],
16
+ "user_agent_os": [
17
+ "Windows NT 10.0", "Macintosh; Intel Mac OS X 10_15_7", "X11; Linux x86_64", "iPhone; CPU iPhone OS 15_0", "Android 12"
18
+ ]
19
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "colors": [
3
+ "Red", "Blue", "Green", "Yellow", "Orange", "Purple", "Pink", "Brown", "Black", "White",
4
+ "Gray", "Gold", "Silver", "Maroon", "Navy", "Olive", "Teal", "Aqua", "Coral", "Salmon",
5
+ "Turquoise", "Indigo", "Violet", "Crimson", "Burgundy", "Lavender", "Beige", "Ivory", "Tan", "Khaki"
6
+ ]
7
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "first_names": {
3
+ "male": [
4
+ "Jan", "Petr", "Jiri", "Josef", "Pavel", "Martin", "Tomas", "Jaroslav", "Miroslav", "Zdenek",
5
+ "Frantisek", "Vaclav", "Karel", "Milan", "Michal", "Lukas", "Ondrej", "Jakub", "David", "Filip",
6
+ "Adam", "Vojtech", "Matej", "Daniel", "Marek", "Radek", "Stanislav", "Roman", "Ladislav", "Vladimir",
7
+ "Ivan", "Libor", "Ales", "Jozef", "Patrik", "Robert", "Richard", "Viktor", "Dominik", "Stepan",
8
+ "Antonin", "Bohumil", "Vlastimil", "Jindrich", "Dusan", "Oldrich", "Radim", "Kamil", "Igor", "Rostislav",
9
+ "Lubomir", "Dalibor", "Bretislav", "Premysl", "Svatopluk", "Vilem", "Emanuel", "Rudolf", "Bedrich", "Leopold"
10
+ ],
11
+ "female": [
12
+ "Marie", "Jana", "Eva", "Hana", "Anna", "Lenka", "Katerina", "Lucie", "Vera", "Alena",
13
+ "Petra", "Veronika", "Jitka", "Martina", "Michaela", "Tereza", "Jaroslava", "Ivana", "Zuzana", "Monika",
14
+ "Barbora", "Marketa", "Klara", "Simona", "Gabriela", "Nikola", "Karolina", "Kristyna", "Pavla", "Denisa",
15
+ "Romana", "Helena", "Irena", "Ludmila", "Dagmar", "Blanka", "Renata", "Daniela", "Sarka", "Andrea",
16
+ "Jarmila", "Bozena", "Milada", "Stanislava", "Drahomira", "Vlasta", "Radka", "Vendula", "Adela", "Natalie",
17
+ "Olga", "Erika", "Kamila", "Silvie", "Zdenka", "Marta", "Jirina", "Emilie", "Libuse", "Kveta"
18
+ ],
19
+ "neutral": ["Alex", "Nikola", "Sasa", "Dominik", "Patrik", "Robin", "Kim", "Dana", "Milan", "Jirka"]
20
+ },
21
+ "last_names": [
22
+ "Novak", "Novakova", "Svoboda", "Svobodova", "Novotny", "Novotna", "Dvorak", "Dvorakova", "Cerny", "Cerna",
23
+ "Prochazka", "Prochazkova", "Kucera", "Kucerova", "Vesely", "Vesela", "Horak", "Horakova", "Nemec", "Nemcova",
24
+ "Marek", "Markova", "Pospisil", "Pospisilova", "Hajek", "Hajkova", "Jelinek", "Jelinkova", "Kral", "Kralova",
25
+ "Ruzicka", "Ruzickova", "Benes", "Benesova", "Fiala", "Fialova", "Sedlacek", "Sedlackova", "Zeman", "Zemanova",
26
+ "Pokorny", "Pokorna", "Kolar", "Kolarova", "Urban", "Urbanova", "Holub", "Holubova", "Vanek", "Vankova",
27
+ "Blaha", "Blahova", "Kopecky", "Kopecka", "Vlcek", "Vlckova", "Maly", "Mala", "Kratky", "Kratka",
28
+ "Kadlec", "Kadlecova", "Bartos", "Bartosova", "Dolezal", "Dolezalova", "Sykora", "Sykorova", "Pavlik", "Pavlikova",
29
+ "Havlicek", "Havlickova", "Hruska", "Hruskova", "Kovar", "Kovarova", "Soukup", "Soukupova", "Polak", "Polakova"
30
+ ],
31
+ "name_formats": [
32
+ "{first_name} {last_name}"
33
+ ],
34
+ "prefixes": {
35
+ "male": ["Pan", "Dr.", "Ing.", "Prof.", "Mgr.", "Bc."],
36
+ "female": ["Pani", "Dr.", "Ing.", "Prof.", "Mgr.", "Bc."],
37
+ "neutral": ["Dr.", "Ing.", "Prof.", "Mgr.", "Bc."]
38
+ },
39
+ "suffixes": ["Ph.D.", "CSc.", "MBA", "DiS."]
40
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "words": [
3
+ "the", "and", "for", "are", "but", "not", "you", "all", "can", "had", "her", "was", "one", "our",
4
+ "out", "day", "get", "has", "him", "his", "how", "its", "may", "new", "now", "old", "see", "two",
5
+ "way", "who", "boy", "did", "own", "say", "she", "too", "use", "time", "very", "when", "come",
6
+ "could", "make", "like", "back", "only", "over", "such", "year", "into", "just", "most", "also",
7
+ "been", "call", "from", "have", "more", "made", "find", "long", "down", "look", "many", "then",
8
+ "them", "well", "would", "about", "after", "being", "could", "first", "great", "little", "might",
9
+ "never", "other", "right", "still", "their", "there", "these", "thing", "think", "those", "three",
10
+ "today", "under", "water", "where", "which", "while", "world", "write", "years"
11
+ ],
12
+ "sentence_patterns": [
13
+ "The {adjective} {noun} {verb} the {adjective} {noun}.",
14
+ "A {noun} {verb} {adverb} in the {noun}.",
15
+ "{noun} {verb} {adverb}."
16
+ ],
17
+ "adjectives": [
18
+ "quick", "brown", "lazy", "fast", "slow", "big", "small", "old", "new", "young",
19
+ "bright", "dark", "loud", "quiet", "hot", "cold", "warm", "cool", "soft", "hard",
20
+ "smooth", "rough", "clean", "dirty", "happy", "sad", "angry", "calm", "brave", "shy",
21
+ "clever", "kind", "rich", "poor", "strong", "weak", "tall", "short", "wide", "narrow"
22
+ ],
23
+ "nouns": [
24
+ "dog", "cat", "bird", "fish", "tree", "house", "car", "book", "table", "chair",
25
+ "door", "window", "road", "river", "mountain", "ocean", "sky", "sun", "moon", "star",
26
+ "cloud", "rain", "wind", "fire", "water", "earth", "stone", "wood", "paper", "money",
27
+ "time", "place", "person", "child", "man", "woman", "friend", "family", "school", "work"
28
+ ],
29
+ "verbs": [
30
+ "runs", "jumps", "walks", "talks", "sees", "hears", "feels", "thinks", "knows", "wants",
31
+ "needs", "likes", "loves", "finds", "gives", "takes", "makes", "says", "tells", "asks",
32
+ "helps", "works", "plays", "reads", "writes", "draws", "sings", "eats", "drinks", "sleeps"
33
+ ],
34
+ "adverbs": [
35
+ "quickly", "slowly", "carefully", "happily", "sadly", "loudly", "quietly", "easily",
36
+ "hardly", "always", "never", "often", "sometimes", "usually", "really", "very", "quite"
37
+ ]
38
+ }