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,83 @@
1
+ {
2
+ "locations": [
3
+ {"city": "Sydney", "state": "New South Wales", "state_abbr": "NSW", "postcode_prefix": "2000", "lat_min": -33.92, "lat_max": -33.82, "lon_min": 151.15, "lon_max": 151.25},
4
+ {"city": "Melbourne", "state": "Victoria", "state_abbr": "VIC", "postcode_prefix": "3000", "lat_min": -37.85, "lat_max": -37.75, "lon_min": 144.95, "lon_max": 145.05},
5
+ {"city": "Brisbane", "state": "Queensland", "state_abbr": "QLD", "postcode_prefix": "4000", "lat_min": -27.50, "lat_max": -27.40, "lon_min": 153.00, "lon_max": 153.10},
6
+ {"city": "Perth", "state": "Western Australia", "state_abbr": "WA", "postcode_prefix": "6000", "lat_min": -31.98, "lat_max": -31.88, "lon_min": 115.82, "lon_max": 115.92},
7
+ {"city": "Adelaide", "state": "South Australia", "state_abbr": "SA", "postcode_prefix": "5000", "lat_min": -34.98, "lat_max": -34.88, "lon_min": 138.55, "lon_max": 138.65},
8
+ {"city": "Gold Coast", "state": "Queensland", "state_abbr": "QLD", "postcode_prefix": "4217", "lat_min": -28.05, "lat_max": -27.95, "lon_min": 153.40, "lon_max": 153.50},
9
+ {"city": "Newcastle", "state": "New South Wales", "state_abbr": "NSW", "postcode_prefix": "2300", "lat_min": -32.95, "lat_max": -32.85, "lon_min": 151.75, "lon_max": 151.85},
10
+ {"city": "Canberra", "state": "Australian Capital Territory", "state_abbr": "ACT", "postcode_prefix": "2600", "lat_min": -35.32, "lat_max": -35.22, "lon_min": 149.10, "lon_max": 149.20},
11
+ {"city": "Wollongong", "state": "New South Wales", "state_abbr": "NSW", "postcode_prefix": "2500", "lat_min": -34.48, "lat_max": -34.38, "lon_min": 150.85, "lon_max": 150.95},
12
+ {"city": "Hobart", "state": "Tasmania", "state_abbr": "TAS", "postcode_prefix": "7000", "lat_min": -42.92, "lat_max": -42.82, "lon_min": 147.30, "lon_max": 147.40},
13
+ {"city": "Geelong", "state": "Victoria", "state_abbr": "VIC", "postcode_prefix": "3220", "lat_min": -38.18, "lat_max": -38.08, "lon_min": 144.35, "lon_max": 144.45},
14
+ {"city": "Townsville", "state": "Queensland", "state_abbr": "QLD", "postcode_prefix": "4810", "lat_min": -19.30, "lat_max": -19.20, "lon_min": 146.78, "lon_max": 146.88},
15
+ {"city": "Cairns", "state": "Queensland", "state_abbr": "QLD", "postcode_prefix": "4870", "lat_min": -16.95, "lat_max": -16.85, "lon_min": 145.75, "lon_max": 145.85},
16
+ {"city": "Darwin", "state": "Northern Territory", "state_abbr": "NT", "postcode_prefix": "0800", "lat_min": -12.50, "lat_max": -12.40, "lon_min": 130.82, "lon_max": 130.92},
17
+ {"city": "Toowoomba", "state": "Queensland", "state_abbr": "QLD", "postcode_prefix": "4350", "lat_min": -27.60, "lat_max": -27.50, "lon_min": 151.93, "lon_max": 152.03},
18
+ {"city": "Ballarat", "state": "Victoria", "state_abbr": "VIC", "postcode_prefix": "3350", "lat_min": -37.60, "lat_max": -37.50, "lon_min": 143.82, "lon_max": 143.92},
19
+ {"city": "Bendigo", "state": "Victoria", "state_abbr": "VIC", "postcode_prefix": "3550", "lat_min": -36.80, "lat_max": -36.70, "lon_min": 144.25, "lon_max": 144.35},
20
+ {"city": "Launceston", "state": "Tasmania", "state_abbr": "TAS", "postcode_prefix": "7250", "lat_min": -41.48, "lat_max": -41.38, "lon_min": 147.12, "lon_max": 147.22},
21
+ {"city": "Mackay", "state": "Queensland", "state_abbr": "QLD", "postcode_prefix": "4740", "lat_min": -21.20, "lat_max": -21.10, "lon_min": 149.15, "lon_max": 149.25},
22
+ {"city": "Rockhampton", "state": "Queensland", "state_abbr": "QLD", "postcode_prefix": "4700", "lat_min": -23.42, "lat_max": -23.32, "lon_min": 150.48, "lon_max": 150.58},
23
+ {"city": "Bunbury", "state": "Western Australia", "state_abbr": "WA", "postcode_prefix": "6230", "lat_min": -33.38, "lat_max": -33.28, "lon_min": 115.62, "lon_max": 115.72},
24
+ {"city": "Bundaberg", "state": "Queensland", "state_abbr": "QLD", "postcode_prefix": "4670", "lat_min": -24.92, "lat_max": -24.82, "lon_min": 152.32, "lon_max": 152.42},
25
+ {"city": "Wagga Wagga", "state": "New South Wales", "state_abbr": "NSW", "postcode_prefix": "2650", "lat_min": -35.15, "lat_max": -35.05, "lon_min": 147.35, "lon_max": 147.45},
26
+ {"city": "Albury", "state": "New South Wales", "state_abbr": "NSW", "postcode_prefix": "2640", "lat_min": -36.12, "lat_max": -36.02, "lon_min": 146.88, "lon_max": 146.98},
27
+ {"city": "Maitland", "state": "New South Wales", "state_abbr": "NSW", "postcode_prefix": "2320", "lat_min": -32.78, "lat_max": -32.68, "lon_min": 151.52, "lon_max": 151.62},
28
+ {"city": "Sunshine Coast", "state": "Queensland", "state_abbr": "QLD", "postcode_prefix": "4558", "lat_min": -26.72, "lat_max": -26.62, "lon_min": 153.08, "lon_max": 153.18},
29
+ {"city": "Fremantle", "state": "Western Australia", "state_abbr": "WA", "postcode_prefix": "6160", "lat_min": -32.08, "lat_max": -31.98, "lon_min": 115.73, "lon_max": 115.83},
30
+ {"city": "Parramatta", "state": "New South Wales", "state_abbr": "NSW", "postcode_prefix": "2150", "lat_min": -33.85, "lat_max": -33.75, "lon_min": 151.00, "lon_max": 151.10},
31
+ {"city": "Mandurah", "state": "Western Australia", "state_abbr": "WA", "postcode_prefix": "6210", "lat_min": -32.58, "lat_max": -32.48, "lon_min": 115.70, "lon_max": 115.80},
32
+ {"city": "Orange", "state": "New South Wales", "state_abbr": "NSW", "postcode_prefix": "2800", "lat_min": -33.32, "lat_max": -33.22, "lon_min": 149.08, "lon_max": 149.18}
33
+ ],
34
+ "streets_by_city": {
35
+ "Sydney": ["George Street", "Pitt Street", "Elizabeth Street", "Market Street", "King Street", "Oxford Street", "Crown Street", "William Street", "Liverpool Street", "Sussex Street"],
36
+ "Melbourne": ["Collins Street", "Bourke Street", "Swanston Street", "Flinders Street", "Elizabeth Street", "Spencer Street", "King Street", "Queen Street", "William Street", "Lonsdale Street"],
37
+ "Brisbane": ["Queen Street", "Adelaide Street", "Edward Street", "Albert Street", "George Street", "Ann Street", "Turbot Street", "Roma Street", "Creek Street", "Mary Street"],
38
+ "Perth": ["Hay Street", "Murray Street", "Wellington Street", "St Georges Terrace", "Barrack Street", "William Street", "Beaufort Street", "Adelaide Terrace", "Stirling Street", "James Street"],
39
+ "Adelaide": ["Rundle Street", "Hindley Street", "North Terrace", "King William Street", "Grenfell Street", "Currie Street", "Grote Street", "Gouger Street", "Waymouth Street", "Franklin Street"],
40
+ "Gold Coast": ["Cavill Avenue", "Surfers Paradise Boulevard", "Gold Coast Highway", "Orchid Avenue", "Elkhorn Avenue", "Nerang Street", "Bundall Road", "Broadbeach Boulevard", "Marine Parade", "Palm Beach Avenue"],
41
+ "Newcastle": ["Hunter Street", "King Street", "Scott Street", "Bolton Street", "Darby Street", "Beaumont Street", "Tudor Street", "Watt Street", "Perkins Street", "Pacific Street"],
42
+ "Canberra": ["London Circuit", "Northbourne Avenue", "Commonwealth Avenue", "Kings Avenue", "Constitution Avenue", "Vernon Circle", "Marcus Clarke Street", "Akuna Street", "Bunda Street", "Garema Place"],
43
+ "Wollongong": ["Crown Street", "Keira Street", "Church Street", "Market Street", "Smith Street", "Corrimal Street", "Burelli Street", "Stewart Street", "Gladstone Avenue", "Harbour Street"],
44
+ "Hobart": ["Elizabeth Street", "Liverpool Street", "Murray Street", "Collins Street", "Macquarie Street", "Davey Street", "Sandy Bay Road", "Harrington Street", "Argyle Street", "Campbell Street"],
45
+ "Geelong": ["Moorabool Street", "Ryrie Street", "Malop Street", "Little Malop Street", "Gheringhap Street", "Yarra Street", "Brougham Street", "McKillop Street", "Mercer Street", "Fenwick Street"],
46
+ "Townsville": ["Flinders Street", "Sturt Street", "Palmer Street", "Stanley Street", "Denham Street", "Walker Street", "Eyre Street", "Wickham Street", "Ross River Road", "Charters Towers Road"],
47
+ "Cairns": ["Shields Street", "Abbott Street", "Lake Street", "Grafton Street", "Spence Street", "Florence Street", "Sheridan Street", "McLeod Street", "Aplin Street", "Hartley Street"],
48
+ "Darwin": ["Mitchell Street", "Smith Street", "Cavenagh Street", "Knuckey Street", "Bennett Street", "Woods Street", "Daly Street", "Litchfield Street", "McMinn Street", "Lindsay Street"],
49
+ "Toowoomba": ["Ruthven Street", "Margaret Street", "Russell Street", "Neil Street", "James Street", "Herries Street", "Victoria Street", "Bridge Street", "Annand Street", "Bell Street"],
50
+ "Ballarat": ["Sturt Street", "Lydiard Street", "Mair Street", "Dana Street", "Bridge Street", "Armstrong Street", "Doveton Street", "Albert Street", "Camp Street", "Grenville Street"],
51
+ "Bendigo": ["Pall Mall", "Mitchell Street", "Williamson Street", "Hargreaves Street", "View Street", "McCrae Street", "Bull Street", "Queen Street", "Forest Street", "High Street"],
52
+ "Launceston": ["Brisbane Street", "St John Street", "Charles Street", "George Street", "Cameron Street", "Paterson Street", "Wellington Street", "Frederick Street", "York Street", "Cimitiere Street"],
53
+ "Mackay": ["Victoria Street", "Sydney Street", "Wood Street", "Gordon Street", "Shakespeare Street", "Alfred Street", "Nelson Street", "Gregory Street", "Tennyson Street", "Milton Street"],
54
+ "Rockhampton": ["East Street", "Denham Street", "Fitzroy Street", "Bolsover Street", "William Street", "Archer Street", "Derby Street", "Kent Street", "Alma Street", "Albert Street"],
55
+ "Bunbury": ["Victoria Street", "Spencer Street", "Stephen Street", "Stirling Street", "Prinsep Street", "Symmons Street", "Wellington Street", "Blair Street", "Clifton Street", "Arthur Street"],
56
+ "Bundaberg": ["Bourbong Street", "Barolin Street", "Targo Street", "Tantitha Street", "Woongarra Street", "Quay Street", "Maryborough Street", "Takalvan Street", "Electra Street", "Crofton Street"],
57
+ "Wagga Wagga": ["Baylis Street", "Fitzmaurice Street", "Morgan Street", "Gurwood Street", "Johnston Street", "Forsyth Street", "Tarcutta Street", "Morrow Street", "Peter Street", "Trail Street"],
58
+ "Albury": ["Dean Street", "Kiewa Street", "Olive Street", "Townsend Street", "David Street", "Smollett Street", "Wilson Street", "Swift Street", "Young Street", "Wodonga Place"],
59
+ "Maitland": ["High Street", "Church Street", "Hunter Street", "Elgin Street", "Ken Tubman Drive", "New England Highway", "Les Darcy Drive", "Cessnock Road", "Mitchell Drive", "Banks Street"],
60
+ "Sunshine Coast": ["Ocean Street", "Bulcock Street", "First Avenue", "Mooloolaba Esplanade", "Alexandra Parade", "Duporth Avenue", "Brisbane Road", "Nicklin Way", "Sugar Road", "Aerodrome Road"],
61
+ "Fremantle": ["High Street", "Market Street", "South Terrace", "Queen Street", "Adelaide Street", "Pakenham Street", "Phillimore Street", "Marine Terrace", "Essex Street", "Cliff Street"],
62
+ "Parramatta": ["Church Street", "Macquarie Street", "George Street", "Phillip Street", "Marsden Street", "Smith Street", "Argyle Street", "O'Connell Street", "Wilde Avenue", "Fennell Street"],
63
+ "Mandurah": ["Pinjarra Road", "Mandurah Terrace", "Sholl Street", "Ormsby Terrace", "Tuckey Street", "Smart Street", "Dower Street", "Hall Street", "Leslie Street", "Cooper Street"],
64
+ "Orange": ["Summer Street", "Byng Street", "Lords Place", "Sale Street", "Anson Street", "Kite Street", "March Street", "Hill Street", "Clinton Street", "McNamara Street"]
65
+ },
66
+ "postcode_format": "####",
67
+ "address_formats": [
68
+ "{building_number} {street}, {city} {state_abbr} {postcode}",
69
+ "Unit {unit}/{building_number} {street}, {city} {state_abbr} {postcode}"
70
+ ],
71
+ "country": "Australia",
72
+ "country_code": "AU",
73
+ "phone_area_codes": {
74
+ "New South Wales": ["02"],
75
+ "Victoria": ["03"],
76
+ "Queensland": ["07"],
77
+ "Western Australia": ["08"],
78
+ "South Australia": ["08"],
79
+ "Tasmania": ["03"],
80
+ "Australian Capital Territory": ["02"],
81
+ "Northern Territory": ["08"]
82
+ }
83
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "suffixes": ["Pty Ltd", "Ltd", "Group", "Holdings", "Australia"],
3
+ "formats": [
4
+ "{last_name} {suffix}",
5
+ "{adjective} {noun} {suffix}",
6
+ "{noun} {suffix}",
7
+ "{last_name} & {last_name} {suffix}"
8
+ ],
9
+ "adjectives": [
10
+ "Australian", "National", "Central", "Pacific", "New",
11
+ "Modern", "International", "Regional", "Global", "Digital",
12
+ "Innovative", "Green", "Premium", "Elite", "Professional",
13
+ "Smart", "Creative", "Dynamic", "Strategic", "Southern"
14
+ ],
15
+ "nouns": [
16
+ "Technology", "Industries", "Trading", "Construction", "Property",
17
+ "Energy", "Finance", "Insurance", "Consulting", "Logistics",
18
+ "Pharmaceuticals", "Media", "IT", "Services", "Solutions",
19
+ "Systems", "Investments", "Holdings", "Partners", "Group"
20
+ ],
21
+ "well_known_companies": [
22
+ {"name": "BHP", "cities": ["Melbourne"]},
23
+ {"name": "Commonwealth Bank", "cities": ["Sydney"]},
24
+ {"name": "CSL", "cities": ["Melbourne"]},
25
+ {"name": "Westpac", "cities": ["Sydney"]},
26
+ {"name": "NAB", "cities": ["Melbourne"]},
27
+ {"name": "ANZ", "cities": ["Melbourne"]},
28
+ {"name": "Woolworths", "cities": ["Sydney"]},
29
+ {"name": "Wesfarmers", "cities": ["Perth"]},
30
+ {"name": "Macquarie Group", "cities": ["Sydney"]},
31
+ {"name": "Telstra", "cities": ["Melbourne"]},
32
+ {"name": "Rio Tinto", "cities": ["Melbourne"]},
33
+ {"name": "Fortescue Metals", "cities": ["Perth"]},
34
+ {"name": "Woodside", "cities": ["Perth"]},
35
+ {"name": "Transurban", "cities": ["Melbourne"]},
36
+ {"name": "Coles", "cities": ["Melbourne"]},
37
+ {"name": "Qantas", "cities": ["Sydney"]},
38
+ {"name": "Atlassian", "cities": ["Sydney"]},
39
+ {"name": "Canva", "cities": ["Sydney"]},
40
+ {"name": "Afterpay", "cities": ["Melbourne"]},
41
+ {"name": "Bluescope Steel", "cities": ["Wollongong"]}
42
+ ],
43
+ "jobs": [
44
+ "Software Developer", "Engineer", "Teacher", "Nurse", "Doctor",
45
+ "Lawyer", "Architect", "Designer", "Journalist", "Consultant",
46
+ "Accountant", "Sales Representative", "Project Manager", "Director", "Real Estate Agent",
47
+ "Electrician", "Carpenter", "Mechanic", "Chef", "Waiter",
48
+ "Police Officer", "Firefighter", "Hairdresser", "Dentist", "Physiotherapist"
49
+ ],
50
+ "catch_phrase_adjectives": [
51
+ "innovative", "sustainable", "professional", "dynamic", "creative",
52
+ "efficient", "reliable", "modern", "Australian", "green",
53
+ "quality", "global", "local", "smart", "digital"
54
+ ],
55
+ "catch_phrase_nouns": [
56
+ "solutions", "services", "quality", "innovation", "growth",
57
+ "partnership", "results", "values", "collaboration", "future",
58
+ "technology", "design", "strategy", "development", "success"
59
+ ],
60
+ "catch_phrase_verbs": [
61
+ "creates", "delivers", "develops", "drives", "builds",
62
+ "shapes", "inspires", "connects", "strengthens", "transforms",
63
+ "optimises", "achieves", "enables", "ensures", "promotes"
64
+ ]
65
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "free_email_domains": [
3
+ "gmail.com", "outlook.com", "hotmail.com", "yahoo.com.au", "icloud.com",
4
+ "bigpond.com", "optusnet.com.au", "live.com.au", "internode.on.net", "tpg.com.au",
5
+ "protonmail.com", "mail.com", "fastmail.com.au", "ozemail.com.au", "dodo.com.au"
6
+ ],
7
+ "tlds": ["au", "com", "com.au", "net.au", "org.au"],
8
+ "domain_words": [
9
+ "aussie", "australia", "pacific", "tech", "digital",
10
+ "web", "net", "online", "data", "cloud",
11
+ "smart", "sydney", "melbourne", "brisbane", "southern"
12
+ ],
13
+ "user_agent_browsers": [
14
+ "Chrome", "Firefox", "Safari", "Edge", "Opera"
15
+ ],
16
+ "user_agent_os": [
17
+ "Windows NT 10.0", "Windows NT 11.0", "Macintosh; Intel Mac OS X 10_15_7",
18
+ "Macintosh; Intel Mac OS X 11_6", "X11; Linux x86_64", "X11; Ubuntu; Linux x86_64"
19
+ ]
20
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "colors": [
3
+ "red", "blue", "green", "yellow", "orange",
4
+ "purple", "pink", "brown", "black", "white",
5
+ "grey", "turquoise", "navy", "maroon", "beige",
6
+ "gold", "silver", "bronze", "coral", "lavender"
7
+ ]
8
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "first_names": {
3
+ "male": ["James", "John", "William", "David", "Michael", "Daniel", "Matthew", "Joshua", "Thomas", "Andrew", "Christopher", "Jack", "Oliver", "Noah", "Liam", "Ethan", "Lucas", "Mason", "Logan", "Alexander", "Benjamin", "Jacob", "Henry", "Sebastian", "Ryan", "Nathan", "Samuel", "Harrison", "Lachlan", "Cooper", "Charlie", "Max", "Oscar", "Archie", "Leo", "Hunter", "Riley", "Isaac", "Finn", "Harry"],
4
+ "female": ["Emma", "Olivia", "Charlotte", "Mia", "Amelia", "Ava", "Sophia", "Grace", "Lily", "Chloe", "Emily", "Isabella", "Sophie", "Ella", "Zoe", "Harper", "Ruby", "Willow", "Ivy", "Sienna", "Evelyn", "Isla", "Scarlett", "Matilda", "Aria", "Georgia", "Layla", "Hannah", "Lucy", "Maddison", "Audrey", "Violet", "Hazel", "Ellie", "Piper", "Mackenzie", "Alice", "Eva", "Savannah", "Penelope"],
5
+ "neutral": ["Alex", "Jordan", "Taylor", "Riley", "Casey", "Jamie", "Morgan", "Quinn", "Avery", "Hayden"]
6
+ },
7
+ "last_names": ["Smith", "Jones", "Williams", "Brown", "Wilson", "Taylor", "Johnson", "White", "Martin", "Anderson", "Thompson", "Nguyen", "Thomas", "Walker", "Harris", "Lee", "Ryan", "Robinson", "Kelly", "King", "Davis", "Wright", "Evans", "Roberts", "Green", "Hall", "Wood", "Jackson", "Clarke", "Baker", "Mitchell", "Campbell", "Turner", "Scott", "Collins", "Morris", "Hill", "Ward", "Murphy", "Cooper"],
8
+ "name_formats": [
9
+ "{first_name} {last_name}"
10
+ ],
11
+ "prefixes": {
12
+ "male": ["Mr", "Dr"],
13
+ "female": ["Ms", "Mrs", "Dr"],
14
+ "neutral": ["Dr"]
15
+ },
16
+ "suffixes": ["Jr", "Sr", "OAM", "AM", "AO", "AC"]
17
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "words": [
3
+ "and", "in", "of", "to", "for", "the", "not", "that", "is", "how",
4
+ "yes", "but", "what", "this", "that", "after", "from", "also", "already", "more",
5
+ "be", "have", "about", "can", "still", "only", "he", "she", "we", "you",
6
+ "they", "here", "there", "now", "when", "where", "why", "which", "what", "this"
7
+ ],
8
+ "sentence_patterns": [
9
+ "{adjective} {noun} {verb} {adverb}.",
10
+ "The {noun} is {adjective}.",
11
+ "We {verb} {adverb} to the {noun}.",
12
+ "He {verb} the {adjective} {noun}.",
13
+ "She {verb} {adverb}."
14
+ ],
15
+ "adjectives": [
16
+ "good", "big", "small", "new", "old", "young", "tall", "long", "short", "wide",
17
+ "narrow", "thick", "thin", "heavy", "light", "fast", "slow", "early", "late", "warm",
18
+ "cold", "wet", "dry", "hard", "soft", "strong", "weak", "rich", "poor", "happy"
19
+ ],
20
+ "nouns": [
21
+ "house", "car", "boat", "mountain", "lake", "forest", "city", "country", "road", "street",
22
+ "man", "woman", "child", "time", "day", "year", "week", "month", "work", "school",
23
+ "book", "table", "chair", "door", "window", "roof", "floor", "wall", "room", "kitchen"
24
+ ],
25
+ "verbs": [
26
+ "be", "have", "do", "say", "go", "come", "see", "take", "give", "find",
27
+ "know", "think", "believe", "become", "get", "want", "can", "must", "stand", "sit",
28
+ "lie", "cook", "eat", "drink", "sleep", "speak", "listen", "read", "write", "work"
29
+ ],
30
+ "adverbs": [
31
+ "well", "badly", "quickly", "slowly", "early", "late", "always", "never", "often", "rarely",
32
+ "sometimes", "here", "there", "home", "outside", "inside", "above", "below", "forward", "back",
33
+ "together", "alone", "now", "soon", "immediately", "just", "already", "still", "maybe", "certainly"
34
+ ]
35
+ }
@@ -0,0 +1,225 @@
1
+ {
2
+ "locations": [
3
+ {"city": "Bruxelles", "exonym": "Brussels", "state": "Bruxelles-Capitale", "state_abbr": "BRU", "postcode_prefix": "1000", "lat_min": 50.80, "lat_max": 50.90, "lon_min": 4.30, "lon_max": 4.45},
4
+ {"city": "Antwerp", "state": "Antwerp", "state_abbr": "ANT", "postcode_prefix": "2000", "lat_min": 51.18, "lat_max": 51.26, "lon_min": 4.36, "lon_max": 4.46},
5
+ {"city": "Ghent", "state": "East Flanders", "state_abbr": "OVL", "postcode_prefix": "9000", "lat_min": 51.02, "lat_max": 51.08, "lon_min": 3.68, "lon_max": 3.78},
6
+ {"city": "Charleroi", "state": "Hainaut", "state_abbr": "HAI", "postcode_prefix": "6000", "lat_min": 50.38, "lat_max": 50.44, "lon_min": 4.40, "lon_max": 4.50},
7
+ {"city": "Liège", "state": "Liège", "state_abbr": "LIE", "postcode_prefix": "4000", "lat_min": 50.60, "lat_max": 50.68, "lon_min": 5.52, "lon_max": 5.62},
8
+ {"city": "Bruges", "state": "West Flanders", "state_abbr": "WVL", "postcode_prefix": "8000", "lat_min": 51.18, "lat_max": 51.24, "lon_min": 3.20, "lon_max": 3.28},
9
+ {"city": "Namur", "state": "Namur", "state_abbr": "NAM", "postcode_prefix": "5000", "lat_min": 50.44, "lat_max": 50.50, "lon_min": 4.82, "lon_max": 4.92},
10
+ {"city": "Leuven", "state": "Flemish Brabant", "state_abbr": "VBR", "postcode_prefix": "3000", "lat_min": 50.86, "lat_max": 50.92, "lon_min": 4.68, "lon_max": 4.74},
11
+ {"city": "Mons", "state": "Hainaut", "state_abbr": "HAI", "postcode_prefix": "7000", "lat_min": 50.44, "lat_max": 50.48, "lon_min": 3.92, "lon_max": 4.00},
12
+ {"city": "Mechelen", "state": "Antwerp", "state_abbr": "ANT", "postcode_prefix": "2800", "lat_min": 51.02, "lat_max": 51.06, "lon_min": 4.46, "lon_max": 4.52},
13
+ {"city": "Aalst", "state": "East Flanders", "state_abbr": "OVL", "postcode_prefix": "9300", "lat_min": 50.92, "lat_max": 50.96, "lon_min": 4.02, "lon_max": 4.08},
14
+ {"city": "Hasselt", "state": "Limburg", "state_abbr": "LIM", "postcode_prefix": "3500", "lat_min": 50.92, "lat_max": 50.96, "lon_min": 5.32, "lon_max": 5.38},
15
+ {"city": "Kortrijk", "state": "West Flanders", "state_abbr": "WVL", "postcode_prefix": "8500", "lat_min": 50.82, "lat_max": 50.86, "lon_min": 3.26, "lon_max": 3.32},
16
+ {"city": "Sint-Niklaas", "state": "East Flanders", "state_abbr": "OVL", "postcode_prefix": "9100", "lat_min": 51.14, "lat_max": 51.18, "lon_min": 4.12, "lon_max": 4.18},
17
+ {"city": "Ostend", "state": "West Flanders", "state_abbr": "WVL", "postcode_prefix": "8400", "lat_min": 51.20, "lat_max": 51.24, "lon_min": 2.88, "lon_max": 2.94},
18
+ {"city": "Tournai", "state": "Hainaut", "state_abbr": "HAI", "postcode_prefix": "7500", "lat_min": 50.60, "lat_max": 50.64, "lon_min": 3.38, "lon_max": 3.44},
19
+ {"city": "Genk", "state": "Limburg", "state_abbr": "LIM", "postcode_prefix": "3600", "lat_min": 50.96, "lat_max": 51.00, "lon_min": 5.48, "lon_max": 5.54},
20
+ {"city": "Seraing", "state": "Liège", "state_abbr": "LIE", "postcode_prefix": "4100", "lat_min": 50.58, "lat_max": 50.62, "lon_min": 5.48, "lon_max": 5.54},
21
+ {"city": "Roeselare", "state": "West Flanders", "state_abbr": "WVL", "postcode_prefix": "8800", "lat_min": 50.94, "lat_max": 50.98, "lon_min": 3.12, "lon_max": 3.18},
22
+ {"city": "Verviers", "state": "Liège", "state_abbr": "LIE", "postcode_prefix": "4800", "lat_min": 50.58, "lat_max": 50.62, "lon_min": 5.84, "lon_max": 5.90},
23
+ {"city": "Mouscron", "state": "Hainaut", "state_abbr": "HAI", "postcode_prefix": "7700", "lat_min": 50.72, "lat_max": 50.76, "lon_min": 3.20, "lon_max": 3.26},
24
+ {"city": "Beveren", "state": "East Flanders", "state_abbr": "OVL", "postcode_prefix": "9120", "lat_min": 51.20, "lat_max": 51.24, "lon_min": 4.24, "lon_max": 4.30},
25
+ {"city": "Dendermonde", "state": "East Flanders", "state_abbr": "OVL", "postcode_prefix": "9200", "lat_min": 51.02, "lat_max": 51.06, "lon_min": 4.08, "lon_max": 4.14},
26
+ {"city": "Beringen", "state": "Limburg", "state_abbr": "LIM", "postcode_prefix": "3580", "lat_min": 51.04, "lat_max": 51.08, "lon_min": 5.20, "lon_max": 5.26},
27
+ {"city": "Turnhout", "state": "Antwerp", "state_abbr": "ANT", "postcode_prefix": "2300", "lat_min": 51.30, "lat_max": 51.34, "lon_min": 4.94, "lon_max": 5.00},
28
+ {"city": "Arlon", "state": "Luxembourg", "state_abbr": "LUX", "postcode_prefix": "6700", "lat_min": 49.68, "lat_max": 49.72, "lon_min": 5.80, "lon_max": 5.86},
29
+ {"city": "Wavre", "state": "Walloon Brabant", "state_abbr": "WBR", "postcode_prefix": "1300", "lat_min": 50.70, "lat_max": 50.74, "lon_min": 4.58, "lon_max": 4.64},
30
+ {"city": "Ypres", "state": "West Flanders", "state_abbr": "WVL", "postcode_prefix": "8900", "lat_min": 50.84, "lat_max": 50.88, "lon_min": 2.86, "lon_max": 2.92},
31
+ {"city": "Binche", "state": "Hainaut", "state_abbr": "HAI", "postcode_prefix": "7130", "lat_min": 50.40, "lat_max": 50.44, "lon_min": 4.14, "lon_max": 4.20},
32
+ {"city": "Eupen", "state": "Liège", "state_abbr": "LIE", "postcode_prefix": "4700", "lat_min": 50.62, "lat_max": 50.66, "lon_min": 6.02, "lon_max": 6.08}
33
+ ],
34
+ "streets_by_city": {
35
+ "Bruxelles": [
36
+ "Rue de la Loi", "Avenue Louise", "Boulevard Anspach", "Rue Neuve", "Grand-Place",
37
+ "Rue du Marché aux Herbes", "Rue Royale", "Boulevard du Jardin Botanique", "Rue de Flandre",
38
+ "Rue Antoine Dansaert", "Avenue de la Toison d'Or", "Rue du Midi", "Place Rogier",
39
+ "Rue des Colonies", "Boulevard du Régent", "Rue Haute", "Rue Blaes", "Rue de Namur",
40
+ "Chaussée de Wavre", "Avenue de Tervueren"
41
+ ],
42
+ "Antwerp": [
43
+ "Meir", "Grote Markt", "Groenplaats", "Nationalestraat", "Schuttershofstraat",
44
+ "Kammenstraat", "Huidevettersstraat", "Kloosterstraat", "Leopoldstraat", "Frankrijklei",
45
+ "Keyserlei", "De Keyserlei", "Lange Nieuwstraat", "Korte Gasthuisstraat", "Hopland",
46
+ "Sint-Katelijnevest", "Amerikalei", "Britselei", "Italiëlei", "Turnhoutsebaan"
47
+ ],
48
+ "Ghent": [
49
+ "Korenmarkt", "Veldstraat", "Sint-Baafsplein", "Graslei", "Korenlei",
50
+ "Vrijdagmarkt", "Sint-Pietersnieuwstraat", "Overpoortstraat", "Coupure", "Kouter",
51
+ "Nederkouter", "Vlaanderenstraat", "Brabantdam", "Vogelmarkt", "Groentenmarkt",
52
+ "Sleepstraat", "Dendermondsesteenweg", "Brugsesteenweg", "Antwerpsesteenweg", "Land van Waaslaan"
53
+ ],
54
+ "Charleroi": [
55
+ "Boulevard Tirou", "Rue de la Montagne", "Place Charles II", "Rue de Marcinelle",
56
+ "Boulevard Audent", "Rue du Collège", "Boulevard Jacques Bertrand", "Rue de Dampremy",
57
+ "Boulevard Defontaine", "Rue de la Station", "Rue de Marchienne", "Place du Manège",
58
+ "Rue du Grand Central", "Boulevard Joseph II", "Rue Léon Bernus"
59
+ ],
60
+ "Liège": [
61
+ "Place Saint-Lambert", "Rue Féronstrée", "Rue Pont d'Avroy", "Rue de la Cathédrale",
62
+ "Boulevard d'Avroy", "Rue Saint-Gilles", "Quai de la Batte", "Rue Hors-Château",
63
+ "Place du Marché", "Rue Vinâve d'Île", "Boulevard de la Sauvenière", "Rue Léopold",
64
+ "Rue de l'Université", "Quai sur Meuse", "Rue des Guillemins"
65
+ ],
66
+ "Bruges": [
67
+ "Markt", "Burg", "Steenstraat", "Noordzandstraat", "Zuidzandstraat",
68
+ "Vlamingstraat", "Langestraat", "Smedenstraat", "Katelijnestraat", "Sint-Jakobsstraat",
69
+ "Wollestraat", "Breidelstraat", "Philipstockstraat", "Hoogstraat", "Ezelstraat",
70
+ "Gentpoortstraat", "Kruisvest", "Langerei", "Predikherenrei", "Rozenhoedkaai"
71
+ ],
72
+ "Namur": [
73
+ "Rue de Fer", "Place d'Armes", "Rue de l'Ange", "Rue de Bruxelles", "Rue Saint-Jacques",
74
+ "Boulevard Mélot", "Place de la Station", "Rue de Marchovelette", "Rue Godefroid",
75
+ "Place du Théâtre", "Rue Émile Cuvelier", "Rue de la Croix", "Avenue de la Gare",
76
+ "Chaussée de Louvain", "Rue du Collège"
77
+ ],
78
+ "Leuven": [
79
+ "Grote Markt", "Bondgenotenlaan", "Diestsestraat", "Naamsestraat", "Tiensestraat",
80
+ "Brusselsestraat", "Parkstraat", "Vaartstraat", "Schapenstraat", "Parijsstraat",
81
+ "Mechelsestraat", "Vismarkt", "Oude Markt", "Margarethaplein", "Sint-Michielsstraat",
82
+ "Savoyestraat", "Blijde Inkomststraat", "Minderbroedersstraat", "Krakenstraat", "Muntstraat"
83
+ ],
84
+ "Mons": [
85
+ "Grand-Place", "Rue de la Chaussée", "Rue de Nimy", "Rue d'Havré", "Rue des Clercs",
86
+ "Rue de la Coupe", "Boulevard Dolez", "Rue des Fripiers", "Place du Parc",
87
+ "Rue du Hautbois", "Boulevard Charles Quint", "Rue de la Grande Triperie", "Rue du Miroir",
88
+ "Rue Neuve", "Rue des Telliers"
89
+ ],
90
+ "Mechelen": [
91
+ "Grote Markt", "IJzerenleen", "Bruul", "Hoogstraat", "Befferstraat",
92
+ "Onze-Lieve-Vrouwestraat", "Korenmarkt", "Graaf van Egmontstraat", "Keizerstraat",
93
+ "Frederik de Merodestraat", "Hanswijkstraat", "Goswin de Stassartstraat", "Veemarkt",
94
+ "Haverwerf", "Guldenstraat"
95
+ ],
96
+ "Aalst": [
97
+ "Grote Markt", "Nieuwstraat", "Kerkstraat", "Kattestraat", "Molenstraat",
98
+ "Stationsstraat", "Albert Liénartstraat", "Parklaan", "Gentsesteenweg", "Brusselsesteenweg",
99
+ "Ledebaan", "Esplanadeplein", "Vredeplein", "Arbeidstraat", "Korte Zoutstraat"
100
+ ],
101
+ "Hasselt": [
102
+ "Grote Markt", "Hoogstraat", "Maastrichterstraat", "Aldestraat", "Kapelstraat",
103
+ "Demerstraat", "Havermarkt", "Fruitmarkt", "Badderijstraat", "Zuivelmarkt",
104
+ "Koning Albertstraat", "Leopoldplein", "Kolonel Dusartplein", "Kuringersteenweg", "Genkersteenweg"
105
+ ],
106
+ "Kortrijk": [
107
+ "Grote Markt", "Lange Steenstraat", "Korte Steenstraat", "Voorstraat", "Rijselsestraat",
108
+ "Doorniksestraat", "Leiestraat", "Veemarkt", "Sint-Jansstraat", "Budastraat",
109
+ "Groeningestraat", "Begijnhofstraat", "Kapucijnenstraat", "Graanmarkt", "Dam"
110
+ ],
111
+ "Sint-Niklaas": [
112
+ "Grote Markt", "Stationsstraat", "Ankerstraat", "Nieuwstraat", "Houtbriel",
113
+ "Parkstraat", "Kokkelbeekstraat", "Driekoningenstraat", "Hospitaalstraat", "Truweelstraat",
114
+ "Mercatorstraat", "Prins Albertstraat", "Parklaan", "Plezantstraat", "Vijfstraten"
115
+ ],
116
+ "Ostend": [
117
+ "Kapellestraat", "Adolf Buylstraat", "Langestraat", "Vlaanderenstraat", "Alfons Pieterslaan",
118
+ "Leopold II-laan", "Albert I-promenade", "Visserskaai", "Vindictivelaan", "Torhoutsesteenweg",
119
+ "Nieuwpoortsesteenweg", "Koningstraat", "Christinastraat", "Van Iseghemlaan", "Hendrik Serruyslaan"
120
+ ],
121
+ "Tournai": [
122
+ "Grand-Place", "Rue Royale", "Rue des Chapeliers", "Rue Saint-Martin", "Rue de la Tête d'Or",
123
+ "Quai Dumon", "Rue de Marvis", "Rue Perdue", "Place Crombez", "Rue Gallait",
124
+ "Rue de Courtrai", "Vieux Marché aux Poteries", "Rue de la Wallonie", "Rue des Maux",
125
+ "Rue du Cygne"
126
+ ],
127
+ "Genk": [
128
+ "Stationsstraat", "Europalaan", "Rootenstraat", "Vennestraat", "Hoevenzavellaan",
129
+ "Weg naar As", "André Dumontlaan", "Grotestraat", "Hasseltweg", "Nieuwstraat",
130
+ "C-Mine", "Bochtlaan", "Collegelaan", "Zonneweeldelaan", "Jaarbeurslaan"
131
+ ],
132
+ "Seraing": [
133
+ "Rue Cockerill", "Rue de la Boverie", "Rue Ferrer", "Avenue du Centenaire",
134
+ "Rue de l'Industrie", "Rue Jean Jaurès", "Quai Sadoine", "Rue de la Province",
135
+ "Rue Puits-Marie", "Rue du Chêne", "Rue de Boncelles", "Boulevard Pasteur",
136
+ "Rue du Val", "Rue Haute", "Rue Large"
137
+ ],
138
+ "Roeselare": [
139
+ "Grote Markt", "Ooststraat", "Sint-Amandsstraat", "Noordstraat", "Zuidstraat",
140
+ "Manestraat", "Botermarkt", "Hendrik Consciencestraat", "Ardooisesteenweg", "Brugsesteenweg",
141
+ "Meensesteenweg", "Koning Albert I-laan", "Mandellaan", "Beversesteenweg", "Iepersestraat"
142
+ ],
143
+ "Verviers": [
144
+ "Place Verte", "Rue de la Concorde", "Rue Crapaurue", "Rue du Brou", "Rue Xhavée",
145
+ "Rue de la Station", "Rue Spintay", "Rue du Collège", "Place du Martyr", "Rue de Hodimont",
146
+ "Rue de Dison", "Rue Haut-Pont", "Rue de Limbourg", "Rue de Stembert", "Rue Saucy"
147
+ ],
148
+ "Mouscron": [
149
+ "Grand-Place", "Rue de la Station", "Rue du Château", "Rue de Tourcoing", "Rue du Gaz",
150
+ "Rue de Courtrai", "Avenue Royale", "Rue de Lille", "Rue du Nouveau Monde",
151
+ "Boulevard des Alliés", "Rue Saint-Pierre", "Rue du Commerce", "Place du Beffroi",
152
+ "Rue de la Marlière", "Rue de Menin"
153
+ ],
154
+ "Beveren": [
155
+ "Grote Markt", "Kerkstraat", "Gravenplein", "Stationsstraat", "Gentseweg",
156
+ "Vrasenestraat", "Doornstraat", "Nieuwstraat", "Oude Zandstraat", "Hoogstraat",
157
+ "Molenstraat", "Heirweg", "Vleeshouwersstraat", "Donkvijverstraat", "Scheldekant"
158
+ ],
159
+ "Dendermonde": [
160
+ "Grote Markt", "Kerkstraat", "Vlasmarkt", "Brusselsestraat", "Bogaerdstraat",
161
+ "Leopoldlaan", "Oude Vest", "Noordlaan", "Sint-Gillislaan", "Gentsesteenweg",
162
+ "Mechelsesteenweg", "Dijkstraat", "Oude Dender", "Franz Courtensstraat", "Lindanusstraat"
163
+ ],
164
+ "Beringen": [
165
+ "Markt", "Koolmijnlaan", "Stationsstraat", "Hasseltsesteenweg", "Paalsesteenweg",
166
+ "Koerselsesteenweg", "Beverlosteenweg", "Diestersteenweg", "Scheigoorstraat", "Pastorijstraat",
167
+ "Kerkstraat", "Schoolstraat", "Berkenlaan", "Mijnwerkerslaan", "Koerselsedijk"
168
+ ],
169
+ "Turnhout": [
170
+ "Grote Markt", "Gasthuisstraat", "Mermansstraat", "Herentalsstraat", "Korte Gasthuisstraat",
171
+ "Otterstraat", "Patersstraat", "Warandestraat", "Steenweg op Gierle", "Steenweg op Zevendonk",
172
+ "Parklaan", "De Merodelei", "Rubensstraat", "Begijnenstraat", "Victorieplein"
173
+ ],
174
+ "Arlon": [
175
+ "Grand-Place", "Rue de la Gare", "Rue des Faubourgs", "Rue Paul Reuter", "Rue de Diekirch",
176
+ "Avenue de la Gare", "Rue de Bastogne", "Rue Godefroid Kurth", "Place Léopold",
177
+ "Rue des Martyrs", "Rue de Mersch", "Grand-Rue", "Rue de Neufchâteau", "Rue du Palais de Justice",
178
+ "Avenue de Longwy"
179
+ ],
180
+ "Wavre": [
181
+ "Place Cardinal Bentick", "Rue de Bruxelles", "Rue de Namur", "Rue du Commerce",
182
+ "Rue du Pont du Christ", "Place Bosch", "Rue de l'Ermitage", "Rue Haute",
183
+ "Rue de la Station", "Boulevard de l'Europe", "Chaussée de Louvain", "Rue des Fontaines",
184
+ "Rue Charles Sambon", "Rue de Nivelles", "Avenue Einstein"
185
+ ],
186
+ "Ypres": [
187
+ "Grote Markt", "Rijselstraat", "Boterstraat", "Diksmuidestraat", "Tempelstraat",
188
+ "Meensestraat", "Kauwekijnstraat", "Elverdingestraat", "Lange Torhoutstraat",
189
+ "Korte Torhoutstraat", "Surmont de Volsbergestraat", "Menenstraat", "Boomgaardstraat",
190
+ "D'Hondtstraat", "Rijselseweg"
191
+ ],
192
+ "Binche": [
193
+ "Grand-Place", "Rue de Mons", "Rue Saint-Jacques", "Rue de Robiano", "Rue de Bruxelles",
194
+ "Avenue Charles Deliège", "Rue du Pont de Pierre", "Rue de la Triperie",
195
+ "Avenue Marie-José", "Rue de la Station", "Rue de l'Indépendance", "Rue de Charleroi",
196
+ "Rue des Pastures", "Rue du Moulin", "Rue du Cerisier"
197
+ ],
198
+ "Eupen": [
199
+ "Marktplatz", "Klötzerbahn", "Haasstraße", "Gospertstraße", "Bergstraße",
200
+ "Aachener Straße", "Vervierser Straße", "Hookstraße", "Rathausplatz", "Neustraße",
201
+ "Kaperberg", "Rotenberg", "Judenstraße", "Kirchstraße", "Werthplatz"
202
+ ]
203
+ },
204
+ "postcode_format": "####",
205
+ "address_formats": [
206
+ "{street} {building_number}, {postcode} {city}",
207
+ "{street} {building_number}, bus {unit}, {postcode} {city}",
208
+ "{street} {building_number}, {postcode} {city}, {state}"
209
+ ],
210
+ "country": "Belgium",
211
+ "country_code": "BE",
212
+ "phone_area_codes": {
213
+ "Bruxelles-Capitale": ["02"],
214
+ "Antwerp": ["03"],
215
+ "East Flanders": ["09"],
216
+ "Hainaut": ["064", "065", "067", "069", "071"],
217
+ "Liège": ["04"],
218
+ "West Flanders": ["050", "051", "056", "057", "058", "059"],
219
+ "Namur": ["081", "082", "083", "084", "085"],
220
+ "Flemish Brabant": ["010", "011", "012", "013", "014", "015", "016"],
221
+ "Limburg": ["011", "012", "013", "089"],
222
+ "Luxembourg": ["061", "063", "084", "086"],
223
+ "Walloon Brabant": ["010", "067"]
224
+ }
225
+ }