blob: 9a8719ce68cd10b82a718d8c78717c4813de2091 [file] [log] [blame]
Tarek Ziade1231a4e2011-05-19 13:07:25 +02001"""Temporary helper for create."""
2
3# XXX get the list from PyPI and cache it instead of hardcoding
4
5# XXX see if it would be more useful to store it as another structure
6# than a list of strings
7
8all_classifiers = [
9'Development Status :: 1 - Planning',
10'Development Status :: 2 - Pre-Alpha',
11'Development Status :: 3 - Alpha',
12'Development Status :: 4 - Beta',
13'Development Status :: 5 - Production/Stable',
14'Development Status :: 6 - Mature',
15'Development Status :: 7 - Inactive',
16'Environment :: Console',
17'Environment :: Console :: Curses',
18'Environment :: Console :: Framebuffer',
19'Environment :: Console :: Newt',
20'Environment :: Console :: svgalib',
21"Environment :: Handhelds/PDA's",
22'Environment :: MacOS X',
23'Environment :: MacOS X :: Aqua',
24'Environment :: MacOS X :: Carbon',
25'Environment :: MacOS X :: Cocoa',
26'Environment :: No Input/Output (Daemon)',
27'Environment :: Other Environment',
28'Environment :: Plugins',
29'Environment :: Web Environment',
30'Environment :: Web Environment :: Buffet',
31'Environment :: Web Environment :: Mozilla',
32'Environment :: Web Environment :: ToscaWidgets',
33'Environment :: Win32 (MS Windows)',
34'Environment :: X11 Applications',
35'Environment :: X11 Applications :: Gnome',
36'Environment :: X11 Applications :: GTK',
37'Environment :: X11 Applications :: KDE',
38'Environment :: X11 Applications :: Qt',
39'Framework :: BFG',
40'Framework :: Buildout',
41'Framework :: Chandler',
42'Framework :: CubicWeb',
43'Framework :: Django',
44'Framework :: IDLE',
45'Framework :: Paste',
46'Framework :: Plone',
47'Framework :: Pylons',
48'Framework :: Setuptools Plugin',
49'Framework :: Trac',
50'Framework :: TurboGears',
51'Framework :: TurboGears :: Applications',
52'Framework :: TurboGears :: Widgets',
53'Framework :: Twisted',
54'Framework :: ZODB',
55'Framework :: Zope2',
56'Framework :: Zope3',
57'Intended Audience :: Customer Service',
58'Intended Audience :: Developers',
59'Intended Audience :: Education',
60'Intended Audience :: End Users/Desktop',
61'Intended Audience :: Financial and Insurance Industry',
62'Intended Audience :: Healthcare Industry',
63'Intended Audience :: Information Technology',
64'Intended Audience :: Legal Industry',
65'Intended Audience :: Manufacturing',
66'Intended Audience :: Other Audience',
67'Intended Audience :: Religion',
68'Intended Audience :: Science/Research',
69'Intended Audience :: System Administrators',
70'Intended Audience :: Telecommunications Industry',
71'License :: Aladdin Free Public License (AFPL)',
72'License :: DFSG approved',
73'License :: Eiffel Forum License (EFL)',
74'License :: Free For Educational Use',
75'License :: Free For Home Use',
76'License :: Free for non-commercial use',
77'License :: Freely Distributable',
78'License :: Free To Use But Restricted',
79'License :: Freeware',
80'License :: Netscape Public License (NPL)',
81'License :: Nokia Open Source License (NOKOS)',
82'License :: OSI Approved',
83'License :: OSI Approved :: Academic Free License (AFL)',
84'License :: OSI Approved :: Apache Software License',
85'License :: OSI Approved :: Apple Public Source License',
86'License :: OSI Approved :: Artistic License',
87'License :: OSI Approved :: Attribution Assurance License',
88'License :: OSI Approved :: BSD License',
89'License :: OSI Approved :: Common Public License',
90'License :: OSI Approved :: Eiffel Forum License',
91'License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0)',
92'License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)',
93'License :: OSI Approved :: GNU Affero General Public License v3',
94'License :: OSI Approved :: GNU Free Documentation License (FDL)',
95'License :: OSI Approved :: GNU General Public License (GPL)',
96'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
97'License :: OSI Approved :: IBM Public License',
98'License :: OSI Approved :: Intel Open Source License',
99'License :: OSI Approved :: ISC License (ISCL)',
100'License :: OSI Approved :: Jabber Open Source License',
101'License :: OSI Approved :: MIT License',
102'License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)',
103'License :: OSI Approved :: Motosoto License',
104'License :: OSI Approved :: Mozilla Public License 1.0 (MPL)',
105'License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)',
106'License :: OSI Approved :: Nethack General Public License',
107'License :: OSI Approved :: Nokia Open Source License',
108'License :: OSI Approved :: Open Group Test Suite License',
109'License :: OSI Approved :: Python License (CNRI Python License)',
110'License :: OSI Approved :: Python Software Foundation License',
111'License :: OSI Approved :: Qt Public License (QPL)',
112'License :: OSI Approved :: Ricoh Source Code Public License',
113'License :: OSI Approved :: Sleepycat License',
114'License :: OSI Approved :: Sun Industry Standards Source License (SISSL)',
115'License :: OSI Approved :: Sun Public License',
116'License :: OSI Approved :: University of Illinois/NCSA Open Source License',
117'License :: OSI Approved :: Vovida Software License 1.0',
118'License :: OSI Approved :: W3C License',
119'License :: OSI Approved :: X.Net License',
120'License :: OSI Approved :: zlib/libpng License',
121'License :: OSI Approved :: Zope Public License',
122'License :: Other/Proprietary License',
123'License :: Public Domain',
124'License :: Repoze Public License',
125'Natural Language :: Afrikaans',
126'Natural Language :: Arabic',
127'Natural Language :: Bengali',
128'Natural Language :: Bosnian',
129'Natural Language :: Bulgarian',
130'Natural Language :: Catalan',
131'Natural Language :: Chinese (Simplified)',
132'Natural Language :: Chinese (Traditional)',
133'Natural Language :: Croatian',
134'Natural Language :: Czech',
135'Natural Language :: Danish',
136'Natural Language :: Dutch',
137'Natural Language :: English',
138'Natural Language :: Esperanto',
139'Natural Language :: Finnish',
140'Natural Language :: French',
141'Natural Language :: German',
142'Natural Language :: Greek',
143'Natural Language :: Hebrew',
144'Natural Language :: Hindi',
145'Natural Language :: Hungarian',
146'Natural Language :: Icelandic',
147'Natural Language :: Indonesian',
148'Natural Language :: Italian',
149'Natural Language :: Japanese',
150'Natural Language :: Javanese',
151'Natural Language :: Korean',
152'Natural Language :: Latin',
153'Natural Language :: Latvian',
154'Natural Language :: Macedonian',
155'Natural Language :: Malay',
156'Natural Language :: Marathi',
157'Natural Language :: Norwegian',
158'Natural Language :: Panjabi',
159'Natural Language :: Persian',
160'Natural Language :: Polish',
161'Natural Language :: Portuguese',
162'Natural Language :: Portuguese (Brazilian)',
163'Natural Language :: Romanian',
164'Natural Language :: Russian',
165'Natural Language :: Serbian',
166'Natural Language :: Slovak',
167'Natural Language :: Slovenian',
168'Natural Language :: Spanish',
169'Natural Language :: Swedish',
170'Natural Language :: Tamil',
171'Natural Language :: Telugu',
172'Natural Language :: Thai',
173'Natural Language :: Turkish',
174'Natural Language :: Ukranian',
175'Natural Language :: Urdu',
176'Natural Language :: Vietnamese',
177'Operating System :: BeOS',
178'Operating System :: MacOS',
179'Operating System :: MacOS :: MacOS 9',
180'Operating System :: MacOS :: MacOS X',
181'Operating System :: Microsoft',
182'Operating System :: Microsoft :: MS-DOS',
183'Operating System :: Microsoft :: Windows',
184'Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier',
185'Operating System :: Microsoft :: Windows :: Windows 95/98/2000',
186'Operating System :: Microsoft :: Windows :: Windows CE',
187'Operating System :: Microsoft :: Windows :: Windows NT/2000',
188'Operating System :: OS/2',
189'Operating System :: OS Independent',
190'Operating System :: Other OS',
191'Operating System :: PalmOS',
192'Operating System :: PDA Systems',
193'Operating System :: POSIX',
194'Operating System :: POSIX :: AIX',
195'Operating System :: POSIX :: BSD',
196'Operating System :: POSIX :: BSD :: BSD/OS',
197'Operating System :: POSIX :: BSD :: FreeBSD',
198'Operating System :: POSIX :: BSD :: NetBSD',
199'Operating System :: POSIX :: BSD :: OpenBSD',
200'Operating System :: POSIX :: GNU Hurd',
201'Operating System :: POSIX :: HP-UX',
202'Operating System :: POSIX :: IRIX',
203'Operating System :: POSIX :: Linux',
204'Operating System :: POSIX :: Other',
205'Operating System :: POSIX :: SCO',
206'Operating System :: POSIX :: SunOS/Solaris',
207'Operating System :: Unix',
208'Programming Language :: Ada',
209'Programming Language :: APL',
210'Programming Language :: ASP',
211'Programming Language :: Assembly',
212'Programming Language :: Awk',
213'Programming Language :: Basic',
214'Programming Language :: C',
215'Programming Language :: C#',
216'Programming Language :: C++',
217'Programming Language :: Cold Fusion',
218'Programming Language :: Cython',
219'Programming Language :: Delphi/Kylix',
220'Programming Language :: Dylan',
221'Programming Language :: Eiffel',
222'Programming Language :: Emacs-Lisp',
223'Programming Language :: Erlang',
224'Programming Language :: Euler',
225'Programming Language :: Euphoria',
226'Programming Language :: Forth',
227'Programming Language :: Fortran',
228'Programming Language :: Haskell',
229'Programming Language :: Java',
230'Programming Language :: JavaScript',
231'Programming Language :: Lisp',
232'Programming Language :: Logo',
233'Programming Language :: ML',
234'Programming Language :: Modula',
235'Programming Language :: Objective C',
236'Programming Language :: Object Pascal',
237'Programming Language :: OCaml',
238'Programming Language :: Other',
239'Programming Language :: Other Scripting Engines',
240'Programming Language :: Pascal',
241'Programming Language :: Perl',
242'Programming Language :: PHP',
243'Programming Language :: Pike',
244'Programming Language :: Pliant',
245'Programming Language :: PL/SQL',
246'Programming Language :: PROGRESS',
247'Programming Language :: Prolog',
248'Programming Language :: Python',
249'Programming Language :: Python :: 2',
250'Programming Language :: Python :: 2.3',
251'Programming Language :: Python :: 2.4',
252'Programming Language :: Python :: 2.5',
253'Programming Language :: Python :: 2.6',
254'Programming Language :: Python :: 2.7',
255'Programming Language :: Python :: 3',
256'Programming Language :: Python :: 3.0',
257'Programming Language :: Python :: 3.1',
258'Programming Language :: Python :: 3.2',
259'Programming Language :: REBOL',
260'Programming Language :: Rexx',
261'Programming Language :: Ruby',
262'Programming Language :: Scheme',
263'Programming Language :: Simula',
264'Programming Language :: Smalltalk',
265'Programming Language :: SQL',
266'Programming Language :: Tcl',
267'Programming Language :: Unix Shell',
268'Programming Language :: Visual Basic',
269'Programming Language :: XBasic',
270'Programming Language :: YACC',
271'Programming Language :: Zope',
272'Topic :: Adaptive Technologies',
273'Topic :: Artistic Software',
274'Topic :: Communications',
275'Topic :: Communications :: BBS',
276'Topic :: Communications :: Chat',
277'Topic :: Communications :: Chat :: AOL Instant Messenger',
278'Topic :: Communications :: Chat :: ICQ',
279'Topic :: Communications :: Chat :: Internet Relay Chat',
280'Topic :: Communications :: Chat :: Unix Talk',
281'Topic :: Communications :: Conferencing',
282'Topic :: Communications :: Email',
283'Topic :: Communications :: Email :: Address Book',
284'Topic :: Communications :: Email :: Email Clients (MUA)',
285'Topic :: Communications :: Email :: Filters',
286'Topic :: Communications :: Email :: Mailing List Servers',
287'Topic :: Communications :: Email :: Mail Transport Agents',
288'Topic :: Communications :: Email :: Post-Office',
289'Topic :: Communications :: Email :: Post-Office :: IMAP',
290'Topic :: Communications :: Email :: Post-Office :: POP3',
291'Topic :: Communications :: Fax',
292'Topic :: Communications :: FIDO',
293'Topic :: Communications :: File Sharing',
294'Topic :: Communications :: File Sharing :: Gnutella',
295'Topic :: Communications :: File Sharing :: Napster',
296'Topic :: Communications :: Ham Radio',
297'Topic :: Communications :: Internet Phone',
298'Topic :: Communications :: Telephony',
299'Topic :: Communications :: Usenet News',
300'Topic :: Database',
301'Topic :: Database :: Database Engines/Servers',
302'Topic :: Database :: Front-Ends',
303'Topic :: Desktop Environment',
304'Topic :: Desktop Environment :: File Managers',
305'Topic :: Desktop Environment :: Gnome',
306'Topic :: Desktop Environment :: GNUstep',
307'Topic :: Desktop Environment :: K Desktop Environment (KDE)',
308'Topic :: Desktop Environment :: K Desktop Environment (KDE) :: Themes',
309'Topic :: Desktop Environment :: PicoGUI',
310'Topic :: Desktop Environment :: PicoGUI :: Applications',
311'Topic :: Desktop Environment :: PicoGUI :: Themes',
312'Topic :: Desktop Environment :: Screen Savers',
313'Topic :: Desktop Environment :: Window Managers',
314'Topic :: Desktop Environment :: Window Managers :: Afterstep',
315'Topic :: Desktop Environment :: Window Managers :: Afterstep :: Themes',
316'Topic :: Desktop Environment :: Window Managers :: Applets',
317'Topic :: Desktop Environment :: Window Managers :: Blackbox',
318'Topic :: Desktop Environment :: Window Managers :: Blackbox :: Themes',
319'Topic :: Desktop Environment :: Window Managers :: CTWM',
320'Topic :: Desktop Environment :: Window Managers :: CTWM :: Themes',
321'Topic :: Desktop Environment :: Window Managers :: Enlightenment',
322'Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Epplets',
323'Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Themes DR15',
324'Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Themes DR16',
325'Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Themes DR17',
326'Topic :: Desktop Environment :: Window Managers :: Fluxbox',
327'Topic :: Desktop Environment :: Window Managers :: Fluxbox :: Themes',
328'Topic :: Desktop Environment :: Window Managers :: FVWM',
329'Topic :: Desktop Environment :: Window Managers :: FVWM :: Themes',
330'Topic :: Desktop Environment :: Window Managers :: IceWM',
331'Topic :: Desktop Environment :: Window Managers :: IceWM :: Themes',
332'Topic :: Desktop Environment :: Window Managers :: MetaCity',
333'Topic :: Desktop Environment :: Window Managers :: MetaCity :: Themes',
334'Topic :: Desktop Environment :: Window Managers :: Oroborus',
335'Topic :: Desktop Environment :: Window Managers :: Oroborus :: Themes',
336'Topic :: Desktop Environment :: Window Managers :: Sawfish',
337'Topic :: Desktop Environment :: Window Managers :: Sawfish :: Themes 0.30',
338'Topic :: Desktop Environment :: Window Managers :: Sawfish :: Themes pre-0.30',
339'Topic :: Desktop Environment :: Window Managers :: Waimea',
340'Topic :: Desktop Environment :: Window Managers :: Waimea :: Themes',
341'Topic :: Desktop Environment :: Window Managers :: Window Maker',
342'Topic :: Desktop Environment :: Window Managers :: Window Maker :: Applets',
343'Topic :: Desktop Environment :: Window Managers :: Window Maker :: Themes',
344'Topic :: Desktop Environment :: Window Managers :: XFCE',
345'Topic :: Desktop Environment :: Window Managers :: XFCE :: Themes',
346'Topic :: Documentation',
347'Topic :: Education',
348'Topic :: Education :: Computer Aided Instruction (CAI)',
349'Topic :: Education :: Testing',
350'Topic :: Games/Entertainment',
351'Topic :: Games/Entertainment :: Arcade',
352'Topic :: Games/Entertainment :: Board Games',
353'Topic :: Games/Entertainment :: First Person Shooters',
354'Topic :: Games/Entertainment :: Fortune Cookies',
355'Topic :: Games/Entertainment :: Multi-User Dungeons (MUD)',
356'Topic :: Games/Entertainment :: Puzzle Games',
357'Topic :: Games/Entertainment :: Real Time Strategy',
358'Topic :: Games/Entertainment :: Role-Playing',
359'Topic :: Games/Entertainment :: Side-Scrolling/Arcade Games',
360'Topic :: Games/Entertainment :: Simulation',
361'Topic :: Games/Entertainment :: Turn Based Strategy',
362'Topic :: Home Automation',
363'Topic :: Internet',
364'Topic :: Internet :: File Transfer Protocol (FTP)',
365'Topic :: Internet :: Finger',
366'Topic :: Internet :: Log Analysis',
367'Topic :: Internet :: Name Service (DNS)',
368'Topic :: Internet :: Proxy Servers',
369'Topic :: Internet :: WAP',
370'Topic :: Internet :: WWW/HTTP',
371'Topic :: Internet :: WWW/HTTP :: Browsers',
372'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
373'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries',
374'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards',
375'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary',
376'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Page Counters',
377'Topic :: Internet :: WWW/HTTP :: HTTP Servers',
378'Topic :: Internet :: WWW/HTTP :: Indexing/Search',
379'Topic :: Internet :: WWW/HTTP :: Site Management',
380'Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking',
381'Topic :: Internet :: WWW/HTTP :: WSGI',
382'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
383'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware',
384'Topic :: Internet :: WWW/HTTP :: WSGI :: Server',
385'Topic :: Internet :: Z39.50',
386'Topic :: Multimedia',
387'Topic :: Multimedia :: Graphics',
388'Topic :: Multimedia :: Graphics :: 3D Modeling',
389'Topic :: Multimedia :: Graphics :: 3D Rendering',
390'Topic :: Multimedia :: Graphics :: Capture',
391'Topic :: Multimedia :: Graphics :: Capture :: Digital Camera',
392'Topic :: Multimedia :: Graphics :: Capture :: Scanners',
393'Topic :: Multimedia :: Graphics :: Capture :: Screen Capture',
394'Topic :: Multimedia :: Graphics :: Editors',
395'Topic :: Multimedia :: Graphics :: Editors :: Raster-Based',
396'Topic :: Multimedia :: Graphics :: Editors :: Vector-Based',
397'Topic :: Multimedia :: Graphics :: Graphics Conversion',
398'Topic :: Multimedia :: Graphics :: Presentation',
399'Topic :: Multimedia :: Graphics :: Viewers',
400'Topic :: Multimedia :: Sound/Audio',
401'Topic :: Multimedia :: Sound/Audio :: Analysis',
402'Topic :: Multimedia :: Sound/Audio :: Capture/Recording',
403'Topic :: Multimedia :: Sound/Audio :: CD Audio',
404'Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Playing',
405'Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Ripping',
406'Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Writing',
407'Topic :: Multimedia :: Sound/Audio :: Conversion',
408'Topic :: Multimedia :: Sound/Audio :: Editors',
409'Topic :: Multimedia :: Sound/Audio :: MIDI',
410'Topic :: Multimedia :: Sound/Audio :: Mixers',
411'Topic :: Multimedia :: Sound/Audio :: Players',
412'Topic :: Multimedia :: Sound/Audio :: Players :: MP3',
413'Topic :: Multimedia :: Sound/Audio :: Sound Synthesis',
414'Topic :: Multimedia :: Sound/Audio :: Speech',
415'Topic :: Multimedia :: Video',
416'Topic :: Multimedia :: Video :: Capture',
417'Topic :: Multimedia :: Video :: Conversion',
418'Topic :: Multimedia :: Video :: Display',
419'Topic :: Multimedia :: Video :: Non-Linear Editor',
420'Topic :: Office/Business',
421'Topic :: Office/Business :: Financial',
422'Topic :: Office/Business :: Financial :: Accounting',
423'Topic :: Office/Business :: Financial :: Investment',
424'Topic :: Office/Business :: Financial :: Point-Of-Sale',
425'Topic :: Office/Business :: Financial :: Spreadsheet',
426'Topic :: Office/Business :: Groupware',
427'Topic :: Office/Business :: News/Diary',
428'Topic :: Office/Business :: Office Suites',
429'Topic :: Office/Business :: Scheduling',
430'Topic :: Other/Nonlisted Topic',
431'Topic :: Printing',
432'Topic :: Religion',
433'Topic :: Scientific/Engineering',
434'Topic :: Scientific/Engineering :: Artificial Intelligence',
435'Topic :: Scientific/Engineering :: Astronomy',
436'Topic :: Scientific/Engineering :: Atmospheric Science',
437'Topic :: Scientific/Engineering :: Bio-Informatics',
438'Topic :: Scientific/Engineering :: Chemistry',
439'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)',
440'Topic :: Scientific/Engineering :: GIS',
441'Topic :: Scientific/Engineering :: Human Machine Interfaces',
442'Topic :: Scientific/Engineering :: Image Recognition',
443'Topic :: Scientific/Engineering :: Information Analysis',
444'Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator',
445'Topic :: Scientific/Engineering :: Mathematics',
446'Topic :: Scientific/Engineering :: Medical Science Apps.',
447'Topic :: Scientific/Engineering :: Physics',
448'Topic :: Scientific/Engineering :: Visualization',
449'Topic :: Security',
450'Topic :: Security :: Cryptography',
451'Topic :: Sociology',
452'Topic :: Sociology :: Genealogy',
453'Topic :: Sociology :: History',
454'Topic :: Software Development',
455'Topic :: Software Development :: Assemblers',
456'Topic :: Software Development :: Bug Tracking',
457'Topic :: Software Development :: Build Tools',
458'Topic :: Software Development :: Code Generators',
459'Topic :: Software Development :: Compilers',
460'Topic :: Software Development :: Debuggers',
461'Topic :: Software Development :: Disassemblers',
462'Topic :: Software Development :: Documentation',
463'Topic :: Software Development :: Embedded Systems',
464'Topic :: Software Development :: Internationalization',
465'Topic :: Software Development :: Interpreters',
466'Topic :: Software Development :: Libraries',
467'Topic :: Software Development :: Libraries :: Application Frameworks',
468'Topic :: Software Development :: Libraries :: Java Libraries',
469'Topic :: Software Development :: Libraries :: Perl Modules',
470'Topic :: Software Development :: Libraries :: PHP Classes',
471'Topic :: Software Development :: Libraries :: Pike Modules',
472'Topic :: Software Development :: Libraries :: pygame',
473'Topic :: Software Development :: Libraries :: Python Modules',
474'Topic :: Software Development :: Libraries :: Ruby Modules',
475'Topic :: Software Development :: Libraries :: Tcl Extensions',
476'Topic :: Software Development :: Localization',
477'Topic :: Software Development :: Object Brokering',
478'Topic :: Software Development :: Object Brokering :: CORBA',
479'Topic :: Software Development :: Pre-processors',
480'Topic :: Software Development :: Quality Assurance',
481'Topic :: Software Development :: Testing',
482'Topic :: Software Development :: Testing :: Traffic Generation',
483'Topic :: Software Development :: User Interfaces',
484'Topic :: Software Development :: Version Control',
485'Topic :: Software Development :: Version Control :: CVS',
486'Topic :: Software Development :: Version Control :: RCS',
487'Topic :: Software Development :: Version Control :: SCCS',
488'Topic :: Software Development :: Widget Sets',
489'Topic :: System',
490'Topic :: System :: Archiving',
491'Topic :: System :: Archiving :: Backup',
492'Topic :: System :: Archiving :: Compression',
493'Topic :: System :: Archiving :: Mirroring',
494'Topic :: System :: Archiving :: Packaging',
495'Topic :: System :: Benchmark',
496'Topic :: System :: Boot',
497'Topic :: System :: Boot :: Init',
498'Topic :: System :: Clustering',
499'Topic :: System :: Console Fonts',
500'Topic :: System :: Distributed Computing',
501'Topic :: System :: Emulators',
502'Topic :: System :: Filesystems',
503'Topic :: System :: Hardware',
504'Topic :: System :: Hardware :: Hardware Drivers',
505'Topic :: System :: Hardware :: Mainframes',
506'Topic :: System :: Hardware :: Symmetric Multi-processing',
507'Topic :: System :: Installation/Setup',
508'Topic :: System :: Logging',
509'Topic :: System :: Monitoring',
510'Topic :: System :: Networking',
511'Topic :: System :: Networking :: Firewalls',
512'Topic :: System :: Networking :: Monitoring',
513'Topic :: System :: Networking :: Monitoring :: Hardware Watchdog',
514'Topic :: System :: Networking :: Time Synchronization',
515'Topic :: System :: Operating System',
516'Topic :: System :: Operating System Kernels',
517'Topic :: System :: Operating System Kernels :: BSD',
518'Topic :: System :: Operating System Kernels :: GNU Hurd',
519'Topic :: System :: Operating System Kernels :: Linux',
520'Topic :: System :: Power (UPS)',
521'Topic :: System :: Recovery Tools',
522'Topic :: System :: Shells',
523'Topic :: System :: Software Distribution',
524'Topic :: System :: Systems Administration',
525'Topic :: System :: Systems Administration :: Authentication/Directory',
526'Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP',
527'Topic :: System :: Systems Administration :: Authentication/Directory :: NIS',
528'Topic :: System :: System Shells',
529'Topic :: Terminals',
530'Topic :: Terminals :: Serial',
531'Topic :: Terminals :: Telnet',
532'Topic :: Terminals :: Terminal Emulators/X Terminals',
533'Topic :: Text Editors',
534'Topic :: Text Editors :: Documentation',
535'Topic :: Text Editors :: Emacs',
536'Topic :: Text Editors :: Integrated Development Environments (IDE)',
537'Topic :: Text Editors :: Text Processing',
538'Topic :: Text Editors :: Word Processors',
539'Topic :: Text Processing',
540'Topic :: Text Processing :: Filters',
541'Topic :: Text Processing :: Fonts',
542'Topic :: Text Processing :: General',
543'Topic :: Text Processing :: Indexing',
544'Topic :: Text Processing :: Linguistic',
545'Topic :: Text Processing :: Markup',
546'Topic :: Text Processing :: Markup :: HTML',
547'Topic :: Text Processing :: Markup :: LaTeX',
548'Topic :: Text Processing :: Markup :: SGML',
549'Topic :: Text Processing :: Markup :: VRML',
550'Topic :: Text Processing :: Markup :: XML',
551'Topic :: Utilities',
552]