__init__.py 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. # coding=utf-8
  2. from __future__ import unicode_literals
  3. from .. import BaseProvider
  4. localized = True
  5. class Provider(BaseProvider):
  6. formats = (
  7. '{{last_name}} {{company_suffix}}',
  8. '{{last_name}}-{{last_name}}',
  9. '{{last_name}}, {{last_name}} and {{last_name}}'
  10. )
  11. company_suffixes = ('Inc', 'and Sons', 'LLC', 'Group', 'PLC', 'Ltd')
  12. catch_phrase_words = (
  13. ('Adaptive',
  14. 'Advanced',
  15. 'Ameliorated',
  16. 'Assimilated',
  17. 'Automated',
  18. 'Balanced',
  19. 'Business-focused',
  20. 'Centralized',
  21. 'Cloned',
  22. 'Compatible',
  23. 'Configurable',
  24. 'Cross-group',
  25. 'Cross-platform',
  26. 'Customer-focused',
  27. 'Customizable',
  28. 'Decentralized',
  29. 'De-engineered',
  30. 'Devolved',
  31. 'Digitized',
  32. 'Distributed',
  33. 'Diverse',
  34. 'Down-sized',
  35. 'Enhanced',
  36. 'Enterprise-wide',
  37. 'Ergonomic',
  38. 'Exclusive',
  39. 'Expanded',
  40. 'Extended',
  41. 'Face-to-face',
  42. 'Focused',
  43. 'Front-line',
  44. 'Fully-configurable',
  45. 'Function-based',
  46. 'Fundamental',
  47. 'Future-proofed',
  48. 'Grass-roots',
  49. 'Horizontal',
  50. 'Implemented',
  51. 'Innovative',
  52. 'Integrated',
  53. 'Intuitive',
  54. 'Inverse',
  55. 'Managed',
  56. 'Mandatory',
  57. 'Monitored',
  58. 'Multi-channeled',
  59. 'Multi-lateral',
  60. 'Multi-layered',
  61. 'Multi-tiered',
  62. 'Networked',
  63. 'Object-based',
  64. 'Open-architected',
  65. 'Open-source',
  66. 'Operative',
  67. 'Optimized',
  68. 'Optional',
  69. 'Organic',
  70. 'Organized',
  71. 'Persevering',
  72. 'Persistent',
  73. 'Phased',
  74. 'Polarized',
  75. 'Pre-emptive',
  76. 'Proactive',
  77. 'Profit-focused',
  78. 'Profound',
  79. 'Programmable',
  80. 'Progressive',
  81. 'Public-key',
  82. 'Quality-focused',
  83. 'Reactive',
  84. 'Realigned',
  85. 'Re-contextualized',
  86. 'Re-engineered',
  87. 'Reduced',
  88. 'Reverse-engineered',
  89. 'Right-sized',
  90. 'Robust',
  91. 'Seamless',
  92. 'Secured',
  93. 'Self-enabling',
  94. 'Sharable',
  95. 'Stand-alone',
  96. 'Streamlined',
  97. 'Switchable',
  98. 'Synchronized',
  99. 'Synergistic',
  100. 'Synergized',
  101. 'Team-oriented',
  102. 'Total',
  103. 'Triple-buffered',
  104. 'Universal',
  105. 'Up-sized',
  106. 'Upgradable',
  107. 'User-centric',
  108. 'User-friendly',
  109. 'Versatile',
  110. 'Virtual',
  111. 'Visionary',
  112. 'Vision-oriented'),
  113. ('24hour',
  114. '24/7',
  115. '3rdgeneration',
  116. '4thgeneration',
  117. '5thgeneration',
  118. '6thgeneration',
  119. 'actuating',
  120. 'analyzing',
  121. 'asymmetric',
  122. 'asynchronous',
  123. 'attitude-oriented',
  124. 'background',
  125. 'bandwidth-monitored',
  126. 'bi-directional',
  127. 'bifurcated',
  128. 'bottom-line',
  129. 'clear-thinking',
  130. 'client-driven',
  131. 'client-server',
  132. 'coherent',
  133. 'cohesive',
  134. 'composite',
  135. 'context-sensitive',
  136. 'contextually-based',
  137. 'content-based',
  138. 'dedicated',
  139. 'demand-driven',
  140. 'didactic',
  141. 'directional',
  142. 'discrete',
  143. 'disintermediate',
  144. 'dynamic',
  145. 'eco-centric',
  146. 'empowering',
  147. 'encompassing',
  148. 'even-keeled',
  149. 'executive',
  150. 'explicit',
  151. 'exuding',
  152. 'fault-tolerant',
  153. 'foreground',
  154. 'fresh-thinking',
  155. 'full-range',
  156. 'global',
  157. 'grid-enabled',
  158. 'heuristic',
  159. 'high-level',
  160. 'holistic',
  161. 'homogeneous',
  162. 'human-resource',
  163. 'hybrid',
  164. 'impactful',
  165. 'incremental',
  166. 'intangible',
  167. 'interactive',
  168. 'intermediate',
  169. 'leadingedge',
  170. 'local',
  171. 'logistical',
  172. 'maximized',
  173. 'methodical',
  174. 'mission-critical',
  175. 'mobile',
  176. 'modular',
  177. 'motivating',
  178. 'multimedia',
  179. 'multi-state',
  180. 'multi-tasking',
  181. 'national',
  182. 'needs-based',
  183. 'neutral',
  184. 'next generation',
  185. 'non-volatile',
  186. 'object-oriented',
  187. 'optimal',
  188. 'optimizing',
  189. 'radical',
  190. 'real-time',
  191. 'reciprocal',
  192. 'regional',
  193. 'responsive',
  194. 'scalable',
  195. 'secondary',
  196. 'solution-oriented',
  197. 'stable',
  198. 'static',
  199. 'systematic',
  200. 'systemic',
  201. 'system-worthy',
  202. 'tangible',
  203. 'tertiary',
  204. 'transitional',
  205. 'uniform',
  206. 'upward-trending',
  207. 'user-facing',
  208. 'value-added',
  209. 'web-enabled',
  210. 'well-modulated',
  211. 'zero administration',
  212. 'zero-defect',
  213. 'zero tolerance'),
  214. ('ability',
  215. 'access',
  216. 'adapter',
  217. 'algorithm',
  218. 'alliance',
  219. 'analyzer',
  220. 'application',
  221. 'approach',
  222. 'architecture',
  223. 'archive',
  224. 'artificial intelligence',
  225. 'array',
  226. 'attitude',
  227. 'benchmark',
  228. 'budgetary management',
  229. 'capability',
  230. 'capacity',
  231. 'challenge',
  232. 'circuit',
  233. 'collaboration',
  234. 'complexity',
  235. 'concept',
  236. 'conglomeration',
  237. 'contingency',
  238. 'core',
  239. 'customer loyalty',
  240. 'database',
  241. 'data-warehouse',
  242. 'definition',
  243. 'emulation',
  244. 'encoding',
  245. 'encryption',
  246. 'extranet',
  247. 'firmware',
  248. 'flexibility',
  249. 'focus group',
  250. 'forecast',
  251. 'frame',
  252. 'framework',
  253. 'function',
  254. 'functionalities',
  255. 'Graphic Interface',
  256. 'groupware',
  257. 'Graphical User Interface',
  258. 'hardware',
  259. 'help-desk',
  260. 'hierarchy',
  261. 'hub',
  262. 'implementation',
  263. 'info-mediaries',
  264. 'infrastructure',
  265. 'initiative',
  266. 'installation',
  267. 'instruction set',
  268. 'interface',
  269. 'Internet solution',
  270. 'intranet',
  271. 'knowledge user',
  272. 'knowledgebase',
  273. 'Local Area Network',
  274. 'leverage',
  275. 'matrices',
  276. 'matrix',
  277. 'methodology',
  278. 'middleware',
  279. 'migration',
  280. 'model',
  281. 'moderator',
  282. 'monitoring',
  283. 'moratorium',
  284. 'neural-net',
  285. 'open architecture',
  286. 'open system',
  287. 'orchestration',
  288. 'paradigm',
  289. 'parallelism',
  290. 'policy',
  291. 'portal',
  292. 'pricing structure',
  293. 'process improvement',
  294. 'product',
  295. 'productivity',
  296. 'project',
  297. 'projection',
  298. 'protocol',
  299. 'secured line',
  300. 'service-desk',
  301. 'software',
  302. 'solution',
  303. 'standardization',
  304. 'strategy',
  305. 'structure',
  306. 'success',
  307. 'superstructure',
  308. 'support',
  309. 'synergy',
  310. 'system engine',
  311. 'task-force',
  312. 'throughput',
  313. 'time-frame',
  314. 'toolset',
  315. 'utilization',
  316. 'website',
  317. 'workforce'))
  318. bsWords = (
  319. ('implement',
  320. 'utilize',
  321. 'integrate',
  322. 'streamline',
  323. 'optimize',
  324. 'evolve',
  325. 'transform',
  326. 'embrace',
  327. 'enable',
  328. 'orchestrate',
  329. 'leverage',
  330. 'reinvent',
  331. 'aggregate',
  332. 'architect',
  333. 'enhance',
  334. 'incentivize',
  335. 'morph',
  336. 'empower',
  337. 'envisioneer',
  338. 'monetize',
  339. 'harness',
  340. 'facilitate',
  341. 'seize',
  342. 'disintermediate',
  343. 'synergize',
  344. 'strategize',
  345. 'deploy',
  346. 'brand',
  347. 'grow',
  348. 'target',
  349. 'syndicate',
  350. 'synthesize',
  351. 'deliver',
  352. 'mesh',
  353. 'incubate',
  354. 'engage',
  355. 'maximize',
  356. 'benchmark',
  357. 'expedite',
  358. 're-intermediate',
  359. 'whiteboard',
  360. 'visualize',
  361. 'repurpose',
  362. 'innovate',
  363. 'scale',
  364. 'unleash',
  365. 'drive',
  366. 'extend',
  367. 'engineer',
  368. 'revolutionize',
  369. 'generate',
  370. 'exploit',
  371. 'transition',
  372. 'e-enable',
  373. 'iterate',
  374. 'cultivate',
  375. 'matrix',
  376. 'productize',
  377. 'redefine',
  378. 're-contextualize'),
  379. ('clicks-and-mortar',
  380. 'value-added',
  381. 'vertical',
  382. 'proactive',
  383. 'robust',
  384. 'revolutionary',
  385. 'scalable',
  386. 'leading-edge',
  387. 'innovative',
  388. 'intuitive',
  389. 'strategic',
  390. 'e-business',
  391. 'mission-critical',
  392. 'sticky',
  393. 'one-to-one',
  394. '24/7',
  395. 'end-to-end',
  396. 'global',
  397. 'B2B',
  398. 'B2C',
  399. 'granular',
  400. 'frictionless',
  401. 'virtual',
  402. 'viral',
  403. 'dynamic',
  404. '24/365',
  405. 'best-of-breed',
  406. 'killer',
  407. 'magnetic',
  408. 'bleeding-edge',
  409. 'web-enabled',
  410. 'interactive',
  411. 'dot-com',
  412. 'sexy',
  413. 'back-end',
  414. 'real-time',
  415. 'efficient',
  416. 'front-end',
  417. 'distributed',
  418. 'seamless',
  419. 'extensible',
  420. 'turn-key',
  421. 'world-class',
  422. 'open-source',
  423. 'cross-platform',
  424. 'cross-media',
  425. 'synergistic',
  426. 'bricks-and-clicks',
  427. 'out-of-the-box',
  428. 'enterprise',
  429. 'integrated',
  430. 'impactful',
  431. 'wireless',
  432. 'transparent',
  433. 'next-generation',
  434. 'cutting-edge',
  435. 'user-centric',
  436. 'visionary',
  437. 'customized',
  438. 'ubiquitous',
  439. 'plug-and-play',
  440. 'collaborative',
  441. 'compelling',
  442. 'holistic',
  443. 'rich'),
  444. ('synergies',
  445. 'web-readiness',
  446. 'paradigms',
  447. 'markets',
  448. 'partnerships',
  449. 'infrastructures',
  450. 'platforms',
  451. 'initiatives',
  452. 'channels',
  453. 'eyeballs',
  454. 'communities',
  455. 'ROI',
  456. 'solutions',
  457. 'e-tailers',
  458. 'e-services',
  459. 'action-items',
  460. 'portals',
  461. 'niches',
  462. 'technologies',
  463. 'content',
  464. 'vortals',
  465. 'supply-chains',
  466. 'convergence',
  467. 'relationships',
  468. 'architectures',
  469. 'interfaces',
  470. 'e-markets',
  471. 'e-commerce',
  472. 'systems',
  473. 'bandwidth',
  474. 'info-mediaries',
  475. 'models',
  476. 'mindshare',
  477. 'deliverables',
  478. 'users',
  479. 'schemas',
  480. 'networks',
  481. 'applications',
  482. 'metrics',
  483. 'e-business',
  484. 'functionalities',
  485. 'experiences',
  486. 'web services',
  487. 'methodologies'))
  488. def company(self):
  489. """
  490. :example 'Acme Ltd'
  491. """
  492. pattern = self.random_element(self.formats)
  493. return self.generator.parse(pattern)
  494. def company_suffix(self):
  495. """
  496. :example 'Ltd'
  497. """
  498. return self.random_element(self.company_suffixes)
  499. def catch_phrase(self):
  500. """
  501. :example 'Robust full-range hub'
  502. """
  503. result = []
  504. for word_list in self.catch_phrase_words:
  505. result.append(self.random_element(word_list))
  506. return " ".join(result)
  507. def bs(self):
  508. """
  509. :example 'integrate extensible convergence'
  510. """
  511. result = []
  512. for word_list in self.bsWords:
  513. result.append(self.random_element(word_list))
  514. return " ".join(result)