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.
Files changed (24) hide show
  1. ttnn_visualizer/app.py +36 -1
  2. ttnn_visualizer/csv_queries.py +2 -1
  3. ttnn_visualizer/file_uploads.py +1 -1
  4. ttnn_visualizer/models.py +1 -0
  5. ttnn_visualizer/queries.py +1 -1
  6. ttnn_visualizer/settings.py +1 -0
  7. ttnn_visualizer/sockets.py +31 -0
  8. ttnn_visualizer/static/assets/{allPaths-esBqnTg5.js → allPaths-DyhSRH--.js} +1 -1
  9. ttnn_visualizer/static/assets/allPathsLoader-DXd_rN1a.js +2 -0
  10. ttnn_visualizer/static/assets/{index-BuHal8Ii.css → index-CZ0Uonoz.css} +2 -2
  11. ttnn_visualizer/static/assets/{index-BANm1CMY.js → index-T8PVeTUn.js} +227 -227
  12. ttnn_visualizer/static/assets/{splitPathsBySizeLoader-DYuDhweD.js → splitPathsBySizeLoader-Gsi3qlIM.js} +1 -1
  13. ttnn_visualizer/static/index.html +2 -2
  14. ttnn_visualizer/tests/test_serializers.py +6 -0
  15. ttnn_visualizer/utils.py +190 -28
  16. ttnn_visualizer/views.py +90 -31
  17. {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/METADATA +2 -1
  18. {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/RECORD +23 -23
  19. {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/licenses/LICENSE +95 -50
  20. ttnn_visualizer/static/assets/allPathsLoader-KPOKJ-lr.js +0 -2
  21. {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/WHEEL +0 -0
  22. {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/entry_points.txt +0 -0
  23. {ttnn_visualizer-0.46.0.dist-info → ttnn_visualizer-0.48.0.dist-info}/licenses/LICENSE_understanding.txt +0 -0
  24. {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 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/select Apache-2.0 https://github.com/palantir/blueprint/blob/develop/packages/select/LICENSE
84
- - @blueprintjs/table Apache-2.0 https://github.com/palantir/blueprint/blob/develop/packages/table/LICENSE
85
- - @eslint/eslintrc MIT https://github.com/eslint/eslintrc/blob/main/LICENSE
86
- - @eslint/js MIT https://github.com/eslint/eslint/blob/main/LICENSE
87
- - @eslint/rewrite Apache-2.0 https://github.com/eslint/rewrite/blob/main/LICENSE
88
- - @tanstack/react-virtual MIT https://github.com/TanStack/virtual/blob/main/LICENSE
89
- - @types/tinycolor2 MIT https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/tinycolor2/LICENSE
90
- - axios MIT https://github.com/axios/axios/blob/v1.x/LICENSE
91
- - css-select BSD‑2-Clause https://github.com/fb55/css-select/blob/master/LICENSE
92
- - dom-serializer MIT https://github.com/cheeriojs/dom-serializer/blob/master/LICENSE
93
- - globals MIT https://github.com/sindresorhus/globals/blob/main/license
94
- - immutable MIT https://github.com/immutable-js/immutable-js/blob/master/LICENSE
95
- - jotai MIT https://github.com/pmndrs/jotai/blob/main/LICENSE
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
- - mini-svg-data-uri MIT https://github.com/tigt/mini-svg-data-uri/blob/master/LICENSE
98
- - normalize.css MIT https://github.com/necolas/normalize.css/blob/master/LICENSE.md
99
- - papaparse MIT https://github.com/mholt/PapaParse/blob/master/LICENSE
100
- - plotly.js MIT https://github.com/plotly/plotly.js/blob/master/LICENSE
101
- - react MIT https://github.com/facebook/react/blob/main/LICENSE
102
- - react-dom MIT https://github.com/facebook/react/blob/main/LICENSE
103
- - react-helmet-async MIT https://github.com/staylor/react-helmet-async/blob/main/LICENSE
104
- - react-plotly.js MIT https://github.com/plotly/react-plotly.js/blob/master/LICENSE
105
- - react-query MIT https://github.com/TanStack/query/blob/main/LICENSE
106
- - react-router MIT https://github.com/remix-run/react-router/blob/main/LICENSE
107
- - react-router-dom MIT https://github.com/remix-run/react-router/blob/main/LICENSE.md
108
- - react-toastify MIT https://github.com/fkhadra/react-toastify/blob/main/LICENSE
109
- - socket.io-client MIT https://www.npmjs.com/package/socket.io-client
110
- - tinycolor2 MIT https://github.com/bgrins/TinyColor/blob/master/LICENSE
111
- - vis-data – Dual-license Apache‑2.0 or MIT https://github.com/visjs/vis-data/blob/master/LICENSE-MIT and LICENSE-APACHE-2.0
112
- - vis-network – Dual-license Apache‑2.0 or MIT part of vis.js suite; see https://almende.github.io/vis/ (“Vis.js is dual licensed under both Apache-2.0 and MIT”)
113
-
114
- - Flask BSD‑3‑Clause https://github.com/pallets/flask/blob/main/LICENSE.txt
115
- - gunicorn MIT https://github.com/benoitc/gunicorn/blob/master/LICENSE
116
- - uvicorn BSD‑3‑Clause https://github.com/encode/uvicorn/blob/master/LICENSE.md
117
- - flask_cors MIT https://github.com/corydolphin/flask-cors/blob/main/LICENSE
118
- - pydantic MIT https://github.com/pydantic/pydantic-settings/blob/main/LICENSE
119
- - setuptools MIT https://github.com/pypa/setuptools/blob/main/LICENSE
120
- - python-dotenv BSD3‑Clause https://github.com/theskumar/python-dotenv/blob/main/LICENSE
121
- - flask-sqlalchemy BSD3‑Clause https://github.com/pallets-eco/flask-sqlalchemy/blob/main/LICENSE
122
- - flask-socketio MIT https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/LICENSE
123
- - PyYAML MIT https://github.com/yaml/pyyaml/blob/main/LICENSE
124
- - gevent MIT https://github.com/gevent/gevent/blob/master/LICENSE
125
- - pandas – BSD‑3‑Clause – https://github.com/pandas-dev/pandas/blob/main/LICENSE
126
- - wheel MIT https://opensource.org/license/mit
127
- - build MIT https://opensource.org/license/mit
128
- - tt-perf-report MIT https://opensource.org/license/mit
129
- - zstd (python-zstandard) BSD‑3‑Clause https://github.com/indygreg/python-zstandard/blob/main/LICENSE
130
- - playwright Apache-2.0 https://github.com/microsoft/playwright-python/blob/main/LICENSE
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 Apache2.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 Apache2.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};