ttnn-visualizer 0.46.0__py3-none-any.whl → 0.48.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.
- ttnn_visualizer/app.py +36 -1
- ttnn_visualizer/csv_queries.py +2 -1
- ttnn_visualizer/file_uploads.py +1 -1
- ttnn_visualizer/models.py +1 -0
- ttnn_visualizer/queries.py +1 -1
- ttnn_visualizer/settings.py +1 -0
- ttnn_visualizer/sockets.py +31 -0
- ttnn_visualizer/static/assets/{allPaths-esBqnTg5.js → allPaths-DyhSRH--.js} +1 -1
- ttnn_visualizer/static/assets/allPathsLoader-DXd_rN1a.js +2 -0
- ttnn_visualizer/static/assets/{index-BuHal8Ii.css → index-CZ0Uonoz.css} +2 -2
- ttnn_visualizer/static/assets/{index-BANm1CMY.js → index-T8PVeTUn.js} +227 -227
- ttnn_visualizer/static/assets/{splitPathsBySizeLoader-DYuDhweD.js → splitPathsBySizeLoader-Gsi3qlIM.js} +1 -1
- ttnn_visualizer/static/index.html +2 -2
- ttnn_visualizer/tests/test_serializers.py +6 -0
- ttnn_visualizer/utils.py +190 -28
- ttnn_visualizer/views.py +90 -31
- {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/METADATA +2 -1
- {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/RECORD +23 -23
- {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/licenses/LICENSE +95 -50
- ttnn_visualizer/static/assets/allPathsLoader-KPOKJ-lr.js +0 -2
- {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/WHEEL +0 -0
- {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/entry_points.txt +0 -0
- {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/licenses/LICENSE_understanding.txt +0 -0
- {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/top_level.txt +0 -0
@@ -77,56 +77,101 @@ Third-Party Dependencies:
|
|
77
77
|
|
78
78
|
The following separate and independent dependencies are utilized by this project but are not distributed as part of the software and are subject to their own license terms listed as follows:
|
79
79
|
|
80
|
-
- @blueprintjs/colors
|
81
|
-
- @blueprintjs/core
|
82
|
-
- @blueprintjs/icons
|
83
|
-
- @blueprintjs/
|
84
|
-
- @blueprintjs/
|
85
|
-
- @
|
86
|
-
- @eslint/
|
87
|
-
- @eslint/
|
88
|
-
- @
|
89
|
-
- @
|
90
|
-
-
|
91
|
-
-
|
92
|
-
- dom-
|
93
|
-
-
|
94
|
-
-
|
95
|
-
-
|
80
|
+
- @blueprintjs/colors - Apache-2.0 - https://github.com/palantir/blueprint/blob/develop/packages/colors/LICENSE
|
81
|
+
- @blueprintjs/core - Apache-2.0 - https://github.com/palantir/blueprint/blob/develop/packages/core/LICENSE
|
82
|
+
- @blueprintjs/icons - Apache-2.0 - https://github.com/palantir/blueprint/blob/develop/packages/icons/LICENSE
|
83
|
+
- @blueprintjs/node-build-scripts - Apache-2.0 - https://github.com/palantir/blueprint/blob/develop/packages/node-build-scripts/LICENSE
|
84
|
+
- @blueprintjs/select - Apache-2.0 - https://github.com/palantir/blueprint/blob/develop/packages/select/LICENSE
|
85
|
+
- @blueprintjs/table - Apache-2.0 - https://github.com/palantir/blueprint/blob/develop/packages/table/LICENSE
|
86
|
+
- @eslint/compat - Apache-2.0 - https://github.com/eslint/rewrite/blob/main/packages/compat/LICENSE
|
87
|
+
- @eslint/eslintrc - MIT - https://github.com/eslint/eslintrc/blob/main/LICENSE
|
88
|
+
- @eslint/js - MIT - https://github.com/eslint/eslint/blob/main/LICENSE
|
89
|
+
- @eslint/rewrite - Apache-2.0 - https://github.com/eslint/rewrite/blob/main/LICENSE
|
90
|
+
- @tanstack/react-virtual - MIT - https://github.com/TanStack/virtual/blob/main/LICENSE
|
91
|
+
- @testing-library/dom - MIT - https://github.com/testing-library/dom-testing-library/blob/main/LICENSE
|
92
|
+
- @testing-library/jest-dom - MIT - https://github.com/testing-library/jest-dom/blob/main/LICENSE
|
93
|
+
- @testing-library/react - MIT - https://github.com/testing-library/react-testing-library/blob/main/LICENSE
|
94
|
+
- @types/papaparse - MIT - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/LICENSE
|
95
|
+
- @types/react - MIT - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/LICENSE
|
96
|
+
- @types/react-dom - MIT - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/LICENSE
|
97
|
+
- @types/react-plotly.js - MIT - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/LICENSE
|
98
|
+
- @types/tinycolor2 - MIT - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/tinycolor2/LICENSE
|
99
|
+
- @typescript-eslint/eslint-plugin - MIT - https://github.com/typescript-eslint/typescript-eslint/blob/main/LICENSE
|
100
|
+
- @typescript-eslint/parser - MIT - https://github.com/typescript-eslint/typescript-eslint/blob/main/LICENSE
|
101
|
+
- @vitejs/plugin-react - MIT - https://github.com/vitejs/vite-plugin-react/blob/main/LICENSE
|
102
|
+
- ajv - MIT - https://github.com/ajv-validator/ajv/blob/master/LICENSE
|
103
|
+
- axios - MIT - https://github.com/axios/axios/blob/v1.x/LICENSE
|
104
|
+
- classnames - MIT - https://github.com/JedWatson/classnames/blob/main/LICENSE
|
105
|
+
- css-select - BSD‑2-Clause - https://github.com/fb55/css-select/blob/master/LICENSE
|
106
|
+
- dom-serializer - MIT - https://github.com/cheeriojs/dom-serializer/blob/master/LICENSE
|
107
|
+
- eslint - MIT - https://github.com/eslint/eslint/blob/main/LICENSE
|
108
|
+
- eslint-config-airbnb-base - MIT - https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/LICENSE.md
|
109
|
+
- eslint-config-erb - MIT - https://github.com/electron-react-boilerplate/eslint-config-erb/blob/main/LICENSE
|
110
|
+
- eslint-config-prettier - MIT - https://github.com/prettier/eslint-config-prettier/blob/main/LICENSE
|
111
|
+
- eslint-import-resolver-alias - MIT - https://github.com/johvin/eslint-import-resolver-alias/blob/master/LICENSE
|
112
|
+
- eslint-import-resolver-typescript - ISC - https://github.com/import-js/eslint-import-resolver-typescript/blob/master/LICENSE
|
113
|
+
- eslint-plugin-compat - MIT - https://github.com/amilajack/eslint-plugin-compat/blob/main/LICENSE
|
114
|
+
- eslint-plugin-import - MIT - https://github.com/import-js/eslint-plugin-import/blob/main/LICENSE
|
115
|
+
- eslint-plugin-jsx-a11y - MIT - https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/LICENSE.md
|
116
|
+
- eslint-plugin-prettier - MIT - https://github.com/prettier/eslint-plugin-prettier/blob/main/LICENSE.md
|
117
|
+
- eslint-plugin-promise - ISC - https://github.com/eslint-community/eslint-plugin-promise/blob/main/LICENSE.md
|
118
|
+
- eslint-plugin-react - MIT - https://github.com/jsx-eslint/eslint-plugin-react/blob/master/LICENSE
|
119
|
+
- eslint-plugin-react-hooks - MIT - https://github.com/facebook/react/blob/main/LICENSE
|
120
|
+
- eslint-plugin-react-refresh - MIT - https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/LICENSE
|
121
|
+
- eslint-plugin-unused-imports - MIT - https://github.com/sweepline/eslint-plugin-unused-imports/blob/master/LICENSE
|
122
|
+
- globals - MIT - https://github.com/sindresorhus/globals/blob/main/license
|
123
|
+
- highlight.js - BSD-3-Clause - https://github.com/highlightjs/highlight.js/blob/main/LICENSE
|
124
|
+
- htmlparser2 - MIT - https://github.com/fb55/htmlparser2/blob/master/LICENSE
|
125
|
+
- husky - MIT - https://github.com/typicode/husky/blob/main/LICENSE
|
126
|
+
- immutable - MIT - https://github.com/immutable-js/immutable-js/blob/master/LICENSE
|
127
|
+
- jotai - MIT - https://github.com/pmndrs/jotai/blob/main/LICENSE
|
96
128
|
- jsdom - MIT - https://github.com/jsdom/jsdom/blob/main/LICENSE.txt
|
97
|
-
-
|
98
|
-
-
|
99
|
-
-
|
100
|
-
-
|
101
|
-
-
|
102
|
-
-
|
103
|
-
-
|
104
|
-
- react-
|
105
|
-
- react-
|
106
|
-
- react-
|
107
|
-
- react-
|
108
|
-
- react-
|
109
|
-
-
|
110
|
-
-
|
111
|
-
-
|
112
|
-
-
|
113
|
-
|
114
|
-
-
|
115
|
-
-
|
116
|
-
-
|
117
|
-
-
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
-
|
124
|
-
-
|
125
|
-
|
126
|
-
-
|
127
|
-
-
|
128
|
-
-
|
129
|
-
-
|
130
|
-
-
|
129
|
+
- lint-staged - MIT - https://github.com/lint-staged/lint-staged/blob/main/LICENSE
|
130
|
+
- mini-svg-data-uri - MIT - https://github.com/tigt/mini-svg-data-uri/blob/master/LICENSE
|
131
|
+
- normalize.css - MIT - https://github.com/necolas/normalize.css/blob/master/LICENSE.md
|
132
|
+
- only-allow - MIT - https://github.com/pnpm/only-allow/blob/master/LICENSE
|
133
|
+
- papaparse - MIT - https://github.com/mholt/PapaParse/blob/master/LICENSE
|
134
|
+
- plotly.js - MIT - https://github.com/plotly/plotly.js/blob/master/LICENSE
|
135
|
+
- prettier - MIT - https://github.com/prettier/eslint-config-prettier/blob/main/LICENSE
|
136
|
+
- react - MIT - https://github.com/facebook/react/blob/main/LICENSE
|
137
|
+
- react-dom - MIT - https://github.com/facebook/react/blob/main/LICENSE
|
138
|
+
- react-helmet-async - MIT - https://github.com/staylor/react-helmet-async/blob/main/LICENSE
|
139
|
+
- react-plotly.js - MIT - https://github.com/plotly/react-plotly.js/blob/master/LICENSE
|
140
|
+
- react-query - MIT - https://github.com/TanStack/query/blob/main/LICENSE
|
141
|
+
- react-router - MIT - https://github.com/remix-run/react-router/blob/main/LICENSE
|
142
|
+
- react-router-dom - MIT - https://github.com/remix-run/react-router/blob/main/LICENSE.md
|
143
|
+
- react-toastify - MIT - https://github.com/fkhadra/react-toastify/blob/main/LICENSE
|
144
|
+
- sass - MIT - https://github.com/sass/dart-sass/blob/main/LICENSE
|
145
|
+
- socket.io-client - MIT - https://www.npmjs.com/package/socket.io-client
|
146
|
+
- stylelint - MIT - https://github.com/stylelint/stylelint/blob/main/LICENSE
|
147
|
+
- stylelint-config-standard-scss - MIT - https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/LICENSE
|
148
|
+
- stylelint-prettier - MIT - https://github.com/prettier/stylelint-prettier/blob/main/LICENSE.md
|
149
|
+
- svgo - MIT - https://github.com/svg/svgo/blob/main/LICENSE
|
150
|
+
- tinycolor2 - MIT - https://github.com/bgrins/TinyColor/blob/master/LICENSE
|
151
|
+
- typescript - Apache-2.0 - https://github.com/microsoft/TypeScript/blob/main/LICENSE.txt
|
152
|
+
- vis-data - Dual-license Apache‑2.0 or MIT - https://github.com/visjs/vis-data/blob/master/LICENSE-APACHE-2.0 and https://github.com/visjs/vis-data/blob/master/LICENSE-MIT
|
153
|
+
- vis-network - Dual-license Apache‑2.0 or MIT - https://github.com/visjs/vis-network/blob/master/LICENSE-APACHE-2.0 or
|
154
|
+
- vite - MIT - https://github.com/vitejs/vite/blob/main/LICENSE
|
155
|
+
- vitest - MIT - https://github.com/vitest-dev/vitest/blob/main/LICENSE
|
156
|
+
- vitest-canvas-mock - MIT - https://github.com/wobsoriano/vitest-canvas-mock/blob/main/LICENSE
|
157
|
+
|
158
|
+
- build - MIT https://opensource.org/license/mit
|
159
|
+
- Flask - BSD‑3‑Clause - https://github.com/pallets/flask/blob/main/LICENSE.txt
|
160
|
+
- flask_cors - MIT - https://github.com/corydolphin/flask-cors/blob/main/LICENSE
|
161
|
+
- flask-socketio - MIT - https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/LICENSE
|
162
|
+
- flask-sqlalchemy - BSD‑3‑Clause - https://github.com/pallets-eco/flask-sqlalchemy/blob/main/LICENSE
|
163
|
+
- gevent - MIT - https://github.com/gevent/gevent/blob/master/LICENSE
|
164
|
+
- gunicorn - MIT - https://github.com/benoitc/gunicorn/blob/master/LICENSE
|
165
|
+
- orjson - Dual-license Apache-2.0 or MIT - https://github.com/ijl/orjson/blob/master/LICENSE-APACHE and https://github.com/ijl/orjson/blob/master/LICENSE-MIT
|
166
|
+
- pandas - BSD‑3‑Clause - https://github.com/pandas-dev/pandas/blob/main/LICENSE
|
167
|
+
- playwright - Apache-2.0 - https://github.com/microsoft/playwright-python/blob/main/LICENSE
|
168
|
+
- pydantic - MIT - https://github.com/pydantic/pydantic-settings/blob/main/LICENSE
|
169
|
+
- python-dotenv - BSD‑3‑Clause - https://github.com/theskumar/python-dotenv/blob/main/LICENSE
|
170
|
+
- PyYAML - MIT - https://github.com/yaml/pyyaml/blob/main/LICENSE
|
171
|
+
- setuptools - MIT - https://github.com/pypa/setuptools/blob/main/LICENSE
|
172
|
+
- tt-perf-report - MIT https://opensource.org/license/mit
|
173
|
+
- uvicorn - BSD‑3‑Clause - https://github.com/encode/uvicorn/blob/master/LICENSE.md
|
174
|
+
- wheel - MIT https://opensource.org/license/mit
|
175
|
+
- zstd (python-zstandard) - BSD‑3‑Clause - https://github.com/indygreg/python-zstandard/blob/main/LICENSE
|
131
176
|
|
132
177
|
- Upload Release Assets - GitHub Action - MIT - https://github.com/AButler/upload-release-assets/blob/master/LICENSE
|
@@ -1,2 +0,0 @@
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/allPaths-esBqnTg5.js","assets/index-03c8d4Gh.js","assets/index-PKNBViIU.js","assets/index-BANm1CMY.js","assets/index-BuHal8Ii.css"])))=>i.map(i=>d[i]);
|
2
|
-
import{_ as e}from"./index-BANm1CMY.js";const s=async(t,a)=>{const{getIconPaths:o}=await e(async()=>{const{getIconPaths:r}=await import("./allPaths-esBqnTg5.js");return{getIconPaths:r}},__vite__mapDeps([0,1,2,3,4]));return o(t,a)};export{s as allPathsLoader};
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|