-
-
Save eggplants/08071856b15c329739590670e34e330a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from urllib.request import urlopen | |
from bs4 import BeautifulSoup | |
from yaml import dump | |
def build_nested(paths, sep): | |
tree = {} | |
for path in paths: | |
node = tree | |
levels = path.split(sep) | |
for level in levels: | |
node = node.setdefault(level, dict()) | |
else: | |
node["::"] = path | |
else: | |
return tree | |
source = BeautifulSoup(urlopen("https://pypi.org/classifiers").read()) | |
ts = source.find_all("button", attrs={"data-tooltip-label": "Copy to clipboard"}) | |
classifiers = [t["data-clipboard-text"] for t in ts] | |
d = build_nested(classifiers, " :: ") | |
dump(d, open("pypi_classifiers.yml", "w"), width=1000) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Development Status :: 1 - Planning | |
Development Status :: 2 - Pre-Alpha | |
Development Status :: 3 - Alpha | |
Development Status :: 4 - Beta | |
Development Status :: 5 - Production/Stable | |
Development Status :: 6 - Mature | |
Development Status :: 7 - Inactive | |
Environment :: Console | |
Environment :: Console :: Curses | |
Environment :: Console :: Framebuffer | |
Environment :: Console :: Newt | |
Environment :: Console :: svgalib | |
Environment :: GPU | |
Environment :: GPU :: NVIDIA CUDA | |
Environment :: GPU :: NVIDIA CUDA :: 1.0 | |
Environment :: GPU :: NVIDIA CUDA :: 1.1 | |
Environment :: GPU :: NVIDIA CUDA :: 2.0 | |
Environment :: GPU :: NVIDIA CUDA :: 2.1 | |
Environment :: GPU :: NVIDIA CUDA :: 2.2 | |
Environment :: GPU :: NVIDIA CUDA :: 2.3 | |
Environment :: GPU :: NVIDIA CUDA :: 3.0 | |
Environment :: GPU :: NVIDIA CUDA :: 3.1 | |
Environment :: GPU :: NVIDIA CUDA :: 3.2 | |
Environment :: GPU :: NVIDIA CUDA :: 4.0 | |
Environment :: GPU :: NVIDIA CUDA :: 4.1 | |
Environment :: GPU :: NVIDIA CUDA :: 4.2 | |
Environment :: GPU :: NVIDIA CUDA :: 5.0 | |
Environment :: GPU :: NVIDIA CUDA :: 5.5 | |
Environment :: GPU :: NVIDIA CUDA :: 6.0 | |
Environment :: GPU :: NVIDIA CUDA :: 6.5 | |
Environment :: GPU :: NVIDIA CUDA :: 7.0 | |
Environment :: GPU :: NVIDIA CUDA :: 7.5 | |
Environment :: GPU :: NVIDIA CUDA :: 8.0 | |
Environment :: GPU :: NVIDIA CUDA :: 9.0 | |
Environment :: GPU :: NVIDIA CUDA :: 9.1 | |
Environment :: GPU :: NVIDIA CUDA :: 9.2 | |
Environment :: GPU :: NVIDIA CUDA :: 10.0 | |
Environment :: GPU :: NVIDIA CUDA :: 10.1 | |
Environment :: GPU :: NVIDIA CUDA :: 10.2 | |
Environment :: GPU :: NVIDIA CUDA :: 11.0 | |
Environment :: GPU :: NVIDIA CUDA :: 11.1 | |
Environment :: GPU :: NVIDIA CUDA :: 11.2 | |
Environment :: GPU :: NVIDIA CUDA :: 11.3 | |
Environment :: GPU :: NVIDIA CUDA :: 11.4 | |
Environment :: GPU :: NVIDIA CUDA :: 11.5 | |
Environment :: Handhelds/PDA's | |
Environment :: MacOS X | |
Environment :: MacOS X :: Aqua | |
Environment :: MacOS X :: Carbon | |
Environment :: MacOS X :: Cocoa | |
Environment :: No Input/Output (Daemon) | |
Environment :: OpenStack | |
Environment :: Other Environment | |
Environment :: Plugins | |
Environment :: Web Environment | |
Environment :: Web Environment :: Buffet | |
Environment :: Web Environment :: Mozilla | |
Environment :: Web Environment :: ToscaWidgets | |
Environment :: Win32 (MS Windows) | |
Environment :: X11 Applications | |
Environment :: X11 Applications :: GTK | |
Environment :: X11 Applications :: Gnome | |
Environment :: X11 Applications :: KDE | |
Environment :: X11 Applications :: Qt | |
Framework :: AWS CDK | |
Framework :: AWS CDK :: 1 | |
Framework :: AiiDA | |
Framework :: Ansible | |
Framework :: AnyIO | |
Framework :: AsyncIO | |
Framework :: BEAT | |
Framework :: BFG | |
Framework :: Bob | |
Framework :: Bottle | |
Framework :: Buildout | |
Framework :: Buildout :: Extension | |
Framework :: Buildout :: Recipe | |
Framework :: CastleCMS | |
Framework :: CastleCMS :: Theme | |
Framework :: Celery | |
Framework :: Chandler | |
Framework :: CherryPy | |
Framework :: CubicWeb | |
Framework :: Dash | |
Framework :: Datasette | |
Framework :: Django | |
Framework :: Django :: 1 | |
Framework :: Django :: 1.4 | |
Framework :: Django :: 1.5 | |
Framework :: Django :: 1.6 | |
Framework :: Django :: 1.7 | |
Framework :: Django :: 1.8 | |
Framework :: Django :: 1.9 | |
Framework :: Django :: 1.10 | |
Framework :: Django :: 1.11 | |
Framework :: Django :: 2 | |
Framework :: Django :: 2.0 | |
Framework :: Django :: 2.1 | |
Framework :: Django :: 2.2 | |
Framework :: Django :: 3 | |
Framework :: Django :: 3.0 | |
Framework :: Django :: 3.1 | |
Framework :: Django :: 3.2 | |
Framework :: Django :: 4 | |
Framework :: Django :: 4.0 | |
Framework :: Django CMS | |
Framework :: Django CMS :: 3.4 | |
Framework :: Django CMS :: 3.5 | |
Framework :: Django CMS :: 3.6 | |
Framework :: Django CMS :: 3.7 | |
Framework :: Django CMS :: 3.8 | |
Framework :: FastAPI | |
Framework :: Flake8 | |
Framework :: Flask | |
Framework :: Hypothesis | |
Framework :: IDLE | |
Framework :: IPython | |
Framework :: Jupyter | |
Framework :: Jupyter :: JupyterLab | |
Framework :: Jupyter :: JupyterLab :: 1 | |
Framework :: Jupyter :: JupyterLab :: 2 | |
Framework :: Jupyter :: JupyterLab :: 3 | |
Framework :: Jupyter :: JupyterLab :: 4 | |
Framework :: Jupyter :: JupyterLab :: Extensions | |
Framework :: Jupyter :: JupyterLab :: Extensions :: Mime Renderers | |
Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt | |
Framework :: Jupyter :: JupyterLab :: Extensions :: Themes | |
Framework :: Kedro | |
Framework :: Lektor | |
Framework :: Masonite | |
Framework :: Matplotlib | |
Framework :: Nengo | |
Framework :: Odoo | |
Framework :: Odoo :: 8.0 | |
Framework :: Odoo :: 9.0 | |
Framework :: Odoo :: 10.0 | |
Framework :: Odoo :: 11.0 | |
Framework :: Odoo :: 12.0 | |
Framework :: Odoo :: 13.0 | |
Framework :: Odoo :: 14.0 | |
Framework :: Odoo :: 15.0 | |
Framework :: Opps | |
Framework :: Paste | |
Framework :: Pelican | |
Framework :: Pelican :: Plugins | |
Framework :: Pelican :: Themes | |
Framework :: Plone | |
Framework :: Plone :: 3.2 | |
Framework :: Plone :: 3.3 | |
Framework :: Plone :: 4.0 | |
Framework :: Plone :: 4.1 | |
Framework :: Plone :: 4.2 | |
Framework :: Plone :: 4.3 | |
Framework :: Plone :: 5.0 | |
Framework :: Plone :: 5.1 | |
Framework :: Plone :: 5.2 | |
Framework :: Plone :: 5.3 | |
Framework :: Plone :: 6.0 | |
Framework :: Plone :: Addon | |
Framework :: Plone :: Core | |
Framework :: Plone :: Theme | |
Framework :: Pylons | |
Framework :: Pyramid | |
Framework :: Pytest | |
Framework :: Review Board | |
Framework :: Robot Framework | |
Framework :: Robot Framework :: Library | |
Framework :: Robot Framework :: Tool | |
Framework :: Scrapy | |
Framework :: Setuptools Plugin | |
Framework :: Sphinx | |
Framework :: Sphinx :: Extension | |
Framework :: Sphinx :: Theme | |
Framework :: Trac | |
Framework :: Trio | |
Framework :: Tryton | |
Framework :: TurboGears | |
Framework :: TurboGears :: Applications | |
Framework :: TurboGears :: Widgets | |
Framework :: Twisted | |
Framework :: Wagtail | |
Framework :: Wagtail :: 1 | |
Framework :: Wagtail :: 2 | |
Framework :: ZODB | |
Framework :: Zope | |
Framework :: Zope2 | |
Framework :: Zope3 | |
Framework :: Zope :: 2 | |
Framework :: Zope :: 3 | |
Framework :: Zope :: 4 | |
Framework :: Zope :: 5 | |
Framework :: aiohttp | |
Framework :: cocotb | |
Framework :: napari | |
Framework :: tox | |
Intended Audience :: Customer Service | |
Intended Audience :: Developers | |
Intended Audience :: Education | |
Intended Audience :: End Users/Desktop | |
Intended Audience :: Financial and Insurance Industry | |
Intended Audience :: Healthcare Industry | |
Intended Audience :: Information Technology | |
Intended Audience :: Legal Industry | |
Intended Audience :: Manufacturing | |
Intended Audience :: Other Audience | |
Intended Audience :: Religion | |
Intended Audience :: Science/Research | |
Intended Audience :: System Administrators | |
Intended Audience :: Telecommunications Industry | |
License :: Aladdin Free Public License (AFPL) | |
License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication | |
License :: CeCILL-B Free Software License Agreement (CECILL-B) | |
License :: CeCILL-C Free Software License Agreement (CECILL-C) | |
License :: DFSG approved | |
License :: Eiffel Forum License (EFL) | |
License :: Free For Educational Use | |
License :: Free For Home Use | |
License :: Free To Use But Restricted | |
License :: Free for non-commercial use | |
License :: Freely Distributable | |
License :: Freeware | |
License :: GUST Font License 1.0 | |
License :: GUST Font License 2006-09-30 | |
License :: Netscape Public License (NPL) | |
License :: Nokia Open Source License (NOKOS) | |
License :: OSI Approved | |
License :: OSI Approved :: Academic Free License (AFL) | |
License :: OSI Approved :: Apache Software License | |
License :: OSI Approved :: Apple Public Source License | |
License :: OSI Approved :: Artistic License | |
License :: OSI Approved :: Attribution Assurance License | |
License :: OSI Approved :: BSD License | |
License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0) | |
License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1) | |
License :: OSI Approved :: Common Development and Distribution License 1.0 (CDDL-1.0) | |
License :: OSI Approved :: Common Public License | |
License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0) | |
License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0) | |
License :: OSI Approved :: Eiffel Forum License | |
License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0) | |
License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1) | |
License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2) | |
License :: OSI Approved :: GNU Affero General Public License v3 | |
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) | |
License :: OSI Approved :: GNU Free Documentation License (FDL) | |
License :: OSI Approved :: GNU General Public License (GPL) | |
License :: OSI Approved :: GNU General Public License v2 (GPLv2) | |
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+) | |
License :: OSI Approved :: GNU General Public License v3 (GPLv3) | |
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) | |
License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2) | |
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+) | |
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) | |
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+) | |
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) | |
License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND) | |
License :: OSI Approved :: IBM Public License | |
License :: OSI Approved :: ISC License (ISCL) | |
License :: OSI Approved :: Intel Open Source License | |
License :: OSI Approved :: Jabber Open Source License | |
License :: OSI Approved :: MIT License | |
License :: OSI Approved :: MIT No Attribution License (MIT-0) | |
License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW) | |
License :: OSI Approved :: MirOS License (MirOS) | |
License :: OSI Approved :: Motosoto License | |
License :: OSI Approved :: Mozilla Public License 1.0 (MPL) | |
License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1) | |
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) | |
License :: OSI Approved :: Nethack General Public License | |
License :: OSI Approved :: Nokia Open Source License | |
License :: OSI Approved :: Open Group Test Suite License | |
License :: OSI Approved :: Open Software License 3.0 (OSL-3.0) | |
License :: OSI Approved :: PostgreSQL License | |
License :: OSI Approved :: Python License (CNRI Python License) | |
License :: OSI Approved :: Python Software Foundation License | |
License :: OSI Approved :: Qt Public License (QPL) | |
License :: OSI Approved :: Ricoh Source Code Public License | |
License :: OSI Approved :: SIL Open Font License 1.1 (OFL-1.1) | |
License :: OSI Approved :: Sleepycat License | |
License :: OSI Approved :: Sun Industry Standards Source License (SISSL) | |
License :: OSI Approved :: Sun Public License | |
License :: OSI Approved :: The Unlicense (Unlicense) | |
License :: OSI Approved :: Universal Permissive License (UPL) | |
License :: OSI Approved :: University of Illinois/NCSA Open Source License | |
License :: OSI Approved :: Vovida Software License 1.0 | |
License :: OSI Approved :: W3C License | |
License :: OSI Approved :: X.Net License | |
License :: OSI Approved :: Zope Public License | |
License :: OSI Approved :: zlib/libpng License | |
License :: Other/Proprietary License | |
License :: Public Domain | |
License :: Repoze Public License | |
Natural Language :: Afrikaans | |
Natural Language :: Arabic | |
Natural Language :: Basque | |
Natural Language :: Bengali | |
Natural Language :: Bosnian | |
Natural Language :: Bulgarian | |
Natural Language :: Cantonese | |
Natural Language :: Catalan | |
Natural Language :: Chinese (Simplified) | |
Natural Language :: Chinese (Traditional) | |
Natural Language :: Croatian | |
Natural Language :: Czech | |
Natural Language :: Danish | |
Natural Language :: Dutch | |
Natural Language :: English | |
Natural Language :: Esperanto | |
Natural Language :: Finnish | |
Natural Language :: French | |
Natural Language :: Galician | |
Natural Language :: German | |
Natural Language :: Greek | |
Natural Language :: Hebrew | |
Natural Language :: Hindi | |
Natural Language :: Hungarian | |
Natural Language :: Icelandic | |
Natural Language :: Indonesian | |
Natural Language :: Irish | |
Natural Language :: Italian | |
Natural Language :: Japanese | |
Natural Language :: Javanese | |
Natural Language :: Korean | |
Natural Language :: Latin | |
Natural Language :: Latvian | |
Natural Language :: Lithuanian | |
Natural Language :: Macedonian | |
Natural Language :: Malay | |
Natural Language :: Marathi | |
Natural Language :: Nepali | |
Natural Language :: Norwegian | |
Natural Language :: Panjabi | |
Natural Language :: Persian | |
Natural Language :: Polish | |
Natural Language :: Portuguese | |
Natural Language :: Portuguese (Brazilian) | |
Natural Language :: Romanian | |
Natural Language :: Russian | |
Natural Language :: Serbian | |
Natural Language :: Slovak | |
Natural Language :: Slovenian | |
Natural Language :: Spanish | |
Natural Language :: Swedish | |
Natural Language :: Tamil | |
Natural Language :: Telugu | |
Natural Language :: Thai | |
Natural Language :: Tibetan | |
Natural Language :: Turkish | |
Natural Language :: Ukrainian | |
Natural Language :: Urdu | |
Natural Language :: Vietnamese | |
Operating System :: Android | |
Operating System :: BeOS | |
Operating System :: MacOS | |
Operating System :: MacOS :: MacOS 9 | |
Operating System :: MacOS :: MacOS X | |
Operating System :: Microsoft | |
Operating System :: Microsoft :: MS-DOS | |
Operating System :: Microsoft :: Windows | |
Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier | |
Operating System :: Microsoft :: Windows :: Windows 7 | |
Operating System :: Microsoft :: Windows :: Windows 8 | |
Operating System :: Microsoft :: Windows :: Windows 8.1 | |
Operating System :: Microsoft :: Windows :: Windows 10 | |
Operating System :: Microsoft :: Windows :: Windows 95/98/2000 | |
Operating System :: Microsoft :: Windows :: Windows CE | |
Operating System :: Microsoft :: Windows :: Windows NT/2000 | |
Operating System :: Microsoft :: Windows :: Windows Server 2003 | |
Operating System :: Microsoft :: Windows :: Windows Server 2008 | |
Operating System :: Microsoft :: Windows :: Windows Vista | |
Operating System :: Microsoft :: Windows :: Windows XP | |
Operating System :: OS Independent | |
Operating System :: OS/2 | |
Operating System :: Other OS | |
Operating System :: PDA Systems | |
Operating System :: POSIX | |
Operating System :: POSIX :: AIX | |
Operating System :: POSIX :: BSD | |
Operating System :: POSIX :: BSD :: BSD/OS | |
Operating System :: POSIX :: BSD :: FreeBSD | |
Operating System :: POSIX :: BSD :: NetBSD | |
Operating System :: POSIX :: BSD :: OpenBSD | |
Operating System :: POSIX :: GNU Hurd | |
Operating System :: POSIX :: HP-UX | |
Operating System :: POSIX :: IRIX | |
Operating System :: POSIX :: Linux | |
Operating System :: POSIX :: Other | |
Operating System :: POSIX :: SCO | |
Operating System :: POSIX :: SunOS/Solaris | |
Operating System :: PalmOS | |
Operating System :: RISC OS | |
Operating System :: Unix | |
Operating System :: iOS | |
Programming Language :: APL | |
Programming Language :: ASP | |
Programming Language :: Ada | |
Programming Language :: Assembly | |
Programming Language :: Awk | |
Programming Language :: Basic | |
Programming Language :: C | |
Programming Language :: C# | |
Programming Language :: C++ | |
Programming Language :: Cold Fusion | |
Programming Language :: Cython | |
Programming Language :: D | |
Programming Language :: Delphi/Kylix | |
Programming Language :: Dylan | |
Programming Language :: Eiffel | |
Programming Language :: Emacs-Lisp | |
Programming Language :: Erlang | |
Programming Language :: Euler | |
Programming Language :: Euphoria | |
Programming Language :: F# | |
Programming Language :: Forth | |
Programming Language :: Fortran | |
Programming Language :: Haskell | |
Programming Language :: Java | |
Programming Language :: JavaScript | |
Programming Language :: Kotlin | |
Programming Language :: Lisp | |
Programming Language :: Logo | |
Programming Language :: ML | |
Programming Language :: Modula | |
Programming Language :: OCaml | |
Programming Language :: Object Pascal | |
Programming Language :: Objective C | |
Programming Language :: Other | |
Programming Language :: Other Scripting Engines | |
Programming Language :: PHP | |
Programming Language :: PL/SQL | |
Programming Language :: PROGRESS | |
Programming Language :: Pascal | |
Programming Language :: Perl | |
Programming Language :: Pike | |
Programming Language :: Pliant | |
Programming Language :: Prolog | |
Programming Language :: Python | |
Programming Language :: Python :: 2 | |
Programming Language :: Python :: 2 :: Only | |
Programming Language :: Python :: 2.3 | |
Programming Language :: Python :: 2.4 | |
Programming Language :: Python :: 2.5 | |
Programming Language :: Python :: 2.6 | |
Programming Language :: Python :: 2.7 | |
Programming Language :: Python :: 3 | |
Programming Language :: Python :: 3 :: Only | |
Programming Language :: Python :: 3.0 | |
Programming Language :: Python :: 3.1 | |
Programming Language :: Python :: 3.2 | |
Programming Language :: Python :: 3.3 | |
Programming Language :: Python :: 3.4 | |
Programming Language :: Python :: 3.5 | |
Programming Language :: Python :: 3.6 | |
Programming Language :: Python :: 3.7 | |
Programming Language :: Python :: 3.8 | |
Programming Language :: Python :: 3.9 | |
Programming Language :: Python :: 3.10 | |
Programming Language :: Python :: 3.11 | |
Programming Language :: Python :: Implementation | |
Programming Language :: Python :: Implementation :: CPython | |
Programming Language :: Python :: Implementation :: IronPython | |
Programming Language :: Python :: Implementation :: Jython | |
Programming Language :: Python :: Implementation :: MicroPython | |
Programming Language :: Python :: Implementation :: PyPy | |
Programming Language :: Python :: Implementation :: Stackless | |
Programming Language :: R | |
Programming Language :: REBOL | |
Programming Language :: Rexx | |
Programming Language :: Ruby | |
Programming Language :: Rust | |
Programming Language :: SQL | |
Programming Language :: Scheme | |
Programming Language :: Simula | |
Programming Language :: Smalltalk | |
Programming Language :: Tcl | |
Programming Language :: Unix Shell | |
Programming Language :: Visual Basic | |
Programming Language :: XBasic | |
Programming Language :: YACC | |
Programming Language :: Zope | |
Topic :: Adaptive Technologies | |
Topic :: Artistic Software | |
Topic :: Communications | |
Topic :: Communications :: BBS | |
Topic :: Communications :: Chat | |
Topic :: Communications :: Chat :: ICQ | |
Topic :: Communications :: Chat :: Internet Relay Chat | |
Topic :: Communications :: Chat :: Unix Talk | |
Topic :: Communications :: Conferencing | |
Topic :: Communications :: Email | |
Topic :: Communications :: Email :: Address Book | |
Topic :: Communications :: Email :: Email Clients (MUA) | |
Topic :: Communications :: Email :: Filters | |
Topic :: Communications :: Email :: Mail Transport Agents | |
Topic :: Communications :: Email :: Mailing List Servers | |
Topic :: Communications :: Email :: Post-Office | |
Topic :: Communications :: Email :: Post-Office :: IMAP | |
Topic :: Communications :: Email :: Post-Office :: POP3 | |
Topic :: Communications :: FIDO | |
Topic :: Communications :: Fax | |
Topic :: Communications :: File Sharing | |
Topic :: Communications :: File Sharing :: Gnutella | |
Topic :: Communications :: File Sharing :: Napster | |
Topic :: Communications :: Ham Radio | |
Topic :: Communications :: Internet Phone | |
Topic :: Communications :: Telephony | |
Topic :: Communications :: Usenet News | |
Topic :: Database | |
Topic :: Database :: Database Engines/Servers | |
Topic :: Database :: Front-Ends | |
Topic :: Desktop Environment | |
Topic :: Desktop Environment :: File Managers | |
Topic :: Desktop Environment :: GNUstep | |
Topic :: Desktop Environment :: Gnome | |
Topic :: Desktop Environment :: K Desktop Environment (KDE) | |
Topic :: Desktop Environment :: K Desktop Environment (KDE) :: Themes | |
Topic :: Desktop Environment :: PicoGUI | |
Topic :: Desktop Environment :: PicoGUI :: Applications | |
Topic :: Desktop Environment :: PicoGUI :: Themes | |
Topic :: Desktop Environment :: Screen Savers | |
Topic :: Desktop Environment :: Window Managers | |
Topic :: Desktop Environment :: Window Managers :: Afterstep | |
Topic :: Desktop Environment :: Window Managers :: Afterstep :: Themes | |
Topic :: Desktop Environment :: Window Managers :: Applets | |
Topic :: Desktop Environment :: Window Managers :: Blackbox | |
Topic :: Desktop Environment :: Window Managers :: Blackbox :: Themes | |
Topic :: Desktop Environment :: Window Managers :: CTWM | |
Topic :: Desktop Environment :: Window Managers :: CTWM :: Themes | |
Topic :: Desktop Environment :: Window Managers :: Enlightenment | |
Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Epplets | |
Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Themes DR15 | |
Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Themes DR16 | |
Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Themes DR17 | |
Topic :: Desktop Environment :: Window Managers :: FVWM | |
Topic :: Desktop Environment :: Window Managers :: FVWM :: Themes | |
Topic :: Desktop Environment :: Window Managers :: Fluxbox | |
Topic :: Desktop Environment :: Window Managers :: Fluxbox :: Themes | |
Topic :: Desktop Environment :: Window Managers :: IceWM | |
Topic :: Desktop Environment :: Window Managers :: IceWM :: Themes | |
Topic :: Desktop Environment :: Window Managers :: MetaCity | |
Topic :: Desktop Environment :: Window Managers :: MetaCity :: Themes | |
Topic :: Desktop Environment :: Window Managers :: Oroborus | |
Topic :: Desktop Environment :: Window Managers :: Oroborus :: Themes | |
Topic :: Desktop Environment :: Window Managers :: Sawfish | |
Topic :: Desktop Environment :: Window Managers :: Sawfish :: Themes 0.30 | |
Topic :: Desktop Environment :: Window Managers :: Sawfish :: Themes pre-0.30 | |
Topic :: Desktop Environment :: Window Managers :: Waimea | |
Topic :: Desktop Environment :: Window Managers :: Waimea :: Themes | |
Topic :: Desktop Environment :: Window Managers :: Window Maker | |
Topic :: Desktop Environment :: Window Managers :: Window Maker :: Applets | |
Topic :: Desktop Environment :: Window Managers :: Window Maker :: Themes | |
Topic :: Desktop Environment :: Window Managers :: XFCE | |
Topic :: Desktop Environment :: Window Managers :: XFCE :: Themes | |
Topic :: Documentation | |
Topic :: Documentation :: Sphinx | |
Topic :: Education | |
Topic :: Education :: Computer Aided Instruction (CAI) | |
Topic :: Education :: Testing | |
Topic :: Games/Entertainment | |
Topic :: Games/Entertainment :: Arcade | |
Topic :: Games/Entertainment :: Board Games | |
Topic :: Games/Entertainment :: First Person Shooters | |
Topic :: Games/Entertainment :: Fortune Cookies | |
Topic :: Games/Entertainment :: Multi-User Dungeons (MUD) | |
Topic :: Games/Entertainment :: Puzzle Games | |
Topic :: Games/Entertainment :: Real Time Strategy | |
Topic :: Games/Entertainment :: Role-Playing | |
Topic :: Games/Entertainment :: Side-Scrolling/Arcade Games | |
Topic :: Games/Entertainment :: Simulation | |
Topic :: Games/Entertainment :: Turn Based Strategy | |
Topic :: Home Automation | |
Topic :: Internet | |
Topic :: Internet :: File Transfer Protocol (FTP) | |
Topic :: Internet :: Finger | |
Topic :: Internet :: Log Analysis | |
Topic :: Internet :: Name Service (DNS) | |
Topic :: Internet :: Proxy Servers | |
Topic :: Internet :: WAP | |
Topic :: Internet :: WWW/HTTP | |
Topic :: Internet :: WWW/HTTP :: Browsers | |
Topic :: Internet :: WWW/HTTP :: Dynamic Content | |
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries | |
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System | |
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards | |
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary | |
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Page Counters | |
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki | |
Topic :: Internet :: WWW/HTTP :: HTTP Servers | |
Topic :: Internet :: WWW/HTTP :: Indexing/Search | |
Topic :: Internet :: WWW/HTTP :: Session | |
Topic :: Internet :: WWW/HTTP :: Site Management | |
Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking | |
Topic :: Internet :: WWW/HTTP :: WSGI | |
Topic :: Internet :: WWW/HTTP :: WSGI :: Application | |
Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware | |
Topic :: Internet :: WWW/HTTP :: WSGI :: Server | |
Topic :: Internet :: XMPP | |
Topic :: Internet :: Z39.50 | |
Topic :: Multimedia | |
Topic :: Multimedia :: Graphics | |
Topic :: Multimedia :: Graphics :: 3D Modeling | |
Topic :: Multimedia :: Graphics :: 3D Rendering | |
Topic :: Multimedia :: Graphics :: Capture | |
Topic :: Multimedia :: Graphics :: Capture :: Digital Camera | |
Topic :: Multimedia :: Graphics :: Capture :: Scanners | |
Topic :: Multimedia :: Graphics :: Capture :: Screen Capture | |
Topic :: Multimedia :: Graphics :: Editors | |
Topic :: Multimedia :: Graphics :: Editors :: Raster-Based | |
Topic :: Multimedia :: Graphics :: Editors :: Vector-Based | |
Topic :: Multimedia :: Graphics :: Graphics Conversion | |
Topic :: Multimedia :: Graphics :: Presentation | |
Topic :: Multimedia :: Graphics :: Viewers | |
Topic :: Multimedia :: Sound/Audio | |
Topic :: Multimedia :: Sound/Audio :: Analysis | |
Topic :: Multimedia :: Sound/Audio :: CD Audio | |
Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Playing | |
Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Ripping | |
Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Writing | |
Topic :: Multimedia :: Sound/Audio :: Capture/Recording | |
Topic :: Multimedia :: Sound/Audio :: Conversion | |
Topic :: Multimedia :: Sound/Audio :: Editors | |
Topic :: Multimedia :: Sound/Audio :: MIDI | |
Topic :: Multimedia :: Sound/Audio :: Mixers | |
Topic :: Multimedia :: Sound/Audio :: Players | |
Topic :: Multimedia :: Sound/Audio :: Players :: MP3 | |
Topic :: Multimedia :: Sound/Audio :: Sound Synthesis | |
Topic :: Multimedia :: Sound/Audio :: Speech | |
Topic :: Multimedia :: Video | |
Topic :: Multimedia :: Video :: Capture | |
Topic :: Multimedia :: Video :: Conversion | |
Topic :: Multimedia :: Video :: Display | |
Topic :: Multimedia :: Video :: Non-Linear Editor | |
Topic :: Office/Business | |
Topic :: Office/Business :: Financial | |
Topic :: Office/Business :: Financial :: Accounting | |
Topic :: Office/Business :: Financial :: Investment | |
Topic :: Office/Business :: Financial :: Point-Of-Sale | |
Topic :: Office/Business :: Financial :: Spreadsheet | |
Topic :: Office/Business :: Groupware | |
Topic :: Office/Business :: News/Diary | |
Topic :: Office/Business :: Office Suites | |
Topic :: Office/Business :: Scheduling | |
Topic :: Other/Nonlisted Topic | |
Topic :: Printing | |
Topic :: Religion | |
Topic :: Scientific/Engineering | |
Topic :: Scientific/Engineering :: Artificial Intelligence | |
Topic :: Scientific/Engineering :: Artificial Life | |
Topic :: Scientific/Engineering :: Astronomy | |
Topic :: Scientific/Engineering :: Atmospheric Science | |
Topic :: Scientific/Engineering :: Bio-Informatics | |
Topic :: Scientific/Engineering :: Chemistry | |
Topic :: Scientific/Engineering :: Electronic Design Automation (EDA) | |
Topic :: Scientific/Engineering :: GIS | |
Topic :: Scientific/Engineering :: Human Machine Interfaces | |
Topic :: Scientific/Engineering :: Hydrology | |
Topic :: Scientific/Engineering :: Image Processing | |
Topic :: Scientific/Engineering :: Image Recognition | |
Topic :: Scientific/Engineering :: Information Analysis | |
Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator | |
Topic :: Scientific/Engineering :: Mathematics | |
Topic :: Scientific/Engineering :: Medical Science Apps. | |
Topic :: Scientific/Engineering :: Physics | |
Topic :: Scientific/Engineering :: Visualization | |
Topic :: Security | |
Topic :: Security :: Cryptography | |
Topic :: Sociology | |
Topic :: Sociology :: Genealogy | |
Topic :: Sociology :: History | |
Topic :: Software Development | |
Topic :: Software Development :: Assemblers | |
Topic :: Software Development :: Bug Tracking | |
Topic :: Software Development :: Build Tools | |
Topic :: Software Development :: Code Generators | |
Topic :: Software Development :: Compilers | |
Topic :: Software Development :: Debuggers | |
Topic :: Software Development :: Disassemblers | |
Topic :: Software Development :: Documentation | |
Topic :: Software Development :: Embedded Systems | |
Topic :: Software Development :: Internationalization | |
Topic :: Software Development :: Interpreters | |
Topic :: Software Development :: Libraries | |
Topic :: Software Development :: Libraries :: Application Frameworks | |
Topic :: Software Development :: Libraries :: Java Libraries | |
Topic :: Software Development :: Libraries :: PHP Classes | |
Topic :: Software Development :: Libraries :: Perl Modules | |
Topic :: Software Development :: Libraries :: Pike Modules | |
Topic :: Software Development :: Libraries :: Python Modules | |
Topic :: Software Development :: Libraries :: Ruby Modules | |
Topic :: Software Development :: Libraries :: Tcl Extensions | |
Topic :: Software Development :: Libraries :: pygame | |
Topic :: Software Development :: Localization | |
Topic :: Software Development :: Object Brokering | |
Topic :: Software Development :: Object Brokering :: CORBA | |
Topic :: Software Development :: Pre-processors | |
Topic :: Software Development :: Quality Assurance | |
Topic :: Software Development :: Testing | |
Topic :: Software Development :: Testing :: Acceptance | |
Topic :: Software Development :: Testing :: BDD | |
Topic :: Software Development :: Testing :: Mocking | |
Topic :: Software Development :: Testing :: Traffic Generation | |
Topic :: Software Development :: Testing :: Unit | |
Topic :: Software Development :: User Interfaces | |
Topic :: Software Development :: Version Control | |
Topic :: Software Development :: Version Control :: Bazaar | |
Topic :: Software Development :: Version Control :: CVS | |
Topic :: Software Development :: Version Control :: Git | |
Topic :: Software Development :: Version Control :: Mercurial | |
Topic :: Software Development :: Version Control :: RCS | |
Topic :: Software Development :: Version Control :: SCCS | |
Topic :: Software Development :: Widget Sets | |
Topic :: System | |
Topic :: System :: Archiving | |
Topic :: System :: Archiving :: Backup | |
Topic :: System :: Archiving :: Compression | |
Topic :: System :: Archiving :: Mirroring | |
Topic :: System :: Archiving :: Packaging | |
Topic :: System :: Benchmark | |
Topic :: System :: Boot | |
Topic :: System :: Boot :: Init | |
Topic :: System :: Clustering | |
Topic :: System :: Console Fonts | |
Topic :: System :: Distributed Computing | |
Topic :: System :: Emulators | |
Topic :: System :: Filesystems | |
Topic :: System :: Hardware | |
Topic :: System :: Hardware :: Hardware Drivers | |
Topic :: System :: Hardware :: Mainframes | |
Topic :: System :: Hardware :: Symmetric Multi-processing | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Audio | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Audio/Video (AV) | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Communications Device Class (CDC) | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Diagnostic Device | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Hub | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Human Interface Device (HID) | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Mass Storage | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Miscellaneous | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Printer | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Smart Card | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Vendor | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Video (UVC) | |
Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Wireless Controller | |
Topic :: System :: Installation/Setup | |
Topic :: System :: Logging | |
Topic :: System :: Monitoring | |
Topic :: System :: Networking | |
Topic :: System :: Networking :: Firewalls | |
Topic :: System :: Networking :: Monitoring | |
Topic :: System :: Networking :: Monitoring :: Hardware Watchdog | |
Topic :: System :: Networking :: Time Synchronization | |
Topic :: System :: Operating System | |
Topic :: System :: Operating System Kernels | |
Topic :: System :: Operating System Kernels :: BSD | |
Topic :: System :: Operating System Kernels :: GNU Hurd | |
Topic :: System :: Operating System Kernels :: Linux | |
Topic :: System :: Power (UPS) | |
Topic :: System :: Recovery Tools | |
Topic :: System :: Shells | |
Topic :: System :: Software Distribution | |
Topic :: System :: System Shells | |
Topic :: System :: Systems Administration | |
Topic :: System :: Systems Administration :: Authentication/Directory | |
Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP | |
Topic :: System :: Systems Administration :: Authentication/Directory :: NIS | |
Topic :: Terminals | |
Topic :: Terminals :: Serial | |
Topic :: Terminals :: Telnet | |
Topic :: Terminals :: Terminal Emulators/X Terminals | |
Topic :: Text Editors | |
Topic :: Text Editors :: Documentation | |
Topic :: Text Editors :: Emacs | |
Topic :: Text Editors :: Integrated Development Environments (IDE) | |
Topic :: Text Editors :: Text Processing | |
Topic :: Text Editors :: Word Processors | |
Topic :: Text Processing | |
Topic :: Text Processing :: Filters | |
Topic :: Text Processing :: Fonts | |
Topic :: Text Processing :: General | |
Topic :: Text Processing :: Indexing | |
Topic :: Text Processing :: Linguistic | |
Topic :: Text Processing :: Markup | |
Topic :: Text Processing :: Markup :: HTML | |
Topic :: Text Processing :: Markup :: LaTeX | |
Topic :: Text Processing :: Markup :: Markdown | |
Topic :: Text Processing :: Markup :: SGML | |
Topic :: Text Processing :: Markup :: VRML | |
Topic :: Text Processing :: Markup :: XML | |
Topic :: Text Processing :: Markup :: reStructuredText | |
Topic :: Utilities | |
Typing :: Stubs Only | |
Typing :: Typed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Development Status: | |
1 - Planning: | |
'::': 'Development Status :: 1 - Planning' | |
2 - Pre-Alpha: | |
'::': 'Development Status :: 2 - Pre-Alpha' | |
3 - Alpha: | |
'::': 'Development Status :: 3 - Alpha' | |
4 - Beta: | |
'::': 'Development Status :: 4 - Beta' | |
5 - Production/Stable: | |
'::': 'Development Status :: 5 - Production/Stable' | |
6 - Mature: | |
'::': 'Development Status :: 6 - Mature' | |
7 - Inactive: | |
'::': 'Development Status :: 7 - Inactive' | |
Environment: | |
Console: | |
'::': 'Environment :: Console' | |
Curses: | |
'::': 'Environment :: Console :: Curses' | |
Framebuffer: | |
'::': 'Environment :: Console :: Framebuffer' | |
Newt: | |
'::': 'Environment :: Console :: Newt' | |
svgalib: | |
'::': 'Environment :: Console :: svgalib' | |
GPU: | |
'::': 'Environment :: GPU' | |
NVIDIA CUDA: | |
'1.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 1.0' | |
'1.1': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 1.1' | |
'10.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 10.0' | |
'10.1': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 10.1' | |
'10.2': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 10.2' | |
'11.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 11.0' | |
'11.1': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 11.1' | |
'11.2': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 11.2' | |
'11.3': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 11.3' | |
'11.4': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 11.4' | |
'11.5': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 11.5' | |
'2.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 2.0' | |
'2.1': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 2.1' | |
'2.2': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 2.2' | |
'2.3': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 2.3' | |
'3.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 3.0' | |
'3.1': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 3.1' | |
'3.2': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 3.2' | |
'4.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 4.0' | |
'4.1': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 4.1' | |
'4.2': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 4.2' | |
'5.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 5.0' | |
'5.5': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 5.5' | |
'6.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 6.0' | |
'6.5': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 6.5' | |
'7.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 7.0' | |
'7.5': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 7.5' | |
'8.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 8.0' | |
'9.0': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 9.0' | |
'9.1': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 9.1' | |
'9.2': | |
'::': 'Environment :: GPU :: NVIDIA CUDA :: 9.2' | |
'::': 'Environment :: GPU :: NVIDIA CUDA' | |
Handhelds/PDA's: | |
'::': 'Environment :: Handhelds/PDA''s' | |
MacOS X: | |
'::': 'Environment :: MacOS X' | |
Aqua: | |
'::': 'Environment :: MacOS X :: Aqua' | |
Carbon: | |
'::': 'Environment :: MacOS X :: Carbon' | |
Cocoa: | |
'::': 'Environment :: MacOS X :: Cocoa' | |
No Input/Output (Daemon): | |
'::': 'Environment :: No Input/Output (Daemon)' | |
OpenStack: | |
'::': 'Environment :: OpenStack' | |
Other Environment: | |
'::': 'Environment :: Other Environment' | |
Plugins: | |
'::': 'Environment :: Plugins' | |
Web Environment: | |
'::': 'Environment :: Web Environment' | |
Buffet: | |
'::': 'Environment :: Web Environment :: Buffet' | |
Mozilla: | |
'::': 'Environment :: Web Environment :: Mozilla' | |
ToscaWidgets: | |
'::': 'Environment :: Web Environment :: ToscaWidgets' | |
Win32 (MS Windows): | |
'::': 'Environment :: Win32 (MS Windows)' | |
X11 Applications: | |
'::': 'Environment :: X11 Applications' | |
GTK: | |
'::': 'Environment :: X11 Applications :: GTK' | |
Gnome: | |
'::': 'Environment :: X11 Applications :: Gnome' | |
KDE: | |
'::': 'Environment :: X11 Applications :: KDE' | |
Qt: | |
'::': 'Environment :: X11 Applications :: Qt' | |
Framework: | |
AWS CDK: | |
'1': | |
'::': 'Framework :: AWS CDK :: 1' | |
'::': 'Framework :: AWS CDK' | |
AiiDA: | |
'::': 'Framework :: AiiDA' | |
Ansible: | |
'::': 'Framework :: Ansible' | |
AnyIO: | |
'::': 'Framework :: AnyIO' | |
AsyncIO: | |
'::': 'Framework :: AsyncIO' | |
BEAT: | |
'::': 'Framework :: BEAT' | |
BFG: | |
'::': 'Framework :: BFG' | |
Bob: | |
'::': 'Framework :: Bob' | |
Bottle: | |
'::': 'Framework :: Bottle' | |
Buildout: | |
'::': 'Framework :: Buildout' | |
Extension: | |
'::': 'Framework :: Buildout :: Extension' | |
Recipe: | |
'::': 'Framework :: Buildout :: Recipe' | |
CastleCMS: | |
'::': 'Framework :: CastleCMS' | |
Theme: | |
'::': 'Framework :: CastleCMS :: Theme' | |
Celery: | |
'::': 'Framework :: Celery' | |
Chandler: | |
'::': 'Framework :: Chandler' | |
CherryPy: | |
'::': 'Framework :: CherryPy' | |
CubicWeb: | |
'::': 'Framework :: CubicWeb' | |
Dash: | |
'::': 'Framework :: Dash' | |
Datasette: | |
'::': 'Framework :: Datasette' | |
Django: | |
'1': | |
'::': 'Framework :: Django :: 1' | |
'1.10': | |
'::': 'Framework :: Django :: 1.10' | |
'1.11': | |
'::': 'Framework :: Django :: 1.11' | |
'1.4': | |
'::': 'Framework :: Django :: 1.4' | |
'1.5': | |
'::': 'Framework :: Django :: 1.5' | |
'1.6': | |
'::': 'Framework :: Django :: 1.6' | |
'1.7': | |
'::': 'Framework :: Django :: 1.7' | |
'1.8': | |
'::': 'Framework :: Django :: 1.8' | |
'1.9': | |
'::': 'Framework :: Django :: 1.9' | |
'2': | |
'::': 'Framework :: Django :: 2' | |
'2.0': | |
'::': 'Framework :: Django :: 2.0' | |
'2.1': | |
'::': 'Framework :: Django :: 2.1' | |
'2.2': | |
'::': 'Framework :: Django :: 2.2' | |
'3': | |
'::': 'Framework :: Django :: 3' | |
'3.0': | |
'::': 'Framework :: Django :: 3.0' | |
'3.1': | |
'::': 'Framework :: Django :: 3.1' | |
'3.2': | |
'::': 'Framework :: Django :: 3.2' | |
'4': | |
'::': 'Framework :: Django :: 4' | |
'4.0': | |
'::': 'Framework :: Django :: 4.0' | |
'::': 'Framework :: Django' | |
Django CMS: | |
'3.4': | |
'::': 'Framework :: Django CMS :: 3.4' | |
'3.5': | |
'::': 'Framework :: Django CMS :: 3.5' | |
'3.6': | |
'::': 'Framework :: Django CMS :: 3.6' | |
'3.7': | |
'::': 'Framework :: Django CMS :: 3.7' | |
'3.8': | |
'::': 'Framework :: Django CMS :: 3.8' | |
'::': 'Framework :: Django CMS' | |
FastAPI: | |
'::': 'Framework :: FastAPI' | |
Flake8: | |
'::': 'Framework :: Flake8' | |
Flask: | |
'::': 'Framework :: Flask' | |
Hypothesis: | |
'::': 'Framework :: Hypothesis' | |
IDLE: | |
'::': 'Framework :: IDLE' | |
IPython: | |
'::': 'Framework :: IPython' | |
Jupyter: | |
'::': 'Framework :: Jupyter' | |
JupyterLab: | |
'1': | |
'::': 'Framework :: Jupyter :: JupyterLab :: 1' | |
'2': | |
'::': 'Framework :: Jupyter :: JupyterLab :: 2' | |
'3': | |
'::': 'Framework :: Jupyter :: JupyterLab :: 3' | |
'4': | |
'::': 'Framework :: Jupyter :: JupyterLab :: 4' | |
'::': 'Framework :: Jupyter :: JupyterLab' | |
Extensions: | |
'::': 'Framework :: Jupyter :: JupyterLab :: Extensions' | |
Mime Renderers: | |
'::': 'Framework :: Jupyter :: JupyterLab :: Extensions :: Mime Renderers' | |
Prebuilt: | |
'::': 'Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt' | |
Themes: | |
'::': 'Framework :: Jupyter :: JupyterLab :: Extensions :: Themes' | |
Kedro: | |
'::': 'Framework :: Kedro' | |
Lektor: | |
'::': 'Framework :: Lektor' | |
Masonite: | |
'::': 'Framework :: Masonite' | |
Matplotlib: | |
'::': 'Framework :: Matplotlib' | |
Nengo: | |
'::': 'Framework :: Nengo' | |
Odoo: | |
'10.0': | |
'::': 'Framework :: Odoo :: 10.0' | |
'11.0': | |
'::': 'Framework :: Odoo :: 11.0' | |
'12.0': | |
'::': 'Framework :: Odoo :: 12.0' | |
'13.0': | |
'::': 'Framework :: Odoo :: 13.0' | |
'14.0': | |
'::': 'Framework :: Odoo :: 14.0' | |
'15.0': | |
'::': 'Framework :: Odoo :: 15.0' | |
'8.0': | |
'::': 'Framework :: Odoo :: 8.0' | |
'9.0': | |
'::': 'Framework :: Odoo :: 9.0' | |
'::': 'Framework :: Odoo' | |
Opps: | |
'::': 'Framework :: Opps' | |
Paste: | |
'::': 'Framework :: Paste' | |
Pelican: | |
'::': 'Framework :: Pelican' | |
Plugins: | |
'::': 'Framework :: Pelican :: Plugins' | |
Themes: | |
'::': 'Framework :: Pelican :: Themes' | |
Plone: | |
'3.2': | |
'::': 'Framework :: Plone :: 3.2' | |
'3.3': | |
'::': 'Framework :: Plone :: 3.3' | |
'4.0': | |
'::': 'Framework :: Plone :: 4.0' | |
'4.1': | |
'::': 'Framework :: Plone :: 4.1' | |
'4.2': | |
'::': 'Framework :: Plone :: 4.2' | |
'4.3': | |
'::': 'Framework :: Plone :: 4.3' | |
'5.0': | |
'::': 'Framework :: Plone :: 5.0' | |
'5.1': | |
'::': 'Framework :: Plone :: 5.1' | |
'5.2': | |
'::': 'Framework :: Plone :: 5.2' | |
'5.3': | |
'::': 'Framework :: Plone :: 5.3' | |
'6.0': | |
'::': 'Framework :: Plone :: 6.0' | |
'::': 'Framework :: Plone' | |
Addon: | |
'::': 'Framework :: Plone :: Addon' | |
Core: | |
'::': 'Framework :: Plone :: Core' | |
Theme: | |
'::': 'Framework :: Plone :: Theme' | |
Pylons: | |
'::': 'Framework :: Pylons' | |
Pyramid: | |
'::': 'Framework :: Pyramid' | |
Pytest: | |
'::': 'Framework :: Pytest' | |
Review Board: | |
'::': 'Framework :: Review Board' | |
Robot Framework: | |
'::': 'Framework :: Robot Framework' | |
Library: | |
'::': 'Framework :: Robot Framework :: Library' | |
Tool: | |
'::': 'Framework :: Robot Framework :: Tool' | |
Scrapy: | |
'::': 'Framework :: Scrapy' | |
Setuptools Plugin: | |
'::': 'Framework :: Setuptools Plugin' | |
Sphinx: | |
'::': 'Framework :: Sphinx' | |
Extension: | |
'::': 'Framework :: Sphinx :: Extension' | |
Theme: | |
'::': 'Framework :: Sphinx :: Theme' | |
Trac: | |
'::': 'Framework :: Trac' | |
Trio: | |
'::': 'Framework :: Trio' | |
Tryton: | |
'::': 'Framework :: Tryton' | |
TurboGears: | |
'::': 'Framework :: TurboGears' | |
Applications: | |
'::': 'Framework :: TurboGears :: Applications' | |
Widgets: | |
'::': 'Framework :: TurboGears :: Widgets' | |
Twisted: | |
'::': 'Framework :: Twisted' | |
Wagtail: | |
'1': | |
'::': 'Framework :: Wagtail :: 1' | |
'2': | |
'::': 'Framework :: Wagtail :: 2' | |
'::': 'Framework :: Wagtail' | |
ZODB: | |
'::': 'Framework :: ZODB' | |
Zope: | |
'2': | |
'::': 'Framework :: Zope :: 2' | |
'3': | |
'::': 'Framework :: Zope :: 3' | |
'4': | |
'::': 'Framework :: Zope :: 4' | |
'5': | |
'::': 'Framework :: Zope :: 5' | |
'::': 'Framework :: Zope' | |
Zope2: | |
'::': 'Framework :: Zope2' | |
Zope3: | |
'::': 'Framework :: Zope3' | |
aiohttp: | |
'::': 'Framework :: aiohttp' | |
cocotb: | |
'::': 'Framework :: cocotb' | |
napari: | |
'::': 'Framework :: napari' | |
tox: | |
'::': 'Framework :: tox' | |
Intended Audience: | |
Customer Service: | |
'::': 'Intended Audience :: Customer Service' | |
Developers: | |
'::': 'Intended Audience :: Developers' | |
Education: | |
'::': 'Intended Audience :: Education' | |
End Users/Desktop: | |
'::': 'Intended Audience :: End Users/Desktop' | |
Financial and Insurance Industry: | |
'::': 'Intended Audience :: Financial and Insurance Industry' | |
Healthcare Industry: | |
'::': 'Intended Audience :: Healthcare Industry' | |
Information Technology: | |
'::': 'Intended Audience :: Information Technology' | |
Legal Industry: | |
'::': 'Intended Audience :: Legal Industry' | |
Manufacturing: | |
'::': 'Intended Audience :: Manufacturing' | |
Other Audience: | |
'::': 'Intended Audience :: Other Audience' | |
Religion: | |
'::': 'Intended Audience :: Religion' | |
Science/Research: | |
'::': 'Intended Audience :: Science/Research' | |
System Administrators: | |
'::': 'Intended Audience :: System Administrators' | |
Telecommunications Industry: | |
'::': 'Intended Audience :: Telecommunications Industry' | |
License: | |
Aladdin Free Public License (AFPL): | |
'::': 'License :: Aladdin Free Public License (AFPL)' | |
CC0 1.0 Universal (CC0 1.0) Public Domain Dedication: | |
'::': 'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication' | |
CeCILL-B Free Software License Agreement (CECILL-B): | |
'::': 'License :: CeCILL-B Free Software License Agreement (CECILL-B)' | |
CeCILL-C Free Software License Agreement (CECILL-C): | |
'::': 'License :: CeCILL-C Free Software License Agreement (CECILL-C)' | |
DFSG approved: | |
'::': 'License :: DFSG approved' | |
Eiffel Forum License (EFL): | |
'::': 'License :: Eiffel Forum License (EFL)' | |
Free For Educational Use: | |
'::': 'License :: Free For Educational Use' | |
Free For Home Use: | |
'::': 'License :: Free For Home Use' | |
Free To Use But Restricted: | |
'::': 'License :: Free To Use But Restricted' | |
Free for non-commercial use: | |
'::': 'License :: Free for non-commercial use' | |
Freely Distributable: | |
'::': 'License :: Freely Distributable' | |
Freeware: | |
'::': 'License :: Freeware' | |
GUST Font License 1.0: | |
'::': 'License :: GUST Font License 1.0' | |
GUST Font License 2006-09-30: | |
'::': 'License :: GUST Font License 2006-09-30' | |
Netscape Public License (NPL): | |
'::': 'License :: Netscape Public License (NPL)' | |
Nokia Open Source License (NOKOS): | |
'::': 'License :: Nokia Open Source License (NOKOS)' | |
OSI Approved: | |
'::': 'License :: OSI Approved' | |
Academic Free License (AFL): | |
'::': 'License :: OSI Approved :: Academic Free License (AFL)' | |
Apache Software License: | |
'::': 'License :: OSI Approved :: Apache Software License' | |
Apple Public Source License: | |
'::': 'License :: OSI Approved :: Apple Public Source License' | |
Artistic License: | |
'::': 'License :: OSI Approved :: Artistic License' | |
Attribution Assurance License: | |
'::': 'License :: OSI Approved :: Attribution Assurance License' | |
BSD License: | |
'::': 'License :: OSI Approved :: BSD License' | |
Boost Software License 1.0 (BSL-1.0): | |
'::': 'License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)' | |
CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1): | |
'::': 'License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)' | |
Common Development and Distribution License 1.0 (CDDL-1.0): | |
'::': 'License :: OSI Approved :: Common Development and Distribution License 1.0 (CDDL-1.0)' | |
Common Public License: | |
'::': 'License :: OSI Approved :: Common Public License' | |
Eclipse Public License 1.0 (EPL-1.0): | |
'::': 'License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)' | |
Eclipse Public License 2.0 (EPL-2.0): | |
'::': 'License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)' | |
Eiffel Forum License: | |
'::': 'License :: OSI Approved :: Eiffel Forum License' | |
European Union Public Licence 1.0 (EUPL 1.0): | |
'::': 'License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0)' | |
European Union Public Licence 1.1 (EUPL 1.1): | |
'::': 'License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)' | |
European Union Public Licence 1.2 (EUPL 1.2): | |
'::': 'License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)' | |
GNU Affero General Public License v3: | |
'::': 'License :: OSI Approved :: GNU Affero General Public License v3' | |
GNU Affero General Public License v3 or later (AGPLv3+): | |
'::': 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)' | |
GNU Free Documentation License (FDL): | |
'::': 'License :: OSI Approved :: GNU Free Documentation License (FDL)' | |
GNU General Public License (GPL): | |
'::': 'License :: OSI Approved :: GNU General Public License (GPL)' | |
GNU General Public License v2 (GPLv2): | |
'::': 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)' | |
GNU General Public License v2 or later (GPLv2+): | |
'::': 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)' | |
GNU General Public License v3 (GPLv3): | |
'::': 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' | |
GNU General Public License v3 or later (GPLv3+): | |
'::': 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' | |
GNU Lesser General Public License v2 (LGPLv2): | |
'::': 'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)' | |
GNU Lesser General Public License v2 or later (LGPLv2+): | |
'::': 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)' | |
GNU Lesser General Public License v3 (LGPLv3): | |
'::': 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)' | |
GNU Lesser General Public License v3 or later (LGPLv3+): | |
'::': 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)' | |
GNU Library or Lesser General Public License (LGPL): | |
'::': 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)' | |
Historical Permission Notice and Disclaimer (HPND): | |
'::': 'License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)' | |
IBM Public License: | |
'::': 'License :: OSI Approved :: IBM Public License' | |
ISC License (ISCL): | |
'::': 'License :: OSI Approved :: ISC License (ISCL)' | |
Intel Open Source License: | |
'::': 'License :: OSI Approved :: Intel Open Source License' | |
Jabber Open Source License: | |
'::': 'License :: OSI Approved :: Jabber Open Source License' | |
MIT License: | |
'::': 'License :: OSI Approved :: MIT License' | |
MIT No Attribution License (MIT-0): | |
'::': 'License :: OSI Approved :: MIT No Attribution License (MIT-0)' | |
MITRE Collaborative Virtual Workspace License (CVW): | |
'::': 'License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)' | |
MirOS License (MirOS): | |
'::': 'License :: OSI Approved :: MirOS License (MirOS)' | |
Motosoto License: | |
'::': 'License :: OSI Approved :: Motosoto License' | |
Mozilla Public License 1.0 (MPL): | |
'::': 'License :: OSI Approved :: Mozilla Public License 1.0 (MPL)' | |
Mozilla Public License 1.1 (MPL 1.1): | |
'::': 'License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)' | |
Mozilla Public License 2.0 (MPL 2.0): | |
'::': 'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)' | |
Nethack General Public License: | |
'::': 'License :: OSI Approved :: Nethack General Public License' | |
Nokia Open Source License: | |
'::': 'License :: OSI Approved :: Nokia Open Source License' | |
Open Group Test Suite License: | |
'::': 'License :: OSI Approved :: Open Group Test Suite License' | |
Open Software License 3.0 (OSL-3.0): | |
'::': 'License :: OSI Approved :: Open Software License 3.0 (OSL-3.0)' | |
PostgreSQL License: | |
'::': 'License :: OSI Approved :: PostgreSQL License' | |
Python License (CNRI Python License): | |
'::': 'License :: OSI Approved :: Python License (CNRI Python License)' | |
Python Software Foundation License: | |
'::': 'License :: OSI Approved :: Python Software Foundation License' | |
Qt Public License (QPL): | |
'::': 'License :: OSI Approved :: Qt Public License (QPL)' | |
Ricoh Source Code Public License: | |
'::': 'License :: OSI Approved :: Ricoh Source Code Public License' | |
SIL Open Font License 1.1 (OFL-1.1): | |
'::': 'License :: OSI Approved :: SIL Open Font License 1.1 (OFL-1.1)' | |
Sleepycat License: | |
'::': 'License :: OSI Approved :: Sleepycat License' | |
Sun Industry Standards Source License (SISSL): | |
'::': 'License :: OSI Approved :: Sun Industry Standards Source License (SISSL)' | |
Sun Public License: | |
'::': 'License :: OSI Approved :: Sun Public License' | |
The Unlicense (Unlicense): | |
'::': 'License :: OSI Approved :: The Unlicense (Unlicense)' | |
Universal Permissive License (UPL): | |
'::': 'License :: OSI Approved :: Universal Permissive License (UPL)' | |
University of Illinois/NCSA Open Source License: | |
'::': 'License :: OSI Approved :: University of Illinois/NCSA Open Source License' | |
Vovida Software License 1.0: | |
'::': 'License :: OSI Approved :: Vovida Software License 1.0' | |
W3C License: | |
'::': 'License :: OSI Approved :: W3C License' | |
X.Net License: | |
'::': 'License :: OSI Approved :: X.Net License' | |
Zope Public License: | |
'::': 'License :: OSI Approved :: Zope Public License' | |
zlib/libpng License: | |
'::': 'License :: OSI Approved :: zlib/libpng License' | |
Other/Proprietary License: | |
'::': 'License :: Other/Proprietary License' | |
Public Domain: | |
'::': 'License :: Public Domain' | |
Repoze Public License: | |
'::': 'License :: Repoze Public License' | |
Natural Language: | |
Afrikaans: | |
'::': 'Natural Language :: Afrikaans' | |
Arabic: | |
'::': 'Natural Language :: Arabic' | |
Basque: | |
'::': 'Natural Language :: Basque' | |
Bengali: | |
'::': 'Natural Language :: Bengali' | |
Bosnian: | |
'::': 'Natural Language :: Bosnian' | |
Bulgarian: | |
'::': 'Natural Language :: Bulgarian' | |
Cantonese: | |
'::': 'Natural Language :: Cantonese' | |
Catalan: | |
'::': 'Natural Language :: Catalan' | |
Chinese (Simplified): | |
'::': 'Natural Language :: Chinese (Simplified)' | |
Chinese (Traditional): | |
'::': 'Natural Language :: Chinese (Traditional)' | |
Croatian: | |
'::': 'Natural Language :: Croatian' | |
Czech: | |
'::': 'Natural Language :: Czech' | |
Danish: | |
'::': 'Natural Language :: Danish' | |
Dutch: | |
'::': 'Natural Language :: Dutch' | |
English: | |
'::': 'Natural Language :: English' | |
Esperanto: | |
'::': 'Natural Language :: Esperanto' | |
Finnish: | |
'::': 'Natural Language :: Finnish' | |
French: | |
'::': 'Natural Language :: French' | |
Galician: | |
'::': 'Natural Language :: Galician' | |
German: | |
'::': 'Natural Language :: German' | |
Greek: | |
'::': 'Natural Language :: Greek' | |
Hebrew: | |
'::': 'Natural Language :: Hebrew' | |
Hindi: | |
'::': 'Natural Language :: Hindi' | |
Hungarian: | |
'::': 'Natural Language :: Hungarian' | |
Icelandic: | |
'::': 'Natural Language :: Icelandic' | |
Indonesian: | |
'::': 'Natural Language :: Indonesian' | |
Irish: | |
'::': 'Natural Language :: Irish' | |
Italian: | |
'::': 'Natural Language :: Italian' | |
Japanese: | |
'::': 'Natural Language :: Japanese' | |
Javanese: | |
'::': 'Natural Language :: Javanese' | |
Korean: | |
'::': 'Natural Language :: Korean' | |
Latin: | |
'::': 'Natural Language :: Latin' | |
Latvian: | |
'::': 'Natural Language :: Latvian' | |
Lithuanian: | |
'::': 'Natural Language :: Lithuanian' | |
Macedonian: | |
'::': 'Natural Language :: Macedonian' | |
Malay: | |
'::': 'Natural Language :: Malay' | |
Marathi: | |
'::': 'Natural Language :: Marathi' | |
Nepali: | |
'::': 'Natural Language :: Nepali' | |
Norwegian: | |
'::': 'Natural Language :: Norwegian' | |
Panjabi: | |
'::': 'Natural Language :: Panjabi' | |
Persian: | |
'::': 'Natural Language :: Persian' | |
Polish: | |
'::': 'Natural Language :: Polish' | |
Portuguese: | |
'::': 'Natural Language :: Portuguese' | |
Portuguese (Brazilian): | |
'::': 'Natural Language :: Portuguese (Brazilian)' | |
Romanian: | |
'::': 'Natural Language :: Romanian' | |
Russian: | |
'::': 'Natural Language :: Russian' | |
Serbian: | |
'::': 'Natural Language :: Serbian' | |
Slovak: | |
'::': 'Natural Language :: Slovak' | |
Slovenian: | |
'::': 'Natural Language :: Slovenian' | |
Spanish: | |
'::': 'Natural Language :: Spanish' | |
Swedish: | |
'::': 'Natural Language :: Swedish' | |
Tamil: | |
'::': 'Natural Language :: Tamil' | |
Telugu: | |
'::': 'Natural Language :: Telugu' | |
Thai: | |
'::': 'Natural Language :: Thai' | |
Tibetan: | |
'::': 'Natural Language :: Tibetan' | |
Turkish: | |
'::': 'Natural Language :: Turkish' | |
Ukrainian: | |
'::': 'Natural Language :: Ukrainian' | |
Urdu: | |
'::': 'Natural Language :: Urdu' | |
Vietnamese: | |
'::': 'Natural Language :: Vietnamese' | |
Operating System: | |
Android: | |
'::': 'Operating System :: Android' | |
BeOS: | |
'::': 'Operating System :: BeOS' | |
MacOS: | |
'::': 'Operating System :: MacOS' | |
MacOS 9: | |
'::': 'Operating System :: MacOS :: MacOS 9' | |
MacOS X: | |
'::': 'Operating System :: MacOS :: MacOS X' | |
Microsoft: | |
'::': 'Operating System :: Microsoft' | |
MS-DOS: | |
'::': 'Operating System :: Microsoft :: MS-DOS' | |
Windows: | |
'::': 'Operating System :: Microsoft :: Windows' | |
Windows 10: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows 10' | |
Windows 3.1 or Earlier: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier' | |
Windows 7: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows 7' | |
Windows 8: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows 8' | |
Windows 8.1: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows 8.1' | |
Windows 95/98/2000: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows 95/98/2000' | |
Windows CE: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows CE' | |
Windows NT/2000: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows NT/2000' | |
Windows Server 2003: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows Server 2003' | |
Windows Server 2008: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows Server 2008' | |
Windows Vista: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows Vista' | |
Windows XP: | |
'::': 'Operating System :: Microsoft :: Windows :: Windows XP' | |
OS Independent: | |
'::': 'Operating System :: OS Independent' | |
OS/2: | |
'::': 'Operating System :: OS/2' | |
Other OS: | |
'::': 'Operating System :: Other OS' | |
PDA Systems: | |
'::': 'Operating System :: PDA Systems' | |
POSIX: | |
'::': 'Operating System :: POSIX' | |
AIX: | |
'::': 'Operating System :: POSIX :: AIX' | |
BSD: | |
'::': 'Operating System :: POSIX :: BSD' | |
BSD/OS: | |
'::': 'Operating System :: POSIX :: BSD :: BSD/OS' | |
FreeBSD: | |
'::': 'Operating System :: POSIX :: BSD :: FreeBSD' | |
NetBSD: | |
'::': 'Operating System :: POSIX :: BSD :: NetBSD' | |
OpenBSD: | |
'::': 'Operating System :: POSIX :: BSD :: OpenBSD' | |
GNU Hurd: | |
'::': 'Operating System :: POSIX :: GNU Hurd' | |
HP-UX: | |
'::': 'Operating System :: POSIX :: HP-UX' | |
IRIX: | |
'::': 'Operating System :: POSIX :: IRIX' | |
Linux: | |
'::': 'Operating System :: POSIX :: Linux' | |
Other: | |
'::': 'Operating System :: POSIX :: Other' | |
SCO: | |
'::': 'Operating System :: POSIX :: SCO' | |
SunOS/Solaris: | |
'::': 'Operating System :: POSIX :: SunOS/Solaris' | |
PalmOS: | |
'::': 'Operating System :: PalmOS' | |
RISC OS: | |
'::': 'Operating System :: RISC OS' | |
Unix: | |
'::': 'Operating System :: Unix' | |
iOS: | |
'::': 'Operating System :: iOS' | |
Programming Language: | |
APL: | |
'::': 'Programming Language :: APL' | |
ASP: | |
'::': 'Programming Language :: ASP' | |
Ada: | |
'::': 'Programming Language :: Ada' | |
Assembly: | |
'::': 'Programming Language :: Assembly' | |
Awk: | |
'::': 'Programming Language :: Awk' | |
Basic: | |
'::': 'Programming Language :: Basic' | |
C: | |
'::': 'Programming Language :: C' | |
C#: | |
'::': 'Programming Language :: C#' | |
C++: | |
'::': 'Programming Language :: C++' | |
Cold Fusion: | |
'::': 'Programming Language :: Cold Fusion' | |
Cython: | |
'::': 'Programming Language :: Cython' | |
D: | |
'::': 'Programming Language :: D' | |
Delphi/Kylix: | |
'::': 'Programming Language :: Delphi/Kylix' | |
Dylan: | |
'::': 'Programming Language :: Dylan' | |
Eiffel: | |
'::': 'Programming Language :: Eiffel' | |
Emacs-Lisp: | |
'::': 'Programming Language :: Emacs-Lisp' | |
Erlang: | |
'::': 'Programming Language :: Erlang' | |
Euler: | |
'::': 'Programming Language :: Euler' | |
Euphoria: | |
'::': 'Programming Language :: Euphoria' | |
F#: | |
'::': 'Programming Language :: F#' | |
Forth: | |
'::': 'Programming Language :: Forth' | |
Fortran: | |
'::': 'Programming Language :: Fortran' | |
Haskell: | |
'::': 'Programming Language :: Haskell' | |
Java: | |
'::': 'Programming Language :: Java' | |
JavaScript: | |
'::': 'Programming Language :: JavaScript' | |
Kotlin: | |
'::': 'Programming Language :: Kotlin' | |
Lisp: | |
'::': 'Programming Language :: Lisp' | |
Logo: | |
'::': 'Programming Language :: Logo' | |
ML: | |
'::': 'Programming Language :: ML' | |
Modula: | |
'::': 'Programming Language :: Modula' | |
OCaml: | |
'::': 'Programming Language :: OCaml' | |
Object Pascal: | |
'::': 'Programming Language :: Object Pascal' | |
Objective C: | |
'::': 'Programming Language :: Objective C' | |
Other: | |
'::': 'Programming Language :: Other' | |
Other Scripting Engines: | |
'::': 'Programming Language :: Other Scripting Engines' | |
PHP: | |
'::': 'Programming Language :: PHP' | |
PL/SQL: | |
'::': 'Programming Language :: PL/SQL' | |
PROGRESS: | |
'::': 'Programming Language :: PROGRESS' | |
Pascal: | |
'::': 'Programming Language :: Pascal' | |
Perl: | |
'::': 'Programming Language :: Perl' | |
Pike: | |
'::': 'Programming Language :: Pike' | |
Pliant: | |
'::': 'Programming Language :: Pliant' | |
Prolog: | |
'::': 'Programming Language :: Prolog' | |
Python: | |
'2': | |
'::': 'Programming Language :: Python :: 2' | |
Only: | |
'::': 'Programming Language :: Python :: 2 :: Only' | |
'2.3': | |
'::': 'Programming Language :: Python :: 2.3' | |
'2.4': | |
'::': 'Programming Language :: Python :: 2.4' | |
'2.5': | |
'::': 'Programming Language :: Python :: 2.5' | |
'2.6': | |
'::': 'Programming Language :: Python :: 2.6' | |
'2.7': | |
'::': 'Programming Language :: Python :: 2.7' | |
'3': | |
'::': 'Programming Language :: Python :: 3' | |
Only: | |
'::': 'Programming Language :: Python :: 3 :: Only' | |
'3.0': | |
'::': 'Programming Language :: Python :: 3.0' | |
'3.1': | |
'::': 'Programming Language :: Python :: 3.1' | |
'3.10': | |
'::': 'Programming Language :: Python :: 3.10' | |
'3.11': | |
'::': 'Programming Language :: Python :: 3.11' | |
'3.2': | |
'::': 'Programming Language :: Python :: 3.2' | |
'3.3': | |
'::': 'Programming Language :: Python :: 3.3' | |
'3.4': | |
'::': 'Programming Language :: Python :: 3.4' | |
'3.5': | |
'::': 'Programming Language :: Python :: 3.5' | |
'3.6': | |
'::': 'Programming Language :: Python :: 3.6' | |
'3.7': | |
'::': 'Programming Language :: Python :: 3.7' | |
'3.8': | |
'::': 'Programming Language :: Python :: 3.8' | |
'3.9': | |
'::': 'Programming Language :: Python :: 3.9' | |
'::': 'Programming Language :: Python' | |
Implementation: | |
'::': 'Programming Language :: Python :: Implementation' | |
CPython: | |
'::': 'Programming Language :: Python :: Implementation :: CPython' | |
IronPython: | |
'::': 'Programming Language :: Python :: Implementation :: IronPython' | |
Jython: | |
'::': 'Programming Language :: Python :: Implementation :: Jython' | |
MicroPython: | |
'::': 'Programming Language :: Python :: Implementation :: MicroPython' | |
PyPy: | |
'::': 'Programming Language :: Python :: Implementation :: PyPy' | |
Stackless: | |
'::': 'Programming Language :: Python :: Implementation :: Stackless' | |
R: | |
'::': 'Programming Language :: R' | |
REBOL: | |
'::': 'Programming Language :: REBOL' | |
Rexx: | |
'::': 'Programming Language :: Rexx' | |
Ruby: | |
'::': 'Programming Language :: Ruby' | |
Rust: | |
'::': 'Programming Language :: Rust' | |
SQL: | |
'::': 'Programming Language :: SQL' | |
Scheme: | |
'::': 'Programming Language :: Scheme' | |
Simula: | |
'::': 'Programming Language :: Simula' | |
Smalltalk: | |
'::': 'Programming Language :: Smalltalk' | |
Tcl: | |
'::': 'Programming Language :: Tcl' | |
Unix Shell: | |
'::': 'Programming Language :: Unix Shell' | |
Visual Basic: | |
'::': 'Programming Language :: Visual Basic' | |
XBasic: | |
'::': 'Programming Language :: XBasic' | |
YACC: | |
'::': 'Programming Language :: YACC' | |
Zope: | |
'::': 'Programming Language :: Zope' | |
Topic: | |
Adaptive Technologies: | |
'::': 'Topic :: Adaptive Technologies' | |
Artistic Software: | |
'::': 'Topic :: Artistic Software' | |
Communications: | |
'::': 'Topic :: Communications' | |
BBS: | |
'::': 'Topic :: Communications :: BBS' | |
Chat: | |
'::': 'Topic :: Communications :: Chat' | |
ICQ: | |
'::': 'Topic :: Communications :: Chat :: ICQ' | |
Internet Relay Chat: | |
'::': 'Topic :: Communications :: Chat :: Internet Relay Chat' | |
Unix Talk: | |
'::': 'Topic :: Communications :: Chat :: Unix Talk' | |
Conferencing: | |
'::': 'Topic :: Communications :: Conferencing' | |
Email: | |
'::': 'Topic :: Communications :: Email' | |
Address Book: | |
'::': 'Topic :: Communications :: Email :: Address Book' | |
Email Clients (MUA): | |
'::': 'Topic :: Communications :: Email :: Email Clients (MUA)' | |
Filters: | |
'::': 'Topic :: Communications :: Email :: Filters' | |
Mail Transport Agents: | |
'::': 'Topic :: Communications :: Email :: Mail Transport Agents' | |
Mailing List Servers: | |
'::': 'Topic :: Communications :: Email :: Mailing List Servers' | |
Post-Office: | |
'::': 'Topic :: Communications :: Email :: Post-Office' | |
IMAP: | |
'::': 'Topic :: Communications :: Email :: Post-Office :: IMAP' | |
POP3: | |
'::': 'Topic :: Communications :: Email :: Post-Office :: POP3' | |
FIDO: | |
'::': 'Topic :: Communications :: FIDO' | |
Fax: | |
'::': 'Topic :: Communications :: Fax' | |
File Sharing: | |
'::': 'Topic :: Communications :: File Sharing' | |
Gnutella: | |
'::': 'Topic :: Communications :: File Sharing :: Gnutella' | |
Napster: | |
'::': 'Topic :: Communications :: File Sharing :: Napster' | |
Ham Radio: | |
'::': 'Topic :: Communications :: Ham Radio' | |
Internet Phone: | |
'::': 'Topic :: Communications :: Internet Phone' | |
Telephony: | |
'::': 'Topic :: Communications :: Telephony' | |
Usenet News: | |
'::': 'Topic :: Communications :: Usenet News' | |
Database: | |
'::': 'Topic :: Database' | |
Database Engines/Servers: | |
'::': 'Topic :: Database :: Database Engines/Servers' | |
Front-Ends: | |
'::': 'Topic :: Database :: Front-Ends' | |
Desktop Environment: | |
'::': 'Topic :: Desktop Environment' | |
File Managers: | |
'::': 'Topic :: Desktop Environment :: File Managers' | |
GNUstep: | |
'::': 'Topic :: Desktop Environment :: GNUstep' | |
Gnome: | |
'::': 'Topic :: Desktop Environment :: Gnome' | |
K Desktop Environment (KDE): | |
'::': 'Topic :: Desktop Environment :: K Desktop Environment (KDE)' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: K Desktop Environment (KDE) :: Themes' | |
PicoGUI: | |
'::': 'Topic :: Desktop Environment :: PicoGUI' | |
Applications: | |
'::': 'Topic :: Desktop Environment :: PicoGUI :: Applications' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: PicoGUI :: Themes' | |
Screen Savers: | |
'::': 'Topic :: Desktop Environment :: Screen Savers' | |
Window Managers: | |
'::': 'Topic :: Desktop Environment :: Window Managers' | |
Afterstep: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Afterstep' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Afterstep :: Themes' | |
Applets: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Applets' | |
Blackbox: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Blackbox' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Blackbox :: Themes' | |
CTWM: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: CTWM' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: CTWM :: Themes' | |
Enlightenment: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Enlightenment' | |
Epplets: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Epplets' | |
Themes DR15: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Themes DR15' | |
Themes DR16: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Themes DR16' | |
Themes DR17: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Enlightenment :: Themes DR17' | |
FVWM: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: FVWM' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: FVWM :: Themes' | |
Fluxbox: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Fluxbox' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Fluxbox :: Themes' | |
IceWM: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: IceWM' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: IceWM :: Themes' | |
MetaCity: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: MetaCity' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: MetaCity :: Themes' | |
Oroborus: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Oroborus' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Oroborus :: Themes' | |
Sawfish: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Sawfish' | |
Themes 0.30: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Sawfish :: Themes 0.30' | |
Themes pre-0.30: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Sawfish :: Themes pre-0.30' | |
Waimea: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Waimea' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Waimea :: Themes' | |
Window Maker: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Window Maker' | |
Applets: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Window Maker :: Applets' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: Window Maker :: Themes' | |
XFCE: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: XFCE' | |
Themes: | |
'::': 'Topic :: Desktop Environment :: Window Managers :: XFCE :: Themes' | |
Documentation: | |
'::': 'Topic :: Documentation' | |
Sphinx: | |
'::': 'Topic :: Documentation :: Sphinx' | |
Education: | |
'::': 'Topic :: Education' | |
Computer Aided Instruction (CAI): | |
'::': 'Topic :: Education :: Computer Aided Instruction (CAI)' | |
Testing: | |
'::': 'Topic :: Education :: Testing' | |
Games/Entertainment: | |
'::': 'Topic :: Games/Entertainment' | |
Arcade: | |
'::': 'Topic :: Games/Entertainment :: Arcade' | |
Board Games: | |
'::': 'Topic :: Games/Entertainment :: Board Games' | |
First Person Shooters: | |
'::': 'Topic :: Games/Entertainment :: First Person Shooters' | |
Fortune Cookies: | |
'::': 'Topic :: Games/Entertainment :: Fortune Cookies' | |
Multi-User Dungeons (MUD): | |
'::': 'Topic :: Games/Entertainment :: Multi-User Dungeons (MUD)' | |
Puzzle Games: | |
'::': 'Topic :: Games/Entertainment :: Puzzle Games' | |
Real Time Strategy: | |
'::': 'Topic :: Games/Entertainment :: Real Time Strategy' | |
Role-Playing: | |
'::': 'Topic :: Games/Entertainment :: Role-Playing' | |
Side-Scrolling/Arcade Games: | |
'::': 'Topic :: Games/Entertainment :: Side-Scrolling/Arcade Games' | |
Simulation: | |
'::': 'Topic :: Games/Entertainment :: Simulation' | |
Turn Based Strategy: | |
'::': 'Topic :: Games/Entertainment :: Turn Based Strategy' | |
Home Automation: | |
'::': 'Topic :: Home Automation' | |
Internet: | |
'::': 'Topic :: Internet' | |
File Transfer Protocol (FTP): | |
'::': 'Topic :: Internet :: File Transfer Protocol (FTP)' | |
Finger: | |
'::': 'Topic :: Internet :: Finger' | |
Log Analysis: | |
'::': 'Topic :: Internet :: Log Analysis' | |
Name Service (DNS): | |
'::': 'Topic :: Internet :: Name Service (DNS)' | |
Proxy Servers: | |
'::': 'Topic :: Internet :: Proxy Servers' | |
WAP: | |
'::': 'Topic :: Internet :: WAP' | |
WWW/HTTP: | |
'::': 'Topic :: Internet :: WWW/HTTP' | |
Browsers: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Browsers' | |
Dynamic Content: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' | |
CGI Tools/Libraries: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries' | |
Content Management System: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System' | |
Message Boards: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards' | |
News/Diary: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary' | |
Page Counters: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Page Counters' | |
Wiki: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki' | |
HTTP Servers: | |
'::': 'Topic :: Internet :: WWW/HTTP :: HTTP Servers' | |
Indexing/Search: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Indexing/Search' | |
Session: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Session' | |
Site Management: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Site Management' | |
Link Checking: | |
'::': 'Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking' | |
WSGI: | |
'::': 'Topic :: Internet :: WWW/HTTP :: WSGI' | |
Application: | |
'::': 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application' | |
Middleware: | |
'::': 'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware' | |
Server: | |
'::': 'Topic :: Internet :: WWW/HTTP :: WSGI :: Server' | |
XMPP: | |
'::': 'Topic :: Internet :: XMPP' | |
Z39.50: | |
'::': 'Topic :: Internet :: Z39.50' | |
Multimedia: | |
'::': 'Topic :: Multimedia' | |
Graphics: | |
3D Modeling: | |
'::': 'Topic :: Multimedia :: Graphics :: 3D Modeling' | |
3D Rendering: | |
'::': 'Topic :: Multimedia :: Graphics :: 3D Rendering' | |
'::': 'Topic :: Multimedia :: Graphics' | |
Capture: | |
'::': 'Topic :: Multimedia :: Graphics :: Capture' | |
Digital Camera: | |
'::': 'Topic :: Multimedia :: Graphics :: Capture :: Digital Camera' | |
Scanners: | |
'::': 'Topic :: Multimedia :: Graphics :: Capture :: Scanners' | |
Screen Capture: | |
'::': 'Topic :: Multimedia :: Graphics :: Capture :: Screen Capture' | |
Editors: | |
'::': 'Topic :: Multimedia :: Graphics :: Editors' | |
Raster-Based: | |
'::': 'Topic :: Multimedia :: Graphics :: Editors :: Raster-Based' | |
Vector-Based: | |
'::': 'Topic :: Multimedia :: Graphics :: Editors :: Vector-Based' | |
Graphics Conversion: | |
'::': 'Topic :: Multimedia :: Graphics :: Graphics Conversion' | |
Presentation: | |
'::': 'Topic :: Multimedia :: Graphics :: Presentation' | |
Viewers: | |
'::': 'Topic :: Multimedia :: Graphics :: Viewers' | |
Sound/Audio: | |
'::': 'Topic :: Multimedia :: Sound/Audio' | |
Analysis: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: Analysis' | |
CD Audio: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: CD Audio' | |
CD Playing: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Playing' | |
CD Ripping: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Ripping' | |
CD Writing: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Writing' | |
Capture/Recording: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: Capture/Recording' | |
Conversion: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: Conversion' | |
Editors: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: Editors' | |
MIDI: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: MIDI' | |
Mixers: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: Mixers' | |
Players: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: Players' | |
MP3: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: Players :: MP3' | |
Sound Synthesis: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: Sound Synthesis' | |
Speech: | |
'::': 'Topic :: Multimedia :: Sound/Audio :: Speech' | |
Video: | |
'::': 'Topic :: Multimedia :: Video' | |
Capture: | |
'::': 'Topic :: Multimedia :: Video :: Capture' | |
Conversion: | |
'::': 'Topic :: Multimedia :: Video :: Conversion' | |
Display: | |
'::': 'Topic :: Multimedia :: Video :: Display' | |
Non-Linear Editor: | |
'::': 'Topic :: Multimedia :: Video :: Non-Linear Editor' | |
Office/Business: | |
'::': 'Topic :: Office/Business' | |
Financial: | |
'::': 'Topic :: Office/Business :: Financial' | |
Accounting: | |
'::': 'Topic :: Office/Business :: Financial :: Accounting' | |
Investment: | |
'::': 'Topic :: Office/Business :: Financial :: Investment' | |
Point-Of-Sale: | |
'::': 'Topic :: Office/Business :: Financial :: Point-Of-Sale' | |
Spreadsheet: | |
'::': 'Topic :: Office/Business :: Financial :: Spreadsheet' | |
Groupware: | |
'::': 'Topic :: Office/Business :: Groupware' | |
News/Diary: | |
'::': 'Topic :: Office/Business :: News/Diary' | |
Office Suites: | |
'::': 'Topic :: Office/Business :: Office Suites' | |
Scheduling: | |
'::': 'Topic :: Office/Business :: Scheduling' | |
Other/Nonlisted Topic: | |
'::': 'Topic :: Other/Nonlisted Topic' | |
Printing: | |
'::': 'Topic :: Printing' | |
Religion: | |
'::': 'Topic :: Religion' | |
Scientific/Engineering: | |
'::': 'Topic :: Scientific/Engineering' | |
Artificial Intelligence: | |
'::': 'Topic :: Scientific/Engineering :: Artificial Intelligence' | |
Artificial Life: | |
'::': 'Topic :: Scientific/Engineering :: Artificial Life' | |
Astronomy: | |
'::': 'Topic :: Scientific/Engineering :: Astronomy' | |
Atmospheric Science: | |
'::': 'Topic :: Scientific/Engineering :: Atmospheric Science' | |
Bio-Informatics: | |
'::': 'Topic :: Scientific/Engineering :: Bio-Informatics' | |
Chemistry: | |
'::': 'Topic :: Scientific/Engineering :: Chemistry' | |
Electronic Design Automation (EDA): | |
'::': 'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)' | |
GIS: | |
'::': 'Topic :: Scientific/Engineering :: GIS' | |
Human Machine Interfaces: | |
'::': 'Topic :: Scientific/Engineering :: Human Machine Interfaces' | |
Hydrology: | |
'::': 'Topic :: Scientific/Engineering :: Hydrology' | |
Image Processing: | |
'::': 'Topic :: Scientific/Engineering :: Image Processing' | |
Image Recognition: | |
'::': 'Topic :: Scientific/Engineering :: Image Recognition' | |
Information Analysis: | |
'::': 'Topic :: Scientific/Engineering :: Information Analysis' | |
Interface Engine/Protocol Translator: | |
'::': 'Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator' | |
Mathematics: | |
'::': 'Topic :: Scientific/Engineering :: Mathematics' | |
Medical Science Apps.: | |
'::': 'Topic :: Scientific/Engineering :: Medical Science Apps.' | |
Physics: | |
'::': 'Topic :: Scientific/Engineering :: Physics' | |
Visualization: | |
'::': 'Topic :: Scientific/Engineering :: Visualization' | |
Security: | |
'::': 'Topic :: Security' | |
Cryptography: | |
'::': 'Topic :: Security :: Cryptography' | |
Sociology: | |
'::': 'Topic :: Sociology' | |
Genealogy: | |
'::': 'Topic :: Sociology :: Genealogy' | |
History: | |
'::': 'Topic :: Sociology :: History' | |
Software Development: | |
'::': 'Topic :: Software Development' | |
Assemblers: | |
'::': 'Topic :: Software Development :: Assemblers' | |
Bug Tracking: | |
'::': 'Topic :: Software Development :: Bug Tracking' | |
Build Tools: | |
'::': 'Topic :: Software Development :: Build Tools' | |
Code Generators: | |
'::': 'Topic :: Software Development :: Code Generators' | |
Compilers: | |
'::': 'Topic :: Software Development :: Compilers' | |
Debuggers: | |
'::': 'Topic :: Software Development :: Debuggers' | |
Disassemblers: | |
'::': 'Topic :: Software Development :: Disassemblers' | |
Documentation: | |
'::': 'Topic :: Software Development :: Documentation' | |
Embedded Systems: | |
'::': 'Topic :: Software Development :: Embedded Systems' | |
Internationalization: | |
'::': 'Topic :: Software Development :: Internationalization' | |
Interpreters: | |
'::': 'Topic :: Software Development :: Interpreters' | |
Libraries: | |
'::': 'Topic :: Software Development :: Libraries' | |
Application Frameworks: | |
'::': 'Topic :: Software Development :: Libraries :: Application Frameworks' | |
Java Libraries: | |
'::': 'Topic :: Software Development :: Libraries :: Java Libraries' | |
PHP Classes: | |
'::': 'Topic :: Software Development :: Libraries :: PHP Classes' | |
Perl Modules: | |
'::': 'Topic :: Software Development :: Libraries :: Perl Modules' | |
Pike Modules: | |
'::': 'Topic :: Software Development :: Libraries :: Pike Modules' | |
Python Modules: | |
'::': 'Topic :: Software Development :: Libraries :: Python Modules' | |
Ruby Modules: | |
'::': 'Topic :: Software Development :: Libraries :: Ruby Modules' | |
Tcl Extensions: | |
'::': 'Topic :: Software Development :: Libraries :: Tcl Extensions' | |
pygame: | |
'::': 'Topic :: Software Development :: Libraries :: pygame' | |
Localization: | |
'::': 'Topic :: Software Development :: Localization' | |
Object Brokering: | |
'::': 'Topic :: Software Development :: Object Brokering' | |
CORBA: | |
'::': 'Topic :: Software Development :: Object Brokering :: CORBA' | |
Pre-processors: | |
'::': 'Topic :: Software Development :: Pre-processors' | |
Quality Assurance: | |
'::': 'Topic :: Software Development :: Quality Assurance' | |
Testing: | |
'::': 'Topic :: Software Development :: Testing' | |
Acceptance: | |
'::': 'Topic :: Software Development :: Testing :: Acceptance' | |
BDD: | |
'::': 'Topic :: Software Development :: Testing :: BDD' | |
Mocking: | |
'::': 'Topic :: Software Development :: Testing :: Mocking' | |
Traffic Generation: | |
'::': 'Topic :: Software Development :: Testing :: Traffic Generation' | |
Unit: | |
'::': 'Topic :: Software Development :: Testing :: Unit' | |
User Interfaces: | |
'::': 'Topic :: Software Development :: User Interfaces' | |
Version Control: | |
'::': 'Topic :: Software Development :: Version Control' | |
Bazaar: | |
'::': 'Topic :: Software Development :: Version Control :: Bazaar' | |
CVS: | |
'::': 'Topic :: Software Development :: Version Control :: CVS' | |
Git: | |
'::': 'Topic :: Software Development :: Version Control :: Git' | |
Mercurial: | |
'::': 'Topic :: Software Development :: Version Control :: Mercurial' | |
RCS: | |
'::': 'Topic :: Software Development :: Version Control :: RCS' | |
SCCS: | |
'::': 'Topic :: Software Development :: Version Control :: SCCS' | |
Widget Sets: | |
'::': 'Topic :: Software Development :: Widget Sets' | |
System: | |
'::': 'Topic :: System' | |
Archiving: | |
'::': 'Topic :: System :: Archiving' | |
Backup: | |
'::': 'Topic :: System :: Archiving :: Backup' | |
Compression: | |
'::': 'Topic :: System :: Archiving :: Compression' | |
Mirroring: | |
'::': 'Topic :: System :: Archiving :: Mirroring' | |
Packaging: | |
'::': 'Topic :: System :: Archiving :: Packaging' | |
Benchmark: | |
'::': 'Topic :: System :: Benchmark' | |
Boot: | |
'::': 'Topic :: System :: Boot' | |
Init: | |
'::': 'Topic :: System :: Boot :: Init' | |
Clustering: | |
'::': 'Topic :: System :: Clustering' | |
Console Fonts: | |
'::': 'Topic :: System :: Console Fonts' | |
Distributed Computing: | |
'::': 'Topic :: System :: Distributed Computing' | |
Emulators: | |
'::': 'Topic :: System :: Emulators' | |
Filesystems: | |
'::': 'Topic :: System :: Filesystems' | |
Hardware: | |
'::': 'Topic :: System :: Hardware' | |
Hardware Drivers: | |
'::': 'Topic :: System :: Hardware :: Hardware Drivers' | |
Mainframes: | |
'::': 'Topic :: System :: Hardware :: Mainframes' | |
Symmetric Multi-processing: | |
'::': 'Topic :: System :: Hardware :: Symmetric Multi-processing' | |
Universal Serial Bus (USB): | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB)' | |
Audio: | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Audio' | |
Audio/Video (AV): | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Audio/Video (AV)' | |
Communications Device Class (CDC): | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Communications Device Class (CDC)' | |
Diagnostic Device: | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Diagnostic Device' | |
Hub: | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Hub' | |
Human Interface Device (HID): | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Human Interface Device (HID)' | |
Mass Storage: | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Mass Storage' | |
Miscellaneous: | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Miscellaneous' | |
Printer: | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Printer' | |
Smart Card: | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Smart Card' | |
Vendor: | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Vendor' | |
Video (UVC): | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Video (UVC)' | |
Wireless Controller: | |
'::': 'Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Wireless Controller' | |
Installation/Setup: | |
'::': 'Topic :: System :: Installation/Setup' | |
Logging: | |
'::': 'Topic :: System :: Logging' | |
Monitoring: | |
'::': 'Topic :: System :: Monitoring' | |
Networking: | |
'::': 'Topic :: System :: Networking' | |
Firewalls: | |
'::': 'Topic :: System :: Networking :: Firewalls' | |
Monitoring: | |
'::': 'Topic :: System :: Networking :: Monitoring' | |
Hardware Watchdog: | |
'::': 'Topic :: System :: Networking :: Monitoring :: Hardware Watchdog' | |
Time Synchronization: | |
'::': 'Topic :: System :: Networking :: Time Synchronization' | |
Operating System: | |
'::': 'Topic :: System :: Operating System' | |
Operating System Kernels: | |
'::': 'Topic :: System :: Operating System Kernels' | |
BSD: | |
'::': 'Topic :: System :: Operating System Kernels :: BSD' | |
GNU Hurd: | |
'::': 'Topic :: System :: Operating System Kernels :: GNU Hurd' | |
Linux: | |
'::': 'Topic :: System :: Operating System Kernels :: Linux' | |
Power (UPS): | |
'::': 'Topic :: System :: Power (UPS)' | |
Recovery Tools: | |
'::': 'Topic :: System :: Recovery Tools' | |
Shells: | |
'::': 'Topic :: System :: Shells' | |
Software Distribution: | |
'::': 'Topic :: System :: Software Distribution' | |
System Shells: | |
'::': 'Topic :: System :: System Shells' | |
Systems Administration: | |
'::': 'Topic :: System :: Systems Administration' | |
Authentication/Directory: | |
'::': 'Topic :: System :: Systems Administration :: Authentication/Directory' | |
LDAP: | |
'::': 'Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP' | |
NIS: | |
'::': 'Topic :: System :: Systems Administration :: Authentication/Directory :: NIS' | |
Terminals: | |
'::': 'Topic :: Terminals' | |
Serial: | |
'::': 'Topic :: Terminals :: Serial' | |
Telnet: | |
'::': 'Topic :: Terminals :: Telnet' | |
Terminal Emulators/X Terminals: | |
'::': 'Topic :: Terminals :: Terminal Emulators/X Terminals' | |
Text Editors: | |
'::': 'Topic :: Text Editors' | |
Documentation: | |
'::': 'Topic :: Text Editors :: Documentation' | |
Emacs: | |
'::': 'Topic :: Text Editors :: Emacs' | |
Integrated Development Environments (IDE): | |
'::': 'Topic :: Text Editors :: Integrated Development Environments (IDE)' | |
Text Processing: | |
'::': 'Topic :: Text Editors :: Text Processing' | |
Word Processors: | |
'::': 'Topic :: Text Editors :: Word Processors' | |
Text Processing: | |
'::': 'Topic :: Text Processing' | |
Filters: | |
'::': 'Topic :: Text Processing :: Filters' | |
Fonts: | |
'::': 'Topic :: Text Processing :: Fonts' | |
General: | |
'::': 'Topic :: Text Processing :: General' | |
Indexing: | |
'::': 'Topic :: Text Processing :: Indexing' | |
Linguistic: | |
'::': 'Topic :: Text Processing :: Linguistic' | |
Markup: | |
'::': 'Topic :: Text Processing :: Markup' | |
HTML: | |
'::': 'Topic :: Text Processing :: Markup :: HTML' | |
LaTeX: | |
'::': 'Topic :: Text Processing :: Markup :: LaTeX' | |
Markdown: | |
'::': 'Topic :: Text Processing :: Markup :: Markdown' | |
SGML: | |
'::': 'Topic :: Text Processing :: Markup :: SGML' | |
VRML: | |
'::': 'Topic :: Text Processing :: Markup :: VRML' | |
XML: | |
'::': 'Topic :: Text Processing :: Markup :: XML' | |
reStructuredText: | |
'::': 'Topic :: Text Processing :: Markup :: reStructuredText' | |
Utilities: | |
'::': 'Topic :: Utilities' | |
Typing: | |
Stubs Only: | |
'::': 'Typing :: Stubs Only' | |
Typed: | |
'::': 'Typing :: Typed' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment