locust-cloud 1.11.8__py3-none-any.whl → 1.12.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.
@@ -1,13 +1,15 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: locust-cloud
3
- Version: 1.11.8
3
+ Version: 1.12.0
4
4
  Summary: Locust Cloud
5
5
  Project-URL: Homepage, https://locust.cloud
6
6
  Requires-Python: >=3.11
7
7
  Requires-Dist: boto3==1.34.125
8
+ Requires-Dist: gevent-websocket==0.10.1
8
9
  Requires-Dist: locust>=2.32.2
9
10
  Requires-Dist: psycopg[binary,pool]>=3.2.1
10
11
  Requires-Dist: pyjwt>=2.0
12
+ Requires-Dist: python-socketio==5.11.4
11
13
  Description-Content-Type: text/markdown
12
14
 
13
15
  # Locust Cloud
@@ -0,0 +1,24 @@
1
+ locust_cloud/__init__.py,sha256=sI_t2Oh__bylaSMvYqy9R8h5VVlQXxxCD71xy_2tePU,4026
2
+ locust_cloud/auth.py,sha256=FTQZvMadDfq7nwVlKfAITp2rI960YBpr6KO7QnXi8i0,17616
3
+ locust_cloud/cloud.py,sha256=P_MHgO_dOcZAPgaCoiMZhP5YsJygsO83DTNIIOMUKA4,13899
4
+ locust_cloud/credential_manager.py,sha256=MiESqS8IOxncBON04irK1-seF-VNAHHTcELcyxp1ZR8,5571
5
+ locust_cloud/idle_exit.py,sha256=bYD6LeUa0d8Ev2b1f-tiRXVnfyolCoACcDWC8zizNPE,1189
6
+ locust_cloud/socket_logging.py,sha256=lPataBNgU20OZGUdrzYUl36bmrmf50NOAN0tiLrOSlU,3380
7
+ locust_cloud/timescale/exporter.py,sha256=ro4ch3i1WXGWWzALR4fXv89hCLq5D-HUSCrAiDM_3ac,13057
8
+ locust_cloud/timescale/queries.py,sha256=PI23Lj4YW-3H3-ozVPQ6FmmVlOeBVr44mHrOjfpU3KY,7235
9
+ locust_cloud/timescale/query.py,sha256=15OUEBzw-k2bV8p_XpfNBPeJ2bEKbQPDm3AHbRPzNpc,3404
10
+ locust_cloud/webui/.gitignore,sha256=i8EHIqDlVm1-Dkvf_GTZmP_Wu99GE7ABfbYzHXOU734,54
11
+ locust_cloud/webui/.prettierrc,sha256=qZpzAJPlHUQ3--NHYK8WXgc_TlIqq-eoz4pbkTKK3nk,167
12
+ locust_cloud/webui/eslint.config.mjs,sha256=tttIsI8qgCv9-AlXRLfyi52QbBVD1cd0eztwc0eMZDA,2193
13
+ locust_cloud/webui/index.html,sha256=vCDcm-GyXWcoQI8Za1b0hCL4A6QACtI73xtaPuQU41M,641
14
+ locust_cloud/webui/package.json,sha256=86gdkH6SrzL1eY7Xm63IG8VV0gul-k1PtRnnADoHBNM,1278
15
+ locust_cloud/webui/tsconfig.json,sha256=lg9hKv2TQY1GqvbSMNPsvoQIiGKLBOnzkSGZgRRL7zw,637
16
+ locust_cloud/webui/tsconfig.tsbuildinfo,sha256=HB3yc_GAs2AgcbRj9UzyVYAeCAuJz1L9mGPNtW3WxUQ,149434
17
+ locust_cloud/webui/vite.config.ts,sha256=cqxPMkbwEA3H9mGGbuPulQUhIHCosUqm_1usxzs3ePg,268
18
+ locust_cloud/webui/yarn.lock,sha256=uLvVoVVZkLh-jZTCubfx00TU-JdKAywNueL0nWC084w,219426
19
+ locust_cloud/webui/dist/index.html,sha256=j4BCeFmXIe7El7w3bYwsPwNXQm0aqJLuE5DVH_PEIhk,664
20
+ locust_cloud/webui/dist/assets/index-BoNYN-22.js,sha256=EKCKkM61oMTrhnZ7G8XDgxC3HoxjrM82CGLJ5LSIhQ4,2870885
21
+ locust_cloud-1.12.0.dist-info/METADATA,sha256=yf2ztWq1-cJY27DuTEOuv8bYrEJ5jcnxmMo_WiNhzbU,531
22
+ locust_cloud-1.12.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
23
+ locust_cloud-1.12.0.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
24
+ locust_cloud-1.12.0.dist-info/RECORD,,
@@ -1,41 +0,0 @@
1
- {
2
- "parser": "@typescript-eslint/parser",
3
- "extends": ["plugin:@typescript-eslint/recommended"],
4
- "plugins": ["react", "react-hooks", "@typescript-eslint", "prettier", "unused-imports", "import"],
5
- "rules": {
6
- "react/display-name": "off",
7
- "@typescript-eslint/no-explicit-any": "off",
8
- "no-console": "error",
9
- "react/jsx-sort-props": 2,
10
- "react/sort-prop-types": 2,
11
- "import/order": [
12
- "error",
13
- {
14
- "groups": ["external", "internal"],
15
- "newlines-between": "always",
16
- "alphabetize": { "order": "asc", "caseInsensitive": true },
17
- "pathGroups": [
18
- {
19
- "pattern": "react",
20
- "group": "external",
21
- "position": "before",
22
- },
23
- {
24
- "pattern": "App",
25
- "group": "internal",
26
- },
27
- {
28
- "pattern": "Report",
29
- "group": "internal",
30
- },
31
- {
32
- "pattern": "{components,hooks,redux,types,utils}/**",
33
- "group": "internal",
34
- },
35
- ],
36
- "distinctGroup": false,
37
- "pathGroupsExcludedImportTypes": ["internal"],
38
- },
39
- ],
40
- },
41
- }