Skip to content

Commit 2a11c99

Browse files
committed
add domain details
1 parent 985b108 commit 2a11c99

File tree

2 files changed

+5590
-0
lines changed

2 files changed

+5590
-0
lines changed

analysis/lib2domain.json

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
{
2+
"Crypto": "Cryptography",
3+
"PIL": "Visualization",
4+
"array": "General",
5+
"base64": "Cryptography",
6+
"binascii": "Cryptography",
7+
"bisect": "General",
8+
"blake3": "Cryptography",
9+
"bs4": "Network",
10+
"calendar": "Time",
11+
"cgi": "Network",
12+
"chardet": "Network",
13+
"cmath": "Computation",
14+
"codecs": "Cryptography",
15+
"collections": "General",
16+
"cryptography": "Cryptography",
17+
"csv": "System",
18+
"ctypes": "System",
19+
"datetime": "Time",
20+
"dateutil": "Time",
21+
"difflib": "General",
22+
"django": "Network",
23+
"docx": "System",
24+
"email": "Network",
25+
"faker": "General",
26+
"flask": "Network",
27+
"flask_login": "Network",
28+
"flask_mail": "Network",
29+
"flask_restful": "Network",
30+
"fnmatch": "General",
31+
"folium": "Visualization",
32+
"functools": "General",
33+
"geopy": "Network",
34+
"getpass": "System",
35+
"glob": "System",
36+
"gzip": "System",
37+
"hashlib": "Cryptography",
38+
"heapq": "General",
39+
"hmac": "Cryptography",
40+
"html": "Network",
41+
"http": "Network",
42+
"importlib": "General",
43+
"inspect": "General",
44+
"io": "System",
45+
"ipaddress": "Network",
46+
"itertools": "General",
47+
"json": "System",
48+
"keras": "Computation",
49+
"librosa": "Computation",
50+
"logging": "System",
51+
"lxml": "Network",
52+
"math": "Computation",
53+
"matplotlib": "Visualization",
54+
"mechanize": "Network",
55+
"mimetypes": "Network",
56+
"multiprocessing": "System",
57+
"nltk": "Computation",
58+
"numpy": "Computation",
59+
"openpyxl": "System",
60+
"operator": "General",
61+
"os": "System",
62+
"pandas": "Computation",
63+
"pathlib": "System",
64+
"pickle": "System",
65+
"pkgutil": "General",
66+
"platform": "System",
67+
"prettytable": "General",
68+
"psutil": "System",
69+
"pytesseract": "Computation",
70+
"pytz": "Time",
71+
"queue": "General",
72+
"random": "General",
73+
"re": "General",
74+
"requests": "Network",
75+
"rsa": "Cryptography",
76+
"scipy": "Computation",
77+
"seaborn": "Visualization",
78+
"secrets": "Cryptography",
79+
"select": "System",
80+
"sendgrid": "Network",
81+
"shutil": "System",
82+
"sklearn": "Computation",
83+
"smtplib": "Network",
84+
"socket": "Network",
85+
"soundfile": "Computation",
86+
"sqlite3": "System",
87+
"ssl": "Network",
88+
"statistics": "Computation",
89+
"statsmodels": "Computation",
90+
"string": "General",
91+
"struct": "System",
92+
"subprocess": "System",
93+
"sys": "System",
94+
"tarfile": "System",
95+
"tensorflow": "Computation",
96+
"texttable": "General",
97+
"textwrap": "General",
98+
"threading": "System",
99+
"time": "Time",
100+
"turtle": "Visualization",
101+
"types": "General",
102+
"unicodedata": "General",
103+
"urllib": "Network",
104+
"uuid": "General",
105+
"warnings": "General",
106+
"werkzeug": "Network",
107+
"wordninja": "Computation",
108+
"wtforms": "Network",
109+
"xlwt": "System",
110+
"xml": "Network",
111+
"xmltodict": "Network",
112+
"yaml": "System",
113+
"zipfile": "System",
114+
"Levenshtein": "Computation",
115+
"ast": "General",
116+
"configparser": "System",
117+
"cv2": "Computation",
118+
"decimal": "General",
119+
"enum": "General",
120+
"errno": "System",
121+
"flask_wtf": "Network",
122+
"ftplib": "Network",
123+
"gensim": "Computation",
124+
"geopandas": "Computation",
125+
"holidays": "Time",
126+
"mpl_toolkits": "Visualization",
127+
"natsort": "General",
128+
"pyquery": "Network",
129+
"python_http_client": "Network",
130+
"regex": "General",
131+
"shapely": "Computation",
132+
"shlex": "System",
133+
"signal": "System",
134+
"skimage": "Computation",
135+
"sympy": "Computation",
136+
"textblob": "Computation",
137+
"typing": "General",
138+
"wikipedia": "Network",
139+
"wordcloud": "Visualization",
140+
"zlib": "System",
141+
"aspose": "System",
142+
"builtins": "General",
143+
"locale": "System",
144+
"imp": "System",
145+
"docxtpl": "System",
146+
"selenium": "Network",
147+
"IPython": "Computation",
148+
"filecmp": "System",
149+
"multidict": "General",
150+
"sqlalchemy": "System",
151+
"obspy": "Computation",
152+
"pprint": "General",
153+
"xlrd": "System",
154+
"argparse": "General",
155+
"torch": "Computation",
156+
"copy": "General"
157+
}

0 commit comments

Comments
 (0)