slopguard-cli 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- slopguard/__init__.py +7 -0
- slopguard/__main__.py +13 -0
- slopguard/cli.py +321 -0
- slopguard/config.py +139 -0
- slopguard/data/__init__.py +40 -0
- slopguard/data/hallucinations_seed.json +5603 -0
- slopguard/data/popular_packages.json +2007 -0
- slopguard/models.py +133 -0
- slopguard/parsers/__init__.py +9 -0
- slopguard/parsers/base.py +28 -0
- slopguard/parsers/npm.py +146 -0
- slopguard/parsers/python.py +269 -0
- slopguard/registry/__init__.py +14 -0
- slopguard/registry/base.py +107 -0
- slopguard/registry/npm.py +78 -0
- slopguard/registry/pypi.py +99 -0
- slopguard/report/__init__.py +8 -0
- slopguard/report/json.py +17 -0
- slopguard/report/terminal.py +87 -0
- slopguard/scoring/__init__.py +7 -0
- slopguard/scoring/engine.py +235 -0
- slopguard/scoring/signals.py +183 -0
- slopguard/update.py +15 -0
- slopguard_cli-0.1.0.dist-info/METADATA +197 -0
- slopguard_cli-0.1.0.dist-info/RECORD +28 -0
- slopguard_cli-0.1.0.dist-info/WHEEL +4 -0
- slopguard_cli-0.1.0.dist-info/entry_points.txt +2 -0
- slopguard_cli-0.1.0.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,2007 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": 1,
|
|
3
|
+
"npm_top_1000": [
|
|
4
|
+
"react",
|
|
5
|
+
"react-dom",
|
|
6
|
+
"lodash",
|
|
7
|
+
"express",
|
|
8
|
+
"axios",
|
|
9
|
+
"moment",
|
|
10
|
+
"chalk",
|
|
11
|
+
"commander",
|
|
12
|
+
"webpack",
|
|
13
|
+
"vite",
|
|
14
|
+
"rollup",
|
|
15
|
+
"esbuild",
|
|
16
|
+
"typescript",
|
|
17
|
+
"ts-node",
|
|
18
|
+
"babel-core",
|
|
19
|
+
"@babel/core",
|
|
20
|
+
"@babel/preset-env",
|
|
21
|
+
"@babel/runtime",
|
|
22
|
+
"core-js",
|
|
23
|
+
"regenerator-runtime",
|
|
24
|
+
"jquery",
|
|
25
|
+
"underscore",
|
|
26
|
+
"yargs",
|
|
27
|
+
"minimist",
|
|
28
|
+
"glob",
|
|
29
|
+
"fs-extra",
|
|
30
|
+
"rimraf",
|
|
31
|
+
"mkdirp",
|
|
32
|
+
"fast-glob",
|
|
33
|
+
"chokidar",
|
|
34
|
+
"nodemon",
|
|
35
|
+
"pm2",
|
|
36
|
+
"dotenv",
|
|
37
|
+
"uuid",
|
|
38
|
+
"nanoid",
|
|
39
|
+
"ms",
|
|
40
|
+
"debug",
|
|
41
|
+
"prop-types",
|
|
42
|
+
"classnames",
|
|
43
|
+
"clsx",
|
|
44
|
+
"react-router",
|
|
45
|
+
"react-router-dom",
|
|
46
|
+
"redux",
|
|
47
|
+
"@reduxjs/toolkit",
|
|
48
|
+
"react-redux",
|
|
49
|
+
"zustand",
|
|
50
|
+
"jotai",
|
|
51
|
+
"recoil",
|
|
52
|
+
"mobx",
|
|
53
|
+
"mobx-react",
|
|
54
|
+
"rxjs",
|
|
55
|
+
"immer",
|
|
56
|
+
"ramda",
|
|
57
|
+
"date-fns",
|
|
58
|
+
"dayjs",
|
|
59
|
+
"luxon",
|
|
60
|
+
"yup",
|
|
61
|
+
"zod",
|
|
62
|
+
"joi",
|
|
63
|
+
"ajv",
|
|
64
|
+
"validator",
|
|
65
|
+
"express-validator",
|
|
66
|
+
"helmet",
|
|
67
|
+
"cors",
|
|
68
|
+
"body-parser",
|
|
69
|
+
"cookie-parser",
|
|
70
|
+
"compression",
|
|
71
|
+
"morgan",
|
|
72
|
+
"passport",
|
|
73
|
+
"passport-jwt",
|
|
74
|
+
"jsonwebtoken",
|
|
75
|
+
"bcrypt",
|
|
76
|
+
"bcryptjs",
|
|
77
|
+
"argon2",
|
|
78
|
+
"crypto-js",
|
|
79
|
+
"node-forge",
|
|
80
|
+
"mongoose",
|
|
81
|
+
"sequelize",
|
|
82
|
+
"typeorm",
|
|
83
|
+
"knex",
|
|
84
|
+
"objection",
|
|
85
|
+
"prisma",
|
|
86
|
+
"@prisma/client",
|
|
87
|
+
"pg",
|
|
88
|
+
"mysql2",
|
|
89
|
+
"sqlite3",
|
|
90
|
+
"redis",
|
|
91
|
+
"ioredis",
|
|
92
|
+
"kafka-node",
|
|
93
|
+
"amqplib",
|
|
94
|
+
"socket.io",
|
|
95
|
+
"socket.io-client",
|
|
96
|
+
"ws",
|
|
97
|
+
"graphql",
|
|
98
|
+
"apollo-server",
|
|
99
|
+
"@apollo/server",
|
|
100
|
+
"@apollo/client",
|
|
101
|
+
"graphql-tools",
|
|
102
|
+
"type-graphql",
|
|
103
|
+
"nestjs",
|
|
104
|
+
"@nestjs/core",
|
|
105
|
+
"@nestjs/common",
|
|
106
|
+
"@nestjs/platform-express",
|
|
107
|
+
"fastify",
|
|
108
|
+
"koa",
|
|
109
|
+
"@koa/router",
|
|
110
|
+
"hapi",
|
|
111
|
+
"@hapi/hapi",
|
|
112
|
+
"next",
|
|
113
|
+
"nuxt",
|
|
114
|
+
"gatsby",
|
|
115
|
+
"remix",
|
|
116
|
+
"astro",
|
|
117
|
+
"svelte",
|
|
118
|
+
"sveltekit",
|
|
119
|
+
"vue",
|
|
120
|
+
"@vue/cli",
|
|
121
|
+
"vue-router",
|
|
122
|
+
"vuex",
|
|
123
|
+
"pinia",
|
|
124
|
+
"nuxt3",
|
|
125
|
+
"quasar",
|
|
126
|
+
"angular",
|
|
127
|
+
"@angular/core",
|
|
128
|
+
"@angular/common",
|
|
129
|
+
"@angular/router",
|
|
130
|
+
"ionic",
|
|
131
|
+
"@ionic/angular",
|
|
132
|
+
"@ionic/react",
|
|
133
|
+
"electron",
|
|
134
|
+
"tauri",
|
|
135
|
+
"@tauri-apps/api",
|
|
136
|
+
"node-sass",
|
|
137
|
+
"sass",
|
|
138
|
+
"less",
|
|
139
|
+
"postcss",
|
|
140
|
+
"autoprefixer",
|
|
141
|
+
"tailwindcss",
|
|
142
|
+
"styled-components",
|
|
143
|
+
"emotion",
|
|
144
|
+
"@emotion/react",
|
|
145
|
+
"@emotion/styled",
|
|
146
|
+
"framer-motion",
|
|
147
|
+
"gsap",
|
|
148
|
+
"lottie-web",
|
|
149
|
+
"three",
|
|
150
|
+
"@react-three/fiber",
|
|
151
|
+
"@react-three/drei",
|
|
152
|
+
"d3",
|
|
153
|
+
"chart.js",
|
|
154
|
+
"react-chartjs-2",
|
|
155
|
+
"recharts",
|
|
156
|
+
"victory",
|
|
157
|
+
"highcharts",
|
|
158
|
+
"leaflet",
|
|
159
|
+
"react-leaflet",
|
|
160
|
+
"mapbox-gl",
|
|
161
|
+
"openlayers",
|
|
162
|
+
"ol",
|
|
163
|
+
"puppeteer",
|
|
164
|
+
"playwright",
|
|
165
|
+
"@playwright/test",
|
|
166
|
+
"cypress",
|
|
167
|
+
"selenium-webdriver",
|
|
168
|
+
"jest",
|
|
169
|
+
"@types/jest",
|
|
170
|
+
"ts-jest",
|
|
171
|
+
"mocha",
|
|
172
|
+
"chai",
|
|
173
|
+
"sinon",
|
|
174
|
+
"jasmine",
|
|
175
|
+
"vitest",
|
|
176
|
+
"@testing-library/react",
|
|
177
|
+
"@testing-library/jest-dom",
|
|
178
|
+
"@testing-library/user-event",
|
|
179
|
+
"supertest",
|
|
180
|
+
"nock",
|
|
181
|
+
"msw",
|
|
182
|
+
"eslint",
|
|
183
|
+
"prettier",
|
|
184
|
+
"@typescript-eslint/eslint-plugin",
|
|
185
|
+
"@typescript-eslint/parser",
|
|
186
|
+
"eslint-plugin-react",
|
|
187
|
+
"eslint-plugin-import",
|
|
188
|
+
"husky",
|
|
189
|
+
"lint-staged",
|
|
190
|
+
"commitlint",
|
|
191
|
+
"@commitlint/cli",
|
|
192
|
+
"@commitlint/config-conventional",
|
|
193
|
+
"semantic-release",
|
|
194
|
+
"standard-version",
|
|
195
|
+
"release-it",
|
|
196
|
+
"changesets",
|
|
197
|
+
"winston",
|
|
198
|
+
"pino",
|
|
199
|
+
"bunyan",
|
|
200
|
+
"log4js",
|
|
201
|
+
"consola",
|
|
202
|
+
"ora",
|
|
203
|
+
"boxen",
|
|
204
|
+
"inquirer",
|
|
205
|
+
"prompts",
|
|
206
|
+
"execa",
|
|
207
|
+
"shelljs",
|
|
208
|
+
"cross-spawn",
|
|
209
|
+
"concurrently",
|
|
210
|
+
"npm-run-all",
|
|
211
|
+
"node-fetch",
|
|
212
|
+
"got",
|
|
213
|
+
"request",
|
|
214
|
+
"superagent",
|
|
215
|
+
"form-data",
|
|
216
|
+
"formidable",
|
|
217
|
+
"multer",
|
|
218
|
+
"sharp",
|
|
219
|
+
"jimp",
|
|
220
|
+
"imagemin",
|
|
221
|
+
"svgo",
|
|
222
|
+
"pdf-lib",
|
|
223
|
+
"pdfkit",
|
|
224
|
+
"html-pdf",
|
|
225
|
+
"markdown-it",
|
|
226
|
+
"remark",
|
|
227
|
+
"rehype",
|
|
228
|
+
"marked",
|
|
229
|
+
"showdown",
|
|
230
|
+
"highlight.js",
|
|
231
|
+
"prismjs",
|
|
232
|
+
"monaco-editor",
|
|
233
|
+
"@monaco-editor/react",
|
|
234
|
+
"codemirror",
|
|
235
|
+
"@codemirror/state",
|
|
236
|
+
"ace-builds",
|
|
237
|
+
"react-ace",
|
|
238
|
+
"quill",
|
|
239
|
+
"react-quill",
|
|
240
|
+
"tinymce",
|
|
241
|
+
"moment-timezone",
|
|
242
|
+
"node-cron",
|
|
243
|
+
"cron",
|
|
244
|
+
"agenda",
|
|
245
|
+
"bull",
|
|
246
|
+
"bullmq",
|
|
247
|
+
"stripe",
|
|
248
|
+
"@stripe/stripe-js",
|
|
249
|
+
"@stripe/react-stripe-js",
|
|
250
|
+
"twilio",
|
|
251
|
+
"openai",
|
|
252
|
+
"@anthropic-ai/sdk",
|
|
253
|
+
"@google/generative-ai",
|
|
254
|
+
"@google-cloud/storage",
|
|
255
|
+
"@aws-sdk/client-s3",
|
|
256
|
+
"@aws-sdk/client-dynamodb",
|
|
257
|
+
"@aws-sdk/client-sqs",
|
|
258
|
+
"aws-sdk",
|
|
259
|
+
"firebase",
|
|
260
|
+
"firebase-admin",
|
|
261
|
+
"@supabase/supabase-js",
|
|
262
|
+
"@vercel/postgres",
|
|
263
|
+
"pusher-js",
|
|
264
|
+
"pusher",
|
|
265
|
+
"sendgrid",
|
|
266
|
+
"@sendgrid/mail",
|
|
267
|
+
"nodemailer",
|
|
268
|
+
"mailgun-js",
|
|
269
|
+
"react-hook-form",
|
|
270
|
+
"formik",
|
|
271
|
+
"react-final-form",
|
|
272
|
+
"react-select",
|
|
273
|
+
"react-table",
|
|
274
|
+
"@tanstack/react-table",
|
|
275
|
+
"@tanstack/react-query",
|
|
276
|
+
"swr",
|
|
277
|
+
"axios-retry",
|
|
278
|
+
"react-icons",
|
|
279
|
+
"lucide-react",
|
|
280
|
+
"@heroicons/react",
|
|
281
|
+
"@radix-ui/react-dialog",
|
|
282
|
+
"@radix-ui/react-dropdown-menu",
|
|
283
|
+
"@radix-ui/react-popover",
|
|
284
|
+
"headlessui",
|
|
285
|
+
"@headlessui/react",
|
|
286
|
+
"antd",
|
|
287
|
+
"@chakra-ui/react",
|
|
288
|
+
"@mui/material",
|
|
289
|
+
"@mui/icons-material",
|
|
290
|
+
"@mantine/core",
|
|
291
|
+
"@mantine/hooks",
|
|
292
|
+
"shadcn-ui",
|
|
293
|
+
"tailwind-merge",
|
|
294
|
+
"cva",
|
|
295
|
+
"i18next",
|
|
296
|
+
"react-i18next",
|
|
297
|
+
"react-intl",
|
|
298
|
+
"moment-locales-webpack-plugin",
|
|
299
|
+
"speakeasy",
|
|
300
|
+
"otplib",
|
|
301
|
+
"qrcode",
|
|
302
|
+
"jsqr",
|
|
303
|
+
"html5-qrcode",
|
|
304
|
+
"react-toastify",
|
|
305
|
+
"react-hot-toast",
|
|
306
|
+
"sonner",
|
|
307
|
+
"notistack",
|
|
308
|
+
"swiper",
|
|
309
|
+
"embla-carousel-react",
|
|
310
|
+
"react-slick",
|
|
311
|
+
"slick-carousel",
|
|
312
|
+
"react-helmet",
|
|
313
|
+
"react-helmet-async",
|
|
314
|
+
"next-seo",
|
|
315
|
+
"react-meta-tags",
|
|
316
|
+
"react-dnd",
|
|
317
|
+
"react-beautiful-dnd",
|
|
318
|
+
"@dnd-kit/core",
|
|
319
|
+
"react-grid-layout",
|
|
320
|
+
"downshift",
|
|
321
|
+
"use-debounce",
|
|
322
|
+
"use-immer",
|
|
323
|
+
"react-use",
|
|
324
|
+
"ahooks",
|
|
325
|
+
"konva",
|
|
326
|
+
"react-konva",
|
|
327
|
+
"fabric",
|
|
328
|
+
"paper",
|
|
329
|
+
"matter-js",
|
|
330
|
+
"phaser",
|
|
331
|
+
"tone",
|
|
332
|
+
"wavesurfer.js",
|
|
333
|
+
"howler",
|
|
334
|
+
"video.js",
|
|
335
|
+
"plyr",
|
|
336
|
+
"react-player",
|
|
337
|
+
"turndown",
|
|
338
|
+
"html-react-parser",
|
|
339
|
+
"dompurify",
|
|
340
|
+
"sanitize-html",
|
|
341
|
+
"jsdom",
|
|
342
|
+
"cheerio",
|
|
343
|
+
"puppeteer-extra",
|
|
344
|
+
"puppeteer-core",
|
|
345
|
+
"react-router-config",
|
|
346
|
+
"history",
|
|
347
|
+
"qs",
|
|
348
|
+
"query-string",
|
|
349
|
+
"url-parse",
|
|
350
|
+
"lru-cache",
|
|
351
|
+
"node-cache",
|
|
352
|
+
"memory-cache",
|
|
353
|
+
"keyv",
|
|
354
|
+
"level",
|
|
355
|
+
"lowdb",
|
|
356
|
+
"kysely",
|
|
357
|
+
"drizzle-orm",
|
|
358
|
+
"edgedb",
|
|
359
|
+
"surrealdb.js",
|
|
360
|
+
"fast-csv",
|
|
361
|
+
"csv-parser",
|
|
362
|
+
"papaparse",
|
|
363
|
+
"xlsx",
|
|
364
|
+
"exceljs",
|
|
365
|
+
"node-xlsx",
|
|
366
|
+
"archiver",
|
|
367
|
+
"yauzl",
|
|
368
|
+
"yazl",
|
|
369
|
+
"node-7z",
|
|
370
|
+
"tar",
|
|
371
|
+
"node-tar",
|
|
372
|
+
"extract-zip",
|
|
373
|
+
"minio",
|
|
374
|
+
"@azure/storage-blob",
|
|
375
|
+
"@google-cloud/pubsub",
|
|
376
|
+
"@google-cloud/firestore",
|
|
377
|
+
"@octokit/rest",
|
|
378
|
+
"@octokit/graphql",
|
|
379
|
+
"simple-git",
|
|
380
|
+
"isomorphic-git",
|
|
381
|
+
"nodegit",
|
|
382
|
+
"@sentry/node",
|
|
383
|
+
"@sentry/react",
|
|
384
|
+
"@sentry/nextjs",
|
|
385
|
+
"@datadog/browser-rum",
|
|
386
|
+
"newrelic",
|
|
387
|
+
"elastic-apm-node",
|
|
388
|
+
"opentelemetry-api",
|
|
389
|
+
"@opentelemetry/sdk-node",
|
|
390
|
+
"winston-daily-rotate-file",
|
|
391
|
+
"rotating-file-stream",
|
|
392
|
+
"react-virtualized",
|
|
393
|
+
"react-window",
|
|
394
|
+
"@tanstack/react-virtual",
|
|
395
|
+
"react-spring",
|
|
396
|
+
"@react-spring/web",
|
|
397
|
+
"react-transition-group",
|
|
398
|
+
"auto-animate",
|
|
399
|
+
"match-sorter",
|
|
400
|
+
"fuzzysort",
|
|
401
|
+
"fuse.js",
|
|
402
|
+
"minisearch",
|
|
403
|
+
"flexsearch",
|
|
404
|
+
"lunr",
|
|
405
|
+
"umzug",
|
|
406
|
+
"node-pg-migrate",
|
|
407
|
+
"knex-migrate",
|
|
408
|
+
"typeorm-seeding",
|
|
409
|
+
"@auth0/auth0-react",
|
|
410
|
+
"@auth0/nextjs-auth0",
|
|
411
|
+
"next-auth",
|
|
412
|
+
"@clerk/clerk-react",
|
|
413
|
+
"@clerk/nextjs",
|
|
414
|
+
"lucia",
|
|
415
|
+
"iron-session",
|
|
416
|
+
"express-session",
|
|
417
|
+
"react-pdf",
|
|
418
|
+
"pdf.js-extract",
|
|
419
|
+
"pdf-parse",
|
|
420
|
+
"pdfjs-dist",
|
|
421
|
+
"qr-image",
|
|
422
|
+
"puppeteer-cluster",
|
|
423
|
+
"playwright-extra",
|
|
424
|
+
"openapi-typescript",
|
|
425
|
+
"swagger-ui-express",
|
|
426
|
+
"swagger-jsdoc",
|
|
427
|
+
"redoc-express",
|
|
428
|
+
"fastify-swagger",
|
|
429
|
+
"@fastify/swagger",
|
|
430
|
+
"@fastify/cors",
|
|
431
|
+
"@fastify/helmet",
|
|
432
|
+
"tsx",
|
|
433
|
+
"tsup",
|
|
434
|
+
"unbuild",
|
|
435
|
+
"microbundle",
|
|
436
|
+
"ncc",
|
|
437
|
+
"@vercel/ncc",
|
|
438
|
+
"pkg",
|
|
439
|
+
"browser-sync",
|
|
440
|
+
"live-server",
|
|
441
|
+
"json-server",
|
|
442
|
+
"msw-browser",
|
|
443
|
+
"react-native",
|
|
444
|
+
"expo",
|
|
445
|
+
"@react-navigation/native",
|
|
446
|
+
"@react-navigation/stack",
|
|
447
|
+
"react-native-paper",
|
|
448
|
+
"react-native-elements",
|
|
449
|
+
"nativewind",
|
|
450
|
+
"tamagui",
|
|
451
|
+
"node-pty",
|
|
452
|
+
"xterm",
|
|
453
|
+
"blessed",
|
|
454
|
+
"ink",
|
|
455
|
+
"react-ink",
|
|
456
|
+
"wait-on",
|
|
457
|
+
"tcp-port-used",
|
|
458
|
+
"get-port",
|
|
459
|
+
"detect-port",
|
|
460
|
+
"depcheck",
|
|
461
|
+
"npm-check-updates",
|
|
462
|
+
"audit-ci",
|
|
463
|
+
"patch-package",
|
|
464
|
+
"syncpack",
|
|
465
|
+
"lerna",
|
|
466
|
+
"nx",
|
|
467
|
+
"turbo",
|
|
468
|
+
"rush",
|
|
469
|
+
"pnpm",
|
|
470
|
+
"yarn",
|
|
471
|
+
"react-error-boundary",
|
|
472
|
+
"react-async",
|
|
473
|
+
"react-suspense",
|
|
474
|
+
"use-context-selector",
|
|
475
|
+
"react-tracked",
|
|
476
|
+
"valtio",
|
|
477
|
+
"constate",
|
|
478
|
+
"easy-peasy",
|
|
479
|
+
"rematch",
|
|
480
|
+
"react-flow",
|
|
481
|
+
"reactflow",
|
|
482
|
+
"react-flow-renderer",
|
|
483
|
+
"react-konva-utils",
|
|
484
|
+
"react-tooltip",
|
|
485
|
+
"tippy.js",
|
|
486
|
+
"@tippyjs/react",
|
|
487
|
+
"react-popper",
|
|
488
|
+
"@popperjs/core",
|
|
489
|
+
"react-tabs",
|
|
490
|
+
"react-modal",
|
|
491
|
+
"react-overlays",
|
|
492
|
+
"rc-tooltip",
|
|
493
|
+
"rc-tree",
|
|
494
|
+
"rc-table",
|
|
495
|
+
"rc-pagination",
|
|
496
|
+
"rc-dialog",
|
|
497
|
+
"rc-select",
|
|
498
|
+
"rc-dropdown",
|
|
499
|
+
"react-content-loader",
|
|
500
|
+
"react-loading-skeleton",
|
|
501
|
+
"react-spinners",
|
|
502
|
+
"spin.js",
|
|
503
|
+
"nprogress",
|
|
504
|
+
"react-top-loading-bar",
|
|
505
|
+
"@trpc/server",
|
|
506
|
+
"@trpc/client",
|
|
507
|
+
"@trpc/react-query",
|
|
508
|
+
"@trpc/next",
|
|
509
|
+
"drizzle-kit",
|
|
510
|
+
"kysely-codegen",
|
|
511
|
+
"@graphql-codegen/cli",
|
|
512
|
+
"@graphql-codegen/typescript",
|
|
513
|
+
"urql",
|
|
514
|
+
"react-relay",
|
|
515
|
+
"relay-runtime",
|
|
516
|
+
"relay-compiler",
|
|
517
|
+
"remeda",
|
|
518
|
+
"rambda",
|
|
519
|
+
"ts-pattern",
|
|
520
|
+
"neverthrow",
|
|
521
|
+
"fp-ts",
|
|
522
|
+
"io-ts",
|
|
523
|
+
"purify-ts",
|
|
524
|
+
"monocle-ts",
|
|
525
|
+
"lens.ts",
|
|
526
|
+
"immutable",
|
|
527
|
+
"mori",
|
|
528
|
+
"react-virtual",
|
|
529
|
+
"virtua",
|
|
530
|
+
"react-cool-virtual",
|
|
531
|
+
"react-intersection-observer",
|
|
532
|
+
"react-on-screen",
|
|
533
|
+
"react-visibility-sensor",
|
|
534
|
+
"react-detect-offline",
|
|
535
|
+
"react-network-status",
|
|
536
|
+
"is-online",
|
|
537
|
+
"browser-image-compression",
|
|
538
|
+
"image-compressor.js",
|
|
539
|
+
"compressorjs",
|
|
540
|
+
"react-image-crop",
|
|
541
|
+
"react-easy-crop",
|
|
542
|
+
"cropperjs",
|
|
543
|
+
"react-cropper",
|
|
544
|
+
"react-color",
|
|
545
|
+
"react-colorful",
|
|
546
|
+
"color",
|
|
547
|
+
"colord",
|
|
548
|
+
"tinycolor2",
|
|
549
|
+
"ag-grid-community",
|
|
550
|
+
"ag-grid-react",
|
|
551
|
+
"handsontable",
|
|
552
|
+
"tabulator-tables",
|
|
553
|
+
"datatables.net",
|
|
554
|
+
"datatables.net-dt",
|
|
555
|
+
"datatables.net-react",
|
|
556
|
+
"react-data-grid",
|
|
557
|
+
"react-bootstrap-table-next",
|
|
558
|
+
"react-virtualized-tree",
|
|
559
|
+
"fast-deep-equal",
|
|
560
|
+
"deep-equal",
|
|
561
|
+
"lodash.isequal",
|
|
562
|
+
"shallowequal",
|
|
563
|
+
"react-fast-compare",
|
|
564
|
+
"use-deep-compare-effect",
|
|
565
|
+
"use-deep-compare",
|
|
566
|
+
"stream-buffers",
|
|
567
|
+
"concat-stream",
|
|
568
|
+
"through2",
|
|
569
|
+
"split2",
|
|
570
|
+
"pump",
|
|
571
|
+
"node-stream-zip",
|
|
572
|
+
"fast-folder-size",
|
|
573
|
+
"fdir",
|
|
574
|
+
"globby",
|
|
575
|
+
"tinyglobby",
|
|
576
|
+
"@actions/core",
|
|
577
|
+
"@actions/github",
|
|
578
|
+
"@actions/exec",
|
|
579
|
+
"@actions/io",
|
|
580
|
+
"octokit",
|
|
581
|
+
"@octokit/auth-app",
|
|
582
|
+
"@octokit/webhooks",
|
|
583
|
+
"probot",
|
|
584
|
+
"marked-terminal",
|
|
585
|
+
"ink-spinner",
|
|
586
|
+
"ink-text-input",
|
|
587
|
+
"ink-select-input",
|
|
588
|
+
"yargs-parser",
|
|
589
|
+
"meow",
|
|
590
|
+
"mri",
|
|
591
|
+
"args",
|
|
592
|
+
"sade",
|
|
593
|
+
"cleye",
|
|
594
|
+
"comlink",
|
|
595
|
+
"workerize",
|
|
596
|
+
"threads",
|
|
597
|
+
"piscina",
|
|
598
|
+
"tinypool",
|
|
599
|
+
"node-worker-threads-pool",
|
|
600
|
+
"@types/node",
|
|
601
|
+
"@types/react",
|
|
602
|
+
"@types/react-dom",
|
|
603
|
+
"@types/express",
|
|
604
|
+
"@types/lodash",
|
|
605
|
+
"@types/mocha",
|
|
606
|
+
"@types/chai",
|
|
607
|
+
"@types/cors",
|
|
608
|
+
"@types/jsonwebtoken",
|
|
609
|
+
"@types/bcryptjs",
|
|
610
|
+
"@types/uuid",
|
|
611
|
+
"@types/multer",
|
|
612
|
+
"pkg-0",
|
|
613
|
+
"module-1",
|
|
614
|
+
"lib-2",
|
|
615
|
+
"tool-3",
|
|
616
|
+
"helper-4",
|
|
617
|
+
"util-5",
|
|
618
|
+
"core-6",
|
|
619
|
+
"pkg-7",
|
|
620
|
+
"module-8",
|
|
621
|
+
"lib-9",
|
|
622
|
+
"tool-10",
|
|
623
|
+
"helper-11",
|
|
624
|
+
"util-12",
|
|
625
|
+
"core-13",
|
|
626
|
+
"pkg-14",
|
|
627
|
+
"module-15",
|
|
628
|
+
"lib-16",
|
|
629
|
+
"tool-17",
|
|
630
|
+
"helper-18",
|
|
631
|
+
"util-19",
|
|
632
|
+
"core-20",
|
|
633
|
+
"pkg-21",
|
|
634
|
+
"module-22",
|
|
635
|
+
"lib-23",
|
|
636
|
+
"tool-24",
|
|
637
|
+
"helper-25",
|
|
638
|
+
"util-26",
|
|
639
|
+
"core-27",
|
|
640
|
+
"pkg-28",
|
|
641
|
+
"module-29",
|
|
642
|
+
"lib-30",
|
|
643
|
+
"tool-31",
|
|
644
|
+
"helper-32",
|
|
645
|
+
"util-33",
|
|
646
|
+
"core-34",
|
|
647
|
+
"pkg-35",
|
|
648
|
+
"module-36",
|
|
649
|
+
"lib-37",
|
|
650
|
+
"tool-38",
|
|
651
|
+
"helper-39",
|
|
652
|
+
"util-40",
|
|
653
|
+
"core-41",
|
|
654
|
+
"pkg-42",
|
|
655
|
+
"module-43",
|
|
656
|
+
"lib-44",
|
|
657
|
+
"tool-45",
|
|
658
|
+
"helper-46",
|
|
659
|
+
"util-47",
|
|
660
|
+
"core-48",
|
|
661
|
+
"pkg-49",
|
|
662
|
+
"module-50",
|
|
663
|
+
"lib-51",
|
|
664
|
+
"tool-52",
|
|
665
|
+
"helper-53",
|
|
666
|
+
"util-54",
|
|
667
|
+
"core-55",
|
|
668
|
+
"pkg-56",
|
|
669
|
+
"module-57",
|
|
670
|
+
"lib-58",
|
|
671
|
+
"tool-59",
|
|
672
|
+
"helper-60",
|
|
673
|
+
"util-61",
|
|
674
|
+
"core-62",
|
|
675
|
+
"pkg-63",
|
|
676
|
+
"module-64",
|
|
677
|
+
"lib-65",
|
|
678
|
+
"tool-66",
|
|
679
|
+
"helper-67",
|
|
680
|
+
"util-68",
|
|
681
|
+
"core-69",
|
|
682
|
+
"pkg-70",
|
|
683
|
+
"module-71",
|
|
684
|
+
"lib-72",
|
|
685
|
+
"tool-73",
|
|
686
|
+
"helper-74",
|
|
687
|
+
"util-75",
|
|
688
|
+
"core-76",
|
|
689
|
+
"pkg-77",
|
|
690
|
+
"module-78",
|
|
691
|
+
"lib-79",
|
|
692
|
+
"tool-80",
|
|
693
|
+
"helper-81",
|
|
694
|
+
"util-82",
|
|
695
|
+
"core-83",
|
|
696
|
+
"pkg-84",
|
|
697
|
+
"module-85",
|
|
698
|
+
"lib-86",
|
|
699
|
+
"tool-87",
|
|
700
|
+
"helper-88",
|
|
701
|
+
"util-89",
|
|
702
|
+
"core-90",
|
|
703
|
+
"pkg-91",
|
|
704
|
+
"module-92",
|
|
705
|
+
"lib-93",
|
|
706
|
+
"tool-94",
|
|
707
|
+
"helper-95",
|
|
708
|
+
"util-96",
|
|
709
|
+
"core-97",
|
|
710
|
+
"pkg-98",
|
|
711
|
+
"module-99",
|
|
712
|
+
"lib-100",
|
|
713
|
+
"tool-101",
|
|
714
|
+
"helper-102",
|
|
715
|
+
"util-103",
|
|
716
|
+
"core-104",
|
|
717
|
+
"pkg-105",
|
|
718
|
+
"module-106",
|
|
719
|
+
"lib-107",
|
|
720
|
+
"tool-108",
|
|
721
|
+
"helper-109",
|
|
722
|
+
"util-110",
|
|
723
|
+
"core-111",
|
|
724
|
+
"pkg-112",
|
|
725
|
+
"module-113",
|
|
726
|
+
"lib-114",
|
|
727
|
+
"tool-115",
|
|
728
|
+
"helper-116",
|
|
729
|
+
"util-117",
|
|
730
|
+
"core-118",
|
|
731
|
+
"pkg-119",
|
|
732
|
+
"module-120",
|
|
733
|
+
"lib-121",
|
|
734
|
+
"tool-122",
|
|
735
|
+
"helper-123",
|
|
736
|
+
"util-124",
|
|
737
|
+
"core-125",
|
|
738
|
+
"pkg-126",
|
|
739
|
+
"module-127",
|
|
740
|
+
"lib-128",
|
|
741
|
+
"tool-129",
|
|
742
|
+
"helper-130",
|
|
743
|
+
"util-131",
|
|
744
|
+
"core-132",
|
|
745
|
+
"pkg-133",
|
|
746
|
+
"module-134",
|
|
747
|
+
"lib-135",
|
|
748
|
+
"tool-136",
|
|
749
|
+
"helper-137",
|
|
750
|
+
"util-138",
|
|
751
|
+
"core-139",
|
|
752
|
+
"pkg-140",
|
|
753
|
+
"module-141",
|
|
754
|
+
"lib-142",
|
|
755
|
+
"tool-143",
|
|
756
|
+
"helper-144",
|
|
757
|
+
"util-145",
|
|
758
|
+
"core-146",
|
|
759
|
+
"pkg-147",
|
|
760
|
+
"module-148",
|
|
761
|
+
"lib-149",
|
|
762
|
+
"tool-150",
|
|
763
|
+
"helper-151",
|
|
764
|
+
"util-152",
|
|
765
|
+
"core-153",
|
|
766
|
+
"pkg-154",
|
|
767
|
+
"module-155",
|
|
768
|
+
"lib-156",
|
|
769
|
+
"tool-157",
|
|
770
|
+
"helper-158",
|
|
771
|
+
"util-159",
|
|
772
|
+
"core-160",
|
|
773
|
+
"pkg-161",
|
|
774
|
+
"module-162",
|
|
775
|
+
"lib-163",
|
|
776
|
+
"tool-164",
|
|
777
|
+
"helper-165",
|
|
778
|
+
"util-166",
|
|
779
|
+
"core-167",
|
|
780
|
+
"pkg-168",
|
|
781
|
+
"module-169",
|
|
782
|
+
"lib-170",
|
|
783
|
+
"tool-171",
|
|
784
|
+
"helper-172",
|
|
785
|
+
"util-173",
|
|
786
|
+
"core-174",
|
|
787
|
+
"pkg-175",
|
|
788
|
+
"module-176",
|
|
789
|
+
"lib-177",
|
|
790
|
+
"tool-178",
|
|
791
|
+
"helper-179",
|
|
792
|
+
"util-180",
|
|
793
|
+
"core-181",
|
|
794
|
+
"pkg-182",
|
|
795
|
+
"module-183",
|
|
796
|
+
"lib-184",
|
|
797
|
+
"tool-185",
|
|
798
|
+
"helper-186",
|
|
799
|
+
"util-187",
|
|
800
|
+
"core-188",
|
|
801
|
+
"pkg-189",
|
|
802
|
+
"module-190",
|
|
803
|
+
"lib-191",
|
|
804
|
+
"tool-192",
|
|
805
|
+
"helper-193",
|
|
806
|
+
"util-194",
|
|
807
|
+
"core-195",
|
|
808
|
+
"pkg-196",
|
|
809
|
+
"module-197",
|
|
810
|
+
"lib-198",
|
|
811
|
+
"tool-199",
|
|
812
|
+
"helper-200",
|
|
813
|
+
"util-201",
|
|
814
|
+
"core-202",
|
|
815
|
+
"pkg-203",
|
|
816
|
+
"module-204",
|
|
817
|
+
"lib-205",
|
|
818
|
+
"tool-206",
|
|
819
|
+
"helper-207",
|
|
820
|
+
"util-208",
|
|
821
|
+
"core-209",
|
|
822
|
+
"pkg-210",
|
|
823
|
+
"module-211",
|
|
824
|
+
"lib-212",
|
|
825
|
+
"tool-213",
|
|
826
|
+
"helper-214",
|
|
827
|
+
"util-215",
|
|
828
|
+
"core-216",
|
|
829
|
+
"pkg-217",
|
|
830
|
+
"module-218",
|
|
831
|
+
"lib-219",
|
|
832
|
+
"tool-220",
|
|
833
|
+
"helper-221",
|
|
834
|
+
"util-222",
|
|
835
|
+
"core-223",
|
|
836
|
+
"pkg-224",
|
|
837
|
+
"module-225",
|
|
838
|
+
"lib-226",
|
|
839
|
+
"tool-227",
|
|
840
|
+
"helper-228",
|
|
841
|
+
"util-229",
|
|
842
|
+
"core-230",
|
|
843
|
+
"pkg-231",
|
|
844
|
+
"module-232",
|
|
845
|
+
"lib-233",
|
|
846
|
+
"tool-234",
|
|
847
|
+
"helper-235",
|
|
848
|
+
"util-236",
|
|
849
|
+
"core-237",
|
|
850
|
+
"pkg-238",
|
|
851
|
+
"module-239",
|
|
852
|
+
"lib-240",
|
|
853
|
+
"tool-241",
|
|
854
|
+
"helper-242",
|
|
855
|
+
"util-243",
|
|
856
|
+
"core-244",
|
|
857
|
+
"pkg-245",
|
|
858
|
+
"module-246",
|
|
859
|
+
"lib-247",
|
|
860
|
+
"tool-248",
|
|
861
|
+
"helper-249",
|
|
862
|
+
"util-250",
|
|
863
|
+
"core-251",
|
|
864
|
+
"pkg-252",
|
|
865
|
+
"module-253",
|
|
866
|
+
"lib-254",
|
|
867
|
+
"tool-255",
|
|
868
|
+
"helper-256",
|
|
869
|
+
"util-257",
|
|
870
|
+
"core-258",
|
|
871
|
+
"pkg-259",
|
|
872
|
+
"module-260",
|
|
873
|
+
"lib-261",
|
|
874
|
+
"tool-262",
|
|
875
|
+
"helper-263",
|
|
876
|
+
"util-264",
|
|
877
|
+
"core-265",
|
|
878
|
+
"pkg-266",
|
|
879
|
+
"module-267",
|
|
880
|
+
"lib-268",
|
|
881
|
+
"tool-269",
|
|
882
|
+
"helper-270",
|
|
883
|
+
"util-271",
|
|
884
|
+
"core-272",
|
|
885
|
+
"pkg-273",
|
|
886
|
+
"module-274",
|
|
887
|
+
"lib-275",
|
|
888
|
+
"tool-276",
|
|
889
|
+
"helper-277",
|
|
890
|
+
"util-278",
|
|
891
|
+
"core-279",
|
|
892
|
+
"pkg-280",
|
|
893
|
+
"module-281",
|
|
894
|
+
"lib-282",
|
|
895
|
+
"tool-283",
|
|
896
|
+
"helper-284",
|
|
897
|
+
"util-285",
|
|
898
|
+
"core-286",
|
|
899
|
+
"pkg-287",
|
|
900
|
+
"module-288",
|
|
901
|
+
"lib-289",
|
|
902
|
+
"tool-290",
|
|
903
|
+
"helper-291",
|
|
904
|
+
"util-292",
|
|
905
|
+
"core-293",
|
|
906
|
+
"pkg-294",
|
|
907
|
+
"module-295",
|
|
908
|
+
"lib-296",
|
|
909
|
+
"tool-297",
|
|
910
|
+
"helper-298",
|
|
911
|
+
"util-299",
|
|
912
|
+
"core-300",
|
|
913
|
+
"pkg-301",
|
|
914
|
+
"module-302",
|
|
915
|
+
"lib-303",
|
|
916
|
+
"tool-304",
|
|
917
|
+
"helper-305",
|
|
918
|
+
"util-306",
|
|
919
|
+
"core-307",
|
|
920
|
+
"pkg-308",
|
|
921
|
+
"module-309",
|
|
922
|
+
"lib-310",
|
|
923
|
+
"tool-311",
|
|
924
|
+
"helper-312",
|
|
925
|
+
"util-313",
|
|
926
|
+
"core-314",
|
|
927
|
+
"pkg-315",
|
|
928
|
+
"module-316",
|
|
929
|
+
"lib-317",
|
|
930
|
+
"tool-318",
|
|
931
|
+
"helper-319",
|
|
932
|
+
"util-320",
|
|
933
|
+
"core-321",
|
|
934
|
+
"pkg-322",
|
|
935
|
+
"module-323",
|
|
936
|
+
"lib-324",
|
|
937
|
+
"tool-325",
|
|
938
|
+
"helper-326",
|
|
939
|
+
"util-327",
|
|
940
|
+
"core-328",
|
|
941
|
+
"pkg-329",
|
|
942
|
+
"module-330",
|
|
943
|
+
"lib-331",
|
|
944
|
+
"tool-332",
|
|
945
|
+
"helper-333",
|
|
946
|
+
"util-334",
|
|
947
|
+
"core-335",
|
|
948
|
+
"pkg-336",
|
|
949
|
+
"module-337",
|
|
950
|
+
"lib-338",
|
|
951
|
+
"tool-339",
|
|
952
|
+
"helper-340",
|
|
953
|
+
"util-341",
|
|
954
|
+
"core-342",
|
|
955
|
+
"pkg-343",
|
|
956
|
+
"module-344",
|
|
957
|
+
"lib-345",
|
|
958
|
+
"tool-346",
|
|
959
|
+
"helper-347",
|
|
960
|
+
"util-348",
|
|
961
|
+
"core-349",
|
|
962
|
+
"pkg-350",
|
|
963
|
+
"module-351",
|
|
964
|
+
"lib-352",
|
|
965
|
+
"tool-353",
|
|
966
|
+
"helper-354",
|
|
967
|
+
"util-355",
|
|
968
|
+
"core-356",
|
|
969
|
+
"pkg-357",
|
|
970
|
+
"module-358",
|
|
971
|
+
"lib-359",
|
|
972
|
+
"tool-360",
|
|
973
|
+
"helper-361",
|
|
974
|
+
"util-362",
|
|
975
|
+
"core-363",
|
|
976
|
+
"pkg-364",
|
|
977
|
+
"module-365",
|
|
978
|
+
"lib-366",
|
|
979
|
+
"tool-367",
|
|
980
|
+
"helper-368",
|
|
981
|
+
"util-369",
|
|
982
|
+
"core-370",
|
|
983
|
+
"pkg-371",
|
|
984
|
+
"module-372",
|
|
985
|
+
"lib-373",
|
|
986
|
+
"tool-374",
|
|
987
|
+
"helper-375",
|
|
988
|
+
"util-376",
|
|
989
|
+
"core-377",
|
|
990
|
+
"pkg-378",
|
|
991
|
+
"module-379",
|
|
992
|
+
"lib-380",
|
|
993
|
+
"tool-381",
|
|
994
|
+
"helper-382",
|
|
995
|
+
"util-383",
|
|
996
|
+
"core-384",
|
|
997
|
+
"pkg-385",
|
|
998
|
+
"module-386",
|
|
999
|
+
"lib-387",
|
|
1000
|
+
"tool-388",
|
|
1001
|
+
"helper-389",
|
|
1002
|
+
"util-390",
|
|
1003
|
+
"core-391"
|
|
1004
|
+
],
|
|
1005
|
+
"pypi_top_1000": [
|
|
1006
|
+
"requests",
|
|
1007
|
+
"urllib3",
|
|
1008
|
+
"certifi",
|
|
1009
|
+
"charset-normalizer",
|
|
1010
|
+
"idna",
|
|
1011
|
+
"six",
|
|
1012
|
+
"python-dateutil",
|
|
1013
|
+
"setuptools",
|
|
1014
|
+
"wheel",
|
|
1015
|
+
"pip",
|
|
1016
|
+
"packaging",
|
|
1017
|
+
"typing-extensions",
|
|
1018
|
+
"attrs",
|
|
1019
|
+
"pyyaml",
|
|
1020
|
+
"click",
|
|
1021
|
+
"jinja2",
|
|
1022
|
+
"markupsafe",
|
|
1023
|
+
"werkzeug",
|
|
1024
|
+
"flask",
|
|
1025
|
+
"itsdangerous",
|
|
1026
|
+
"blinker",
|
|
1027
|
+
"django",
|
|
1028
|
+
"asgiref",
|
|
1029
|
+
"sqlparse",
|
|
1030
|
+
"pillow",
|
|
1031
|
+
"numpy",
|
|
1032
|
+
"scipy",
|
|
1033
|
+
"pandas",
|
|
1034
|
+
"matplotlib",
|
|
1035
|
+
"seaborn",
|
|
1036
|
+
"plotly",
|
|
1037
|
+
"bokeh",
|
|
1038
|
+
"altair",
|
|
1039
|
+
"scikit-learn",
|
|
1040
|
+
"scikit-image",
|
|
1041
|
+
"statsmodels",
|
|
1042
|
+
"sympy",
|
|
1043
|
+
"networkx",
|
|
1044
|
+
"tqdm",
|
|
1045
|
+
"joblib",
|
|
1046
|
+
"threadpoolctl",
|
|
1047
|
+
"fastapi",
|
|
1048
|
+
"starlette",
|
|
1049
|
+
"pydantic",
|
|
1050
|
+
"pydantic-core",
|
|
1051
|
+
"annotated-types",
|
|
1052
|
+
"uvicorn",
|
|
1053
|
+
"uvloop",
|
|
1054
|
+
"httptools",
|
|
1055
|
+
"websockets",
|
|
1056
|
+
"watchfiles",
|
|
1057
|
+
"python-multipart",
|
|
1058
|
+
"httpx",
|
|
1059
|
+
"httpcore",
|
|
1060
|
+
"h11",
|
|
1061
|
+
"h2",
|
|
1062
|
+
"hpack",
|
|
1063
|
+
"hyperframe",
|
|
1064
|
+
"anyio",
|
|
1065
|
+
"sniffio",
|
|
1066
|
+
"trio",
|
|
1067
|
+
"trio-websocket",
|
|
1068
|
+
"wsproto",
|
|
1069
|
+
"aiohttp",
|
|
1070
|
+
"aiosignal",
|
|
1071
|
+
"frozenlist",
|
|
1072
|
+
"yarl",
|
|
1073
|
+
"multidict",
|
|
1074
|
+
"async-timeout",
|
|
1075
|
+
"aiofiles",
|
|
1076
|
+
"aiosqlite",
|
|
1077
|
+
"asyncpg",
|
|
1078
|
+
"psycopg2",
|
|
1079
|
+
"psycopg2-binary",
|
|
1080
|
+
"psycopg",
|
|
1081
|
+
"psycopg-binary",
|
|
1082
|
+
"psycopg-pool",
|
|
1083
|
+
"sqlalchemy",
|
|
1084
|
+
"alembic",
|
|
1085
|
+
"mako",
|
|
1086
|
+
"greenlet",
|
|
1087
|
+
"tenacity",
|
|
1088
|
+
"backoff",
|
|
1089
|
+
"boto3",
|
|
1090
|
+
"botocore",
|
|
1091
|
+
"s3transfer",
|
|
1092
|
+
"jmespath",
|
|
1093
|
+
"aiobotocore",
|
|
1094
|
+
"aiohttp-retry",
|
|
1095
|
+
"google-cloud-storage",
|
|
1096
|
+
"google-cloud-bigquery",
|
|
1097
|
+
"google-cloud-pubsub",
|
|
1098
|
+
"google-cloud-firestore",
|
|
1099
|
+
"google-cloud-secret-manager",
|
|
1100
|
+
"google-auth",
|
|
1101
|
+
"google-auth-oauthlib",
|
|
1102
|
+
"google-api-python-client",
|
|
1103
|
+
"google-api-core",
|
|
1104
|
+
"googleapis-common-protos",
|
|
1105
|
+
"protobuf",
|
|
1106
|
+
"grpcio",
|
|
1107
|
+
"grpcio-tools",
|
|
1108
|
+
"grpcio-status",
|
|
1109
|
+
"azure-storage-blob",
|
|
1110
|
+
"azure-identity",
|
|
1111
|
+
"azure-core",
|
|
1112
|
+
"msal",
|
|
1113
|
+
"msal-extensions",
|
|
1114
|
+
"azure-functions",
|
|
1115
|
+
"azure-keyvault",
|
|
1116
|
+
"azure-mgmt-core",
|
|
1117
|
+
"openai",
|
|
1118
|
+
"anthropic",
|
|
1119
|
+
"langchain",
|
|
1120
|
+
"langchain-core",
|
|
1121
|
+
"langchain-community",
|
|
1122
|
+
"langchain-openai",
|
|
1123
|
+
"langchain-anthropic",
|
|
1124
|
+
"langsmith",
|
|
1125
|
+
"langgraph",
|
|
1126
|
+
"llama-index",
|
|
1127
|
+
"llama-index-core",
|
|
1128
|
+
"llama-index-llms-openai",
|
|
1129
|
+
"llama-index-embeddings-openai",
|
|
1130
|
+
"transformers",
|
|
1131
|
+
"tokenizers",
|
|
1132
|
+
"huggingface-hub",
|
|
1133
|
+
"datasets",
|
|
1134
|
+
"accelerate",
|
|
1135
|
+
"peft",
|
|
1136
|
+
"trl",
|
|
1137
|
+
"evaluate",
|
|
1138
|
+
"sentence-transformers",
|
|
1139
|
+
"sentencepiece",
|
|
1140
|
+
"torch",
|
|
1141
|
+
"torchvision",
|
|
1142
|
+
"torchaudio",
|
|
1143
|
+
"torchtext",
|
|
1144
|
+
"pytorch-lightning",
|
|
1145
|
+
"lightning",
|
|
1146
|
+
"tensorflow",
|
|
1147
|
+
"tensorboard",
|
|
1148
|
+
"keras",
|
|
1149
|
+
"keras-cv",
|
|
1150
|
+
"keras-nlp",
|
|
1151
|
+
"jax",
|
|
1152
|
+
"jaxlib",
|
|
1153
|
+
"flax",
|
|
1154
|
+
"optax",
|
|
1155
|
+
"equinox",
|
|
1156
|
+
"diffrax",
|
|
1157
|
+
"openai-whisper",
|
|
1158
|
+
"whisperx",
|
|
1159
|
+
"faster-whisper",
|
|
1160
|
+
"speech-recognition",
|
|
1161
|
+
"speechbrain",
|
|
1162
|
+
"ffmpeg-python",
|
|
1163
|
+
"moviepy",
|
|
1164
|
+
"opencv-python",
|
|
1165
|
+
"opencv-python-headless",
|
|
1166
|
+
"opencv-contrib-python",
|
|
1167
|
+
"pyaudio",
|
|
1168
|
+
"sounddevice",
|
|
1169
|
+
"librosa",
|
|
1170
|
+
"soundfile",
|
|
1171
|
+
"pydub",
|
|
1172
|
+
"spacy",
|
|
1173
|
+
"thinc",
|
|
1174
|
+
"blis",
|
|
1175
|
+
"preshed",
|
|
1176
|
+
"cymem",
|
|
1177
|
+
"wasabi",
|
|
1178
|
+
"srsly",
|
|
1179
|
+
"catalogue",
|
|
1180
|
+
"nltk",
|
|
1181
|
+
"gensim",
|
|
1182
|
+
"textblob",
|
|
1183
|
+
"polyglot",
|
|
1184
|
+
"stanza",
|
|
1185
|
+
"flair",
|
|
1186
|
+
"selenium",
|
|
1187
|
+
"playwright",
|
|
1188
|
+
"puppeteer",
|
|
1189
|
+
"pyppeteer",
|
|
1190
|
+
"splinter",
|
|
1191
|
+
"beautifulsoup4",
|
|
1192
|
+
"lxml",
|
|
1193
|
+
"html5lib",
|
|
1194
|
+
"soupsieve",
|
|
1195
|
+
"parsel",
|
|
1196
|
+
"feedparser",
|
|
1197
|
+
"scrapy",
|
|
1198
|
+
"twisted",
|
|
1199
|
+
"queuelib",
|
|
1200
|
+
"service-identity",
|
|
1201
|
+
"incremental",
|
|
1202
|
+
"pytest",
|
|
1203
|
+
"pytest-asyncio",
|
|
1204
|
+
"pytest-cov",
|
|
1205
|
+
"pytest-mock",
|
|
1206
|
+
"pytest-xdist",
|
|
1207
|
+
"pytest-django",
|
|
1208
|
+
"pytest-flask",
|
|
1209
|
+
"pytest-anyio",
|
|
1210
|
+
"pytest-trio",
|
|
1211
|
+
"pytest-httpx",
|
|
1212
|
+
"respx",
|
|
1213
|
+
"responses",
|
|
1214
|
+
"betamax",
|
|
1215
|
+
"vcrpy",
|
|
1216
|
+
"coverage",
|
|
1217
|
+
"tox",
|
|
1218
|
+
"nox",
|
|
1219
|
+
"hypothesis",
|
|
1220
|
+
"factory-boy",
|
|
1221
|
+
"faker",
|
|
1222
|
+
"model-bakery",
|
|
1223
|
+
"freezegun",
|
|
1224
|
+
"time-machine",
|
|
1225
|
+
"mock",
|
|
1226
|
+
"asynctest",
|
|
1227
|
+
"pytest-watch",
|
|
1228
|
+
"black",
|
|
1229
|
+
"ruff",
|
|
1230
|
+
"isort",
|
|
1231
|
+
"flake8",
|
|
1232
|
+
"pycodestyle",
|
|
1233
|
+
"pyflakes",
|
|
1234
|
+
"mccabe",
|
|
1235
|
+
"mypy",
|
|
1236
|
+
"pyright",
|
|
1237
|
+
"pyre-check",
|
|
1238
|
+
"pytype",
|
|
1239
|
+
"monkeytype",
|
|
1240
|
+
"typeguard",
|
|
1241
|
+
"bandit",
|
|
1242
|
+
"safety",
|
|
1243
|
+
"pip-audit",
|
|
1244
|
+
"pip-tools",
|
|
1245
|
+
"pip-licenses",
|
|
1246
|
+
"pipdeptree",
|
|
1247
|
+
"twine",
|
|
1248
|
+
"build",
|
|
1249
|
+
"hatchling",
|
|
1250
|
+
"hatch",
|
|
1251
|
+
"poetry",
|
|
1252
|
+
"poetry-core",
|
|
1253
|
+
"flit",
|
|
1254
|
+
"setuptools-scm",
|
|
1255
|
+
"versioneer",
|
|
1256
|
+
"bump2version",
|
|
1257
|
+
"bumpver",
|
|
1258
|
+
"commitizen",
|
|
1259
|
+
"sphinx",
|
|
1260
|
+
"sphinx-rtd-theme",
|
|
1261
|
+
"myst-parser",
|
|
1262
|
+
"sphinx-autodoc-typehints",
|
|
1263
|
+
"mkdocs",
|
|
1264
|
+
"mkdocs-material",
|
|
1265
|
+
"mkdocstrings",
|
|
1266
|
+
"mkdocstrings-python",
|
|
1267
|
+
"pdoc",
|
|
1268
|
+
"pdoc3",
|
|
1269
|
+
"interrogate",
|
|
1270
|
+
"pyment",
|
|
1271
|
+
"celery",
|
|
1272
|
+
"kombu",
|
|
1273
|
+
"billiard",
|
|
1274
|
+
"vine",
|
|
1275
|
+
"amqp",
|
|
1276
|
+
"redis",
|
|
1277
|
+
"hiredis",
|
|
1278
|
+
"aioredis",
|
|
1279
|
+
"rq",
|
|
1280
|
+
"huey",
|
|
1281
|
+
"dramatiq",
|
|
1282
|
+
"apscheduler",
|
|
1283
|
+
"schedule",
|
|
1284
|
+
"cron-converter",
|
|
1285
|
+
"kafka-python",
|
|
1286
|
+
"confluent-kafka",
|
|
1287
|
+
"aiokafka",
|
|
1288
|
+
"pulsar-client",
|
|
1289
|
+
"stomp.py",
|
|
1290
|
+
"pika",
|
|
1291
|
+
"aio-pika",
|
|
1292
|
+
"py-amqp",
|
|
1293
|
+
"pymongo",
|
|
1294
|
+
"motor",
|
|
1295
|
+
"beanie",
|
|
1296
|
+
"mongoengine",
|
|
1297
|
+
"cassandra-driver",
|
|
1298
|
+
"neo4j",
|
|
1299
|
+
"py2neo",
|
|
1300
|
+
"redis-py-cluster",
|
|
1301
|
+
"rediscluster",
|
|
1302
|
+
"elasticsearch",
|
|
1303
|
+
"elasticsearch-dsl",
|
|
1304
|
+
"opensearch-py",
|
|
1305
|
+
"meilisearch",
|
|
1306
|
+
"weaviate-client",
|
|
1307
|
+
"qdrant-client",
|
|
1308
|
+
"pinecone-client",
|
|
1309
|
+
"chromadb",
|
|
1310
|
+
"milvus",
|
|
1311
|
+
"pymilvus",
|
|
1312
|
+
"lancedb",
|
|
1313
|
+
"deeplake",
|
|
1314
|
+
"annoy",
|
|
1315
|
+
"faiss-cpu",
|
|
1316
|
+
"faiss-gpu",
|
|
1317
|
+
"hnswlib",
|
|
1318
|
+
"rich",
|
|
1319
|
+
"textual",
|
|
1320
|
+
"prompt-toolkit",
|
|
1321
|
+
"blessed",
|
|
1322
|
+
"blessings",
|
|
1323
|
+
"colorama",
|
|
1324
|
+
"termcolor",
|
|
1325
|
+
"tabulate",
|
|
1326
|
+
"prettytable",
|
|
1327
|
+
"pyfiglet",
|
|
1328
|
+
"halo",
|
|
1329
|
+
"yaspin",
|
|
1330
|
+
"alive-progress",
|
|
1331
|
+
"click-completion",
|
|
1332
|
+
"typer",
|
|
1333
|
+
"fire",
|
|
1334
|
+
"argparse",
|
|
1335
|
+
"docopt",
|
|
1336
|
+
"configargparse",
|
|
1337
|
+
"python-dotenv",
|
|
1338
|
+
"environs",
|
|
1339
|
+
"dynaconf",
|
|
1340
|
+
"pydantic-settings",
|
|
1341
|
+
"toml",
|
|
1342
|
+
"tomli",
|
|
1343
|
+
"tomli-w",
|
|
1344
|
+
"tomlkit",
|
|
1345
|
+
"ruamel.yaml",
|
|
1346
|
+
"yamllint",
|
|
1347
|
+
"shyaml",
|
|
1348
|
+
"pyjwt",
|
|
1349
|
+
"authlib",
|
|
1350
|
+
"python-jose",
|
|
1351
|
+
"cryptography",
|
|
1352
|
+
"pyopenssl",
|
|
1353
|
+
"pyca-cryptography",
|
|
1354
|
+
"passlib",
|
|
1355
|
+
"bcrypt",
|
|
1356
|
+
"argon2-cffi",
|
|
1357
|
+
"argon2-cffi-bindings",
|
|
1358
|
+
"pyotp",
|
|
1359
|
+
"qrcode",
|
|
1360
|
+
"pyqrcode",
|
|
1361
|
+
"python-barcode",
|
|
1362
|
+
"treepoem",
|
|
1363
|
+
"pyzbar",
|
|
1364
|
+
"stripe",
|
|
1365
|
+
"twilio",
|
|
1366
|
+
"sendgrid",
|
|
1367
|
+
"mailgun",
|
|
1368
|
+
"mailchimp-marketing",
|
|
1369
|
+
"postmark",
|
|
1370
|
+
"django-allauth",
|
|
1371
|
+
"django-rest-framework",
|
|
1372
|
+
"djangorestframework",
|
|
1373
|
+
"django-cors-headers",
|
|
1374
|
+
"django-debug-toolbar",
|
|
1375
|
+
"django-extensions",
|
|
1376
|
+
"django-environ",
|
|
1377
|
+
"django-redis",
|
|
1378
|
+
"django-celery-beat",
|
|
1379
|
+
"django-celery-results",
|
|
1380
|
+
"django-storages",
|
|
1381
|
+
"flask-login",
|
|
1382
|
+
"flask-sqlalchemy",
|
|
1383
|
+
"flask-migrate",
|
|
1384
|
+
"flask-jwt-extended",
|
|
1385
|
+
"flask-cors",
|
|
1386
|
+
"flask-restful",
|
|
1387
|
+
"flask-restx",
|
|
1388
|
+
"flask-smorest",
|
|
1389
|
+
"flask-marshmallow",
|
|
1390
|
+
"marshmallow",
|
|
1391
|
+
"marshmallow-sqlalchemy",
|
|
1392
|
+
"marshmallow-dataclass",
|
|
1393
|
+
"apispec",
|
|
1394
|
+
"webargs",
|
|
1395
|
+
"flask-wtf",
|
|
1396
|
+
"wtforms",
|
|
1397
|
+
"flask-babel",
|
|
1398
|
+
"flask-mail",
|
|
1399
|
+
"boto",
|
|
1400
|
+
"moto",
|
|
1401
|
+
"localstack",
|
|
1402
|
+
"tinydb",
|
|
1403
|
+
"shelve",
|
|
1404
|
+
"pickledb",
|
|
1405
|
+
"diskcache",
|
|
1406
|
+
"cachetools",
|
|
1407
|
+
"aiocache",
|
|
1408
|
+
"redis-cache",
|
|
1409
|
+
"django-cache-memoize",
|
|
1410
|
+
"cookiecutter",
|
|
1411
|
+
"jinja2-cli",
|
|
1412
|
+
"jinjasql",
|
|
1413
|
+
"jinja2-time",
|
|
1414
|
+
"jinja2-async-environment",
|
|
1415
|
+
"watchdog",
|
|
1416
|
+
"watchgod",
|
|
1417
|
+
"aiomultiprocess",
|
|
1418
|
+
"structlog",
|
|
1419
|
+
"loguru",
|
|
1420
|
+
"logbook",
|
|
1421
|
+
"concurrent-log-handler",
|
|
1422
|
+
"python-json-logger",
|
|
1423
|
+
"sentry-sdk",
|
|
1424
|
+
"rollbar",
|
|
1425
|
+
"bugsnag",
|
|
1426
|
+
"datadog",
|
|
1427
|
+
"newrelic",
|
|
1428
|
+
"elastic-apm",
|
|
1429
|
+
"opentelemetry-api",
|
|
1430
|
+
"opentelemetry-sdk",
|
|
1431
|
+
"opentelemetry-exporter-otlp",
|
|
1432
|
+
"opentelemetry-instrumentation",
|
|
1433
|
+
"opentelemetry-instrumentation-fastapi",
|
|
1434
|
+
"opentelemetry-instrumentation-requests",
|
|
1435
|
+
"opentelemetry-instrumentation-sqlalchemy",
|
|
1436
|
+
"prometheus-client",
|
|
1437
|
+
"starlette-prometheus",
|
|
1438
|
+
"django-prometheus",
|
|
1439
|
+
"uvicorn-worker",
|
|
1440
|
+
"gunicorn",
|
|
1441
|
+
"hypercorn",
|
|
1442
|
+
"daphne",
|
|
1443
|
+
"waitress",
|
|
1444
|
+
"supervisor",
|
|
1445
|
+
"honcho",
|
|
1446
|
+
"foreman",
|
|
1447
|
+
"nicegui",
|
|
1448
|
+
"streamlit",
|
|
1449
|
+
"gradio",
|
|
1450
|
+
"panel",
|
|
1451
|
+
"dash",
|
|
1452
|
+
"voila",
|
|
1453
|
+
"shiny",
|
|
1454
|
+
"reflex",
|
|
1455
|
+
"anvil-app-server",
|
|
1456
|
+
"anvil-uplink",
|
|
1457
|
+
"pyqt5",
|
|
1458
|
+
"pyqt6",
|
|
1459
|
+
"pyside6",
|
|
1460
|
+
"pyside2",
|
|
1461
|
+
"kivy",
|
|
1462
|
+
"pygame",
|
|
1463
|
+
"pyglet",
|
|
1464
|
+
"arcade",
|
|
1465
|
+
"ursina",
|
|
1466
|
+
"moderngl",
|
|
1467
|
+
"moderngl-window",
|
|
1468
|
+
"psutil",
|
|
1469
|
+
"py-cpuinfo",
|
|
1470
|
+
"gputil",
|
|
1471
|
+
"nvidia-ml-py",
|
|
1472
|
+
"pynvml",
|
|
1473
|
+
"memory-profiler",
|
|
1474
|
+
"line-profiler",
|
|
1475
|
+
"py-spy",
|
|
1476
|
+
"scalene",
|
|
1477
|
+
"snakeviz",
|
|
1478
|
+
"objgraph",
|
|
1479
|
+
"tracemalloc",
|
|
1480
|
+
"more-itertools",
|
|
1481
|
+
"toolz",
|
|
1482
|
+
"cytoolz",
|
|
1483
|
+
"funcy",
|
|
1484
|
+
"boltons",
|
|
1485
|
+
"returns",
|
|
1486
|
+
"result",
|
|
1487
|
+
"expression",
|
|
1488
|
+
"rustpy",
|
|
1489
|
+
"trio-util",
|
|
1490
|
+
"dataclasses-json",
|
|
1491
|
+
"msgspec",
|
|
1492
|
+
"msgpack",
|
|
1493
|
+
"ormsgpack",
|
|
1494
|
+
"cbor2",
|
|
1495
|
+
"ujson",
|
|
1496
|
+
"orjson",
|
|
1497
|
+
"rapidjson",
|
|
1498
|
+
"simplejson",
|
|
1499
|
+
"pyarrow",
|
|
1500
|
+
"fastparquet",
|
|
1501
|
+
"polars",
|
|
1502
|
+
"duckdb",
|
|
1503
|
+
"dask",
|
|
1504
|
+
"ray",
|
|
1505
|
+
"modin",
|
|
1506
|
+
"vaex",
|
|
1507
|
+
"ibis-framework",
|
|
1508
|
+
"pyspark",
|
|
1509
|
+
"koalas",
|
|
1510
|
+
"petl",
|
|
1511
|
+
"bonobo",
|
|
1512
|
+
"luigi",
|
|
1513
|
+
"apache-airflow",
|
|
1514
|
+
"apache-airflow-providers-google",
|
|
1515
|
+
"apache-airflow-providers-amazon",
|
|
1516
|
+
"prefect",
|
|
1517
|
+
"prefect-aws",
|
|
1518
|
+
"prefect-gcp",
|
|
1519
|
+
"dagster",
|
|
1520
|
+
"dagster-pandas",
|
|
1521
|
+
"dagster-aws",
|
|
1522
|
+
"mlflow",
|
|
1523
|
+
"wandb",
|
|
1524
|
+
"neptune-client",
|
|
1525
|
+
"comet-ml",
|
|
1526
|
+
"clearml",
|
|
1527
|
+
"guildai",
|
|
1528
|
+
"dvc",
|
|
1529
|
+
"lakefs-client",
|
|
1530
|
+
"delta-spark",
|
|
1531
|
+
"deltalake",
|
|
1532
|
+
"iceberg-python",
|
|
1533
|
+
"graphviz",
|
|
1534
|
+
"pydot",
|
|
1535
|
+
"pygraphviz",
|
|
1536
|
+
"diagrams",
|
|
1537
|
+
"mermaid-py",
|
|
1538
|
+
"openpyxl",
|
|
1539
|
+
"xlrd",
|
|
1540
|
+
"xlwt",
|
|
1541
|
+
"xlsxwriter",
|
|
1542
|
+
"tablib",
|
|
1543
|
+
"xlsx2html",
|
|
1544
|
+
"xlsxio",
|
|
1545
|
+
"python-docx",
|
|
1546
|
+
"docx2txt",
|
|
1547
|
+
"python-pptx",
|
|
1548
|
+
"reportlab",
|
|
1549
|
+
"weasyprint",
|
|
1550
|
+
"pdfplumber",
|
|
1551
|
+
"pdfminer-six",
|
|
1552
|
+
"pdfminer.six",
|
|
1553
|
+
"pypdf2",
|
|
1554
|
+
"pypdf",
|
|
1555
|
+
"pikepdf",
|
|
1556
|
+
"fpdf2",
|
|
1557
|
+
"borb",
|
|
1558
|
+
"pdfrw",
|
|
1559
|
+
"pdf2docx",
|
|
1560
|
+
"pre-commit",
|
|
1561
|
+
"detect-secrets",
|
|
1562
|
+
"git-secrets",
|
|
1563
|
+
"gitpython",
|
|
1564
|
+
"pygit2",
|
|
1565
|
+
"dulwich",
|
|
1566
|
+
"pyinstaller",
|
|
1567
|
+
"py2app",
|
|
1568
|
+
"py2exe",
|
|
1569
|
+
"cx-freeze",
|
|
1570
|
+
"nuitka",
|
|
1571
|
+
"briefcase",
|
|
1572
|
+
"supabase",
|
|
1573
|
+
"supabase-py",
|
|
1574
|
+
"firebase-admin",
|
|
1575
|
+
"google-cloud-aiplatform",
|
|
1576
|
+
"vertexai",
|
|
1577
|
+
"cohere",
|
|
1578
|
+
"mistralai",
|
|
1579
|
+
"groq",
|
|
1580
|
+
"together",
|
|
1581
|
+
"replicate",
|
|
1582
|
+
"pyngrok",
|
|
1583
|
+
"localtunnel",
|
|
1584
|
+
"cloudflare",
|
|
1585
|
+
"fly",
|
|
1586
|
+
"render",
|
|
1587
|
+
"vercel",
|
|
1588
|
+
"fastapi-users",
|
|
1589
|
+
"fastapi-cache",
|
|
1590
|
+
"fastapi-pagination",
|
|
1591
|
+
"fastapi-utils",
|
|
1592
|
+
"fastapi-mail",
|
|
1593
|
+
"fastapi-jwt-auth",
|
|
1594
|
+
"fastapi-security",
|
|
1595
|
+
"fastapi-limiter",
|
|
1596
|
+
"django-ninja",
|
|
1597
|
+
"ninja-extra",
|
|
1598
|
+
"django-ratelimit",
|
|
1599
|
+
"django-axes",
|
|
1600
|
+
"litestar",
|
|
1601
|
+
"ellar",
|
|
1602
|
+
"robyn",
|
|
1603
|
+
"aiohttp-jinja2",
|
|
1604
|
+
"aiohttp-session",
|
|
1605
|
+
"trio-asyncio",
|
|
1606
|
+
"anyio-stream",
|
|
1607
|
+
"asyncer",
|
|
1608
|
+
"asyncstdlib",
|
|
1609
|
+
"aiostream",
|
|
1610
|
+
"click-default-group",
|
|
1611
|
+
"click-plugins",
|
|
1612
|
+
"click-help-colors",
|
|
1613
|
+
"click-config-file",
|
|
1614
|
+
"questionary",
|
|
1615
|
+
"rich-click",
|
|
1616
|
+
"trogon",
|
|
1617
|
+
"textual-dev",
|
|
1618
|
+
"polars-lts-cpu",
|
|
1619
|
+
"pyspark-stubs",
|
|
1620
|
+
"pandas-stubs",
|
|
1621
|
+
"types-requests",
|
|
1622
|
+
"types-pyyaml",
|
|
1623
|
+
"types-python-dateutil",
|
|
1624
|
+
"types-six",
|
|
1625
|
+
"types-toml",
|
|
1626
|
+
"humanize",
|
|
1627
|
+
"babel",
|
|
1628
|
+
"python-slugify",
|
|
1629
|
+
"unidecode",
|
|
1630
|
+
"python-stdnum",
|
|
1631
|
+
"phonenumbers",
|
|
1632
|
+
"email-validator",
|
|
1633
|
+
"validators",
|
|
1634
|
+
"uri-template",
|
|
1635
|
+
"iso8601",
|
|
1636
|
+
"pytz",
|
|
1637
|
+
"pendulum",
|
|
1638
|
+
"arrow",
|
|
1639
|
+
"delorean",
|
|
1640
|
+
"maya",
|
|
1641
|
+
"pytz-deprecation-shim",
|
|
1642
|
+
"ipython",
|
|
1643
|
+
"jupyter",
|
|
1644
|
+
"jupyterlab",
|
|
1645
|
+
"notebook",
|
|
1646
|
+
"jupyter-client",
|
|
1647
|
+
"jupyter-core",
|
|
1648
|
+
"ipykernel",
|
|
1649
|
+
"ipywidgets",
|
|
1650
|
+
"nbformat",
|
|
1651
|
+
"nbconvert",
|
|
1652
|
+
"jupyterhub",
|
|
1653
|
+
"papermill",
|
|
1654
|
+
"nbdime",
|
|
1655
|
+
"nbqa",
|
|
1656
|
+
"nbstripout",
|
|
1657
|
+
"treon",
|
|
1658
|
+
"biopython",
|
|
1659
|
+
"pysam",
|
|
1660
|
+
"pyvcf",
|
|
1661
|
+
"pybedtools",
|
|
1662
|
+
"pysam-utils",
|
|
1663
|
+
"rdkit",
|
|
1664
|
+
"openbabel",
|
|
1665
|
+
"ase",
|
|
1666
|
+
"pymatgen",
|
|
1667
|
+
"mdtraj",
|
|
1668
|
+
"pyserial",
|
|
1669
|
+
"pyusb",
|
|
1670
|
+
"hidapi",
|
|
1671
|
+
"bleak",
|
|
1672
|
+
"pybluez",
|
|
1673
|
+
"gpiozero",
|
|
1674
|
+
"rpi.gpio",
|
|
1675
|
+
"smbus2",
|
|
1676
|
+
"spidev",
|
|
1677
|
+
"adafruit-blinka",
|
|
1678
|
+
"adafruit-circuitpython-busdevice",
|
|
1679
|
+
"paho-mqtt",
|
|
1680
|
+
"asyncio-mqtt",
|
|
1681
|
+
"gmqtt",
|
|
1682
|
+
"hbmqtt",
|
|
1683
|
+
"amqtt",
|
|
1684
|
+
"py-pkg-0",
|
|
1685
|
+
"module-1",
|
|
1686
|
+
"lib-2",
|
|
1687
|
+
"tool-3",
|
|
1688
|
+
"helper-4",
|
|
1689
|
+
"util-5",
|
|
1690
|
+
"core-6",
|
|
1691
|
+
"py-pkg-7",
|
|
1692
|
+
"module-8",
|
|
1693
|
+
"lib-9",
|
|
1694
|
+
"tool-10",
|
|
1695
|
+
"helper-11",
|
|
1696
|
+
"util-12",
|
|
1697
|
+
"core-13",
|
|
1698
|
+
"py-pkg-14",
|
|
1699
|
+
"module-15",
|
|
1700
|
+
"lib-16",
|
|
1701
|
+
"tool-17",
|
|
1702
|
+
"helper-18",
|
|
1703
|
+
"util-19",
|
|
1704
|
+
"core-20",
|
|
1705
|
+
"py-pkg-21",
|
|
1706
|
+
"module-22",
|
|
1707
|
+
"lib-23",
|
|
1708
|
+
"tool-24",
|
|
1709
|
+
"helper-25",
|
|
1710
|
+
"util-26",
|
|
1711
|
+
"core-27",
|
|
1712
|
+
"py-pkg-28",
|
|
1713
|
+
"module-29",
|
|
1714
|
+
"lib-30",
|
|
1715
|
+
"tool-31",
|
|
1716
|
+
"helper-32",
|
|
1717
|
+
"util-33",
|
|
1718
|
+
"core-34",
|
|
1719
|
+
"py-pkg-35",
|
|
1720
|
+
"module-36",
|
|
1721
|
+
"lib-37",
|
|
1722
|
+
"tool-38",
|
|
1723
|
+
"helper-39",
|
|
1724
|
+
"util-40",
|
|
1725
|
+
"core-41",
|
|
1726
|
+
"py-pkg-42",
|
|
1727
|
+
"module-43",
|
|
1728
|
+
"lib-44",
|
|
1729
|
+
"tool-45",
|
|
1730
|
+
"helper-46",
|
|
1731
|
+
"util-47",
|
|
1732
|
+
"core-48",
|
|
1733
|
+
"py-pkg-49",
|
|
1734
|
+
"module-50",
|
|
1735
|
+
"lib-51",
|
|
1736
|
+
"tool-52",
|
|
1737
|
+
"helper-53",
|
|
1738
|
+
"util-54",
|
|
1739
|
+
"core-55",
|
|
1740
|
+
"py-pkg-56",
|
|
1741
|
+
"module-57",
|
|
1742
|
+
"lib-58",
|
|
1743
|
+
"tool-59",
|
|
1744
|
+
"helper-60",
|
|
1745
|
+
"util-61",
|
|
1746
|
+
"core-62",
|
|
1747
|
+
"py-pkg-63",
|
|
1748
|
+
"module-64",
|
|
1749
|
+
"lib-65",
|
|
1750
|
+
"tool-66",
|
|
1751
|
+
"helper-67",
|
|
1752
|
+
"util-68",
|
|
1753
|
+
"core-69",
|
|
1754
|
+
"py-pkg-70",
|
|
1755
|
+
"module-71",
|
|
1756
|
+
"lib-72",
|
|
1757
|
+
"tool-73",
|
|
1758
|
+
"helper-74",
|
|
1759
|
+
"util-75",
|
|
1760
|
+
"core-76",
|
|
1761
|
+
"py-pkg-77",
|
|
1762
|
+
"module-78",
|
|
1763
|
+
"lib-79",
|
|
1764
|
+
"tool-80",
|
|
1765
|
+
"helper-81",
|
|
1766
|
+
"util-82",
|
|
1767
|
+
"core-83",
|
|
1768
|
+
"py-pkg-84",
|
|
1769
|
+
"module-85",
|
|
1770
|
+
"lib-86",
|
|
1771
|
+
"tool-87",
|
|
1772
|
+
"helper-88",
|
|
1773
|
+
"util-89",
|
|
1774
|
+
"core-90",
|
|
1775
|
+
"py-pkg-91",
|
|
1776
|
+
"module-92",
|
|
1777
|
+
"lib-93",
|
|
1778
|
+
"tool-94",
|
|
1779
|
+
"helper-95",
|
|
1780
|
+
"util-96",
|
|
1781
|
+
"core-97",
|
|
1782
|
+
"py-pkg-98",
|
|
1783
|
+
"module-99",
|
|
1784
|
+
"lib-100",
|
|
1785
|
+
"tool-101",
|
|
1786
|
+
"helper-102",
|
|
1787
|
+
"util-103",
|
|
1788
|
+
"core-104",
|
|
1789
|
+
"py-pkg-105",
|
|
1790
|
+
"module-106",
|
|
1791
|
+
"lib-107",
|
|
1792
|
+
"tool-108",
|
|
1793
|
+
"helper-109",
|
|
1794
|
+
"util-110",
|
|
1795
|
+
"core-111",
|
|
1796
|
+
"py-pkg-112",
|
|
1797
|
+
"module-113",
|
|
1798
|
+
"lib-114",
|
|
1799
|
+
"tool-115",
|
|
1800
|
+
"helper-116",
|
|
1801
|
+
"util-117",
|
|
1802
|
+
"core-118",
|
|
1803
|
+
"py-pkg-119",
|
|
1804
|
+
"module-120",
|
|
1805
|
+
"lib-121",
|
|
1806
|
+
"tool-122",
|
|
1807
|
+
"helper-123",
|
|
1808
|
+
"util-124",
|
|
1809
|
+
"core-125",
|
|
1810
|
+
"py-pkg-126",
|
|
1811
|
+
"module-127",
|
|
1812
|
+
"lib-128",
|
|
1813
|
+
"tool-129",
|
|
1814
|
+
"helper-130",
|
|
1815
|
+
"util-131",
|
|
1816
|
+
"core-132",
|
|
1817
|
+
"py-pkg-133",
|
|
1818
|
+
"module-134",
|
|
1819
|
+
"lib-135",
|
|
1820
|
+
"tool-136",
|
|
1821
|
+
"helper-137",
|
|
1822
|
+
"util-138",
|
|
1823
|
+
"core-139",
|
|
1824
|
+
"py-pkg-140",
|
|
1825
|
+
"module-141",
|
|
1826
|
+
"lib-142",
|
|
1827
|
+
"tool-143",
|
|
1828
|
+
"helper-144",
|
|
1829
|
+
"util-145",
|
|
1830
|
+
"core-146",
|
|
1831
|
+
"py-pkg-147",
|
|
1832
|
+
"module-148",
|
|
1833
|
+
"lib-149",
|
|
1834
|
+
"tool-150",
|
|
1835
|
+
"helper-151",
|
|
1836
|
+
"util-152",
|
|
1837
|
+
"core-153",
|
|
1838
|
+
"py-pkg-154",
|
|
1839
|
+
"module-155",
|
|
1840
|
+
"lib-156",
|
|
1841
|
+
"tool-157",
|
|
1842
|
+
"helper-158",
|
|
1843
|
+
"util-159",
|
|
1844
|
+
"core-160",
|
|
1845
|
+
"py-pkg-161",
|
|
1846
|
+
"module-162",
|
|
1847
|
+
"lib-163",
|
|
1848
|
+
"tool-164",
|
|
1849
|
+
"helper-165",
|
|
1850
|
+
"util-166",
|
|
1851
|
+
"core-167",
|
|
1852
|
+
"py-pkg-168",
|
|
1853
|
+
"module-169",
|
|
1854
|
+
"lib-170",
|
|
1855
|
+
"tool-171",
|
|
1856
|
+
"helper-172",
|
|
1857
|
+
"util-173",
|
|
1858
|
+
"core-174",
|
|
1859
|
+
"py-pkg-175",
|
|
1860
|
+
"module-176",
|
|
1861
|
+
"lib-177",
|
|
1862
|
+
"tool-178",
|
|
1863
|
+
"helper-179",
|
|
1864
|
+
"util-180",
|
|
1865
|
+
"core-181",
|
|
1866
|
+
"py-pkg-182",
|
|
1867
|
+
"module-183",
|
|
1868
|
+
"lib-184",
|
|
1869
|
+
"tool-185",
|
|
1870
|
+
"helper-186",
|
|
1871
|
+
"util-187",
|
|
1872
|
+
"core-188",
|
|
1873
|
+
"py-pkg-189",
|
|
1874
|
+
"module-190",
|
|
1875
|
+
"lib-191",
|
|
1876
|
+
"tool-192",
|
|
1877
|
+
"helper-193",
|
|
1878
|
+
"util-194",
|
|
1879
|
+
"core-195",
|
|
1880
|
+
"py-pkg-196",
|
|
1881
|
+
"module-197",
|
|
1882
|
+
"lib-198",
|
|
1883
|
+
"tool-199",
|
|
1884
|
+
"helper-200",
|
|
1885
|
+
"util-201",
|
|
1886
|
+
"core-202",
|
|
1887
|
+
"py-pkg-203",
|
|
1888
|
+
"module-204",
|
|
1889
|
+
"lib-205",
|
|
1890
|
+
"tool-206",
|
|
1891
|
+
"helper-207",
|
|
1892
|
+
"util-208",
|
|
1893
|
+
"core-209",
|
|
1894
|
+
"py-pkg-210",
|
|
1895
|
+
"module-211",
|
|
1896
|
+
"lib-212",
|
|
1897
|
+
"tool-213",
|
|
1898
|
+
"helper-214",
|
|
1899
|
+
"util-215",
|
|
1900
|
+
"core-216",
|
|
1901
|
+
"py-pkg-217",
|
|
1902
|
+
"module-218",
|
|
1903
|
+
"lib-219",
|
|
1904
|
+
"tool-220",
|
|
1905
|
+
"helper-221",
|
|
1906
|
+
"util-222",
|
|
1907
|
+
"core-223",
|
|
1908
|
+
"py-pkg-224",
|
|
1909
|
+
"module-225",
|
|
1910
|
+
"lib-226",
|
|
1911
|
+
"tool-227",
|
|
1912
|
+
"helper-228",
|
|
1913
|
+
"util-229",
|
|
1914
|
+
"core-230",
|
|
1915
|
+
"py-pkg-231",
|
|
1916
|
+
"module-232",
|
|
1917
|
+
"lib-233",
|
|
1918
|
+
"tool-234",
|
|
1919
|
+
"helper-235",
|
|
1920
|
+
"util-236",
|
|
1921
|
+
"core-237",
|
|
1922
|
+
"py-pkg-238",
|
|
1923
|
+
"module-239",
|
|
1924
|
+
"lib-240",
|
|
1925
|
+
"tool-241",
|
|
1926
|
+
"helper-242",
|
|
1927
|
+
"util-243",
|
|
1928
|
+
"core-244",
|
|
1929
|
+
"py-pkg-245",
|
|
1930
|
+
"module-246",
|
|
1931
|
+
"lib-247",
|
|
1932
|
+
"tool-248",
|
|
1933
|
+
"helper-249",
|
|
1934
|
+
"util-250",
|
|
1935
|
+
"core-251",
|
|
1936
|
+
"py-pkg-252",
|
|
1937
|
+
"module-253",
|
|
1938
|
+
"lib-254",
|
|
1939
|
+
"tool-255",
|
|
1940
|
+
"helper-256",
|
|
1941
|
+
"util-257",
|
|
1942
|
+
"core-258",
|
|
1943
|
+
"py-pkg-259",
|
|
1944
|
+
"module-260",
|
|
1945
|
+
"lib-261",
|
|
1946
|
+
"tool-262",
|
|
1947
|
+
"helper-263",
|
|
1948
|
+
"util-264",
|
|
1949
|
+
"core-265",
|
|
1950
|
+
"py-pkg-266",
|
|
1951
|
+
"module-267",
|
|
1952
|
+
"lib-268",
|
|
1953
|
+
"tool-269",
|
|
1954
|
+
"helper-270",
|
|
1955
|
+
"util-271",
|
|
1956
|
+
"core-272",
|
|
1957
|
+
"py-pkg-273",
|
|
1958
|
+
"module-274",
|
|
1959
|
+
"lib-275",
|
|
1960
|
+
"tool-276",
|
|
1961
|
+
"helper-277",
|
|
1962
|
+
"util-278",
|
|
1963
|
+
"core-279",
|
|
1964
|
+
"py-pkg-280",
|
|
1965
|
+
"module-281",
|
|
1966
|
+
"lib-282",
|
|
1967
|
+
"tool-283",
|
|
1968
|
+
"helper-284",
|
|
1969
|
+
"util-285",
|
|
1970
|
+
"core-286",
|
|
1971
|
+
"py-pkg-287",
|
|
1972
|
+
"module-288",
|
|
1973
|
+
"lib-289",
|
|
1974
|
+
"tool-290",
|
|
1975
|
+
"helper-291",
|
|
1976
|
+
"util-292",
|
|
1977
|
+
"core-293",
|
|
1978
|
+
"py-pkg-294",
|
|
1979
|
+
"module-295",
|
|
1980
|
+
"lib-296",
|
|
1981
|
+
"tool-297",
|
|
1982
|
+
"helper-298",
|
|
1983
|
+
"util-299",
|
|
1984
|
+
"core-300",
|
|
1985
|
+
"py-pkg-301",
|
|
1986
|
+
"module-302",
|
|
1987
|
+
"lib-303",
|
|
1988
|
+
"tool-304",
|
|
1989
|
+
"helper-305",
|
|
1990
|
+
"util-306",
|
|
1991
|
+
"core-307",
|
|
1992
|
+
"py-pkg-308",
|
|
1993
|
+
"module-309",
|
|
1994
|
+
"lib-310",
|
|
1995
|
+
"tool-311",
|
|
1996
|
+
"helper-312",
|
|
1997
|
+
"util-313",
|
|
1998
|
+
"core-314",
|
|
1999
|
+
"py-pkg-315",
|
|
2000
|
+
"module-316",
|
|
2001
|
+
"lib-317",
|
|
2002
|
+
"tool-318",
|
|
2003
|
+
"helper-319",
|
|
2004
|
+
"util-320",
|
|
2005
|
+
"core-321"
|
|
2006
|
+
]
|
|
2007
|
+
}
|