You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Pulls any and all entries from any and all KEGG databases, pulls KEGG entry IDs, and wraps all the KEGG REST API operations in both Python API and the command line."
8
+
readme = "README.rst"
9
+
requires-python = ">=3.10"
10
+
keywords = ["kegg", "rest", "sdk", "api", "cli"]
11
+
license = {file = "LICENSE"}
12
+
classifiers = [
13
+
'Environment :: Console',
14
+
'Intended Audience :: Developers',
15
+
'License :: OSI Approved :: BSD License',
16
+
'Operating System :: OS Independent',
17
+
'Programming Language :: Python :: 3.10',
18
+
'Topic :: Software Development :: Libraries :: Python Modules',
19
+
'Topic :: Scientific/Engineering :: Medical Science Apps',
0 commit comments