funcnodes-react-flow 0.4.10__py3-none-any.whl → 1.0.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.
@@ -12,10 +12,10 @@
12
12
  <script type="module" crossorigin src="/static/funcnodes_react_flow.es.js"></script>
13
13
  <link rel="stylesheet" crossorigin href="/static/funcnodes_react_flow.css">
14
14
  </head>
15
- <body>
15
+ <body style="margin: 0; padding: 0;">
16
16
  <noscript>You need to enable JavaScript to run this app.</noscript>
17
17
  <div id="root" style="height: 100vh; width: 100vw;"></div>
18
- <script>window.onload = async function () {
18
+ <script>window.FN_WORKER_PORT=9380;</script><script>window.onload = async function () {
19
19
  const _init_wm = async () => {
20
20
  res = await fetch("/worker_manager", {
21
21
  method: "GET",
@@ -1,21 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: funcnodes-react-flow
3
- Version: 0.4.10
3
+ Version: 1.0.0
4
4
  Summary: funcnodes frontend for react flow
5
- Author-email: Julian Kimmig <julian.kimmig@linkdlab.de>
6
- License: AGPL-3.0
7
5
  Project-URL: homepage, https://github.com/Linkdlab/funcnodes_react_flow
8
6
  Project-URL: source, https://github.com/Linkdlab/funcnodes_react_flow
9
7
  Project-URL: tracker, https://github.com/Linkdlab/funcnodes_react_flow/issues
10
8
  Project-URL: download, https://pypi.org/project/funcnodes-react-flow/#files
9
+ Author-email: Julian Kimmig <julian.kimmig@linkdlab.de>
10
+ License: AGPL-3.0
11
+ License-File: LICENSE
11
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
12
13
  Requires-Python: >=3.11
14
+ Requires-Dist: funcnodes-core>=1.0.0
15
+ Requires-Dist: funcnodes-worker>=1.0.0
16
+ Requires-Dist: funcnodes>=1.0.0
17
+ Requires-Dist: funcnodes>=1.0.0; sys_platform != 'emscripten'
13
18
  Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
- Requires-Dist: funcnodes-core>=0.3.51
16
- Requires-Dist: funcnodes-worker>=0.3.0
17
- Requires-Dist: funcnodes>=0.5.36; sys_platform != "emscripten"
18
- Requires-Dist: funcnodes>=0.5.35
19
- Dynamic: license-file
20
19
 
21
20
  # funcnodes_react_flow
@@ -13,19 +13,18 @@ funcnodes_react_flow/static/funcnodes_react_flow-favicon.ico,sha256=Pk8lVbI7hfFz
13
13
  funcnodes_react_flow/static/funcnodes_react_flow-logo192.png,sha256=XAIrH5_B6T77mW4eEP2emYcTkprrwuokSWKoy27v6uU,19826
14
14
  funcnodes_react_flow/static/funcnodes_react_flow-manifest.json,sha256=ULPYw5A68_eNhxuUVXqxT045yhkurKPSz6hjyGcnmhQ,492
15
15
  funcnodes_react_flow/static/funcnodes_react_flow-style.css,sha256=ynxC-2UGYTNfM-d7gCC95W6eXHR5g6_NP08p4Utt-90,85514
16
- funcnodes_react_flow/static/funcnodes_react_flow.css,sha256=Gc2MWekbUYqRXzpcGpC8ygF60BbZLBVQkZwSOiUfjgM,86335
17
- funcnodes_react_flow/static/funcnodes_react_flow.es.js,sha256=dhqhkDEWpSQprjz6G3st1qOsdASo-1W-p7t9VhS-0nY,1514744
18
- funcnodes_react_flow/static/funcnodes_react_flow.iife.js,sha256=XhRHLvimSZZr1VLK18JQU-octGlPuNuLE-xR8kc3JYA,1017305
16
+ funcnodes_react_flow/static/funcnodes_react_flow.css,sha256=5BfRBcQa7Rv_EBV_kE4nzLrVBSTQgSyEFtHtVqgeAIo,114874
17
+ funcnodes_react_flow/static/funcnodes_react_flow.es.js,sha256=8dX4JuVx4HRwQjCh3o1mcknxeEbWCqR0zPFeDSiVl6c,1645929
18
+ funcnodes_react_flow/static/funcnodes_react_flow.iife.js,sha256=Sf5w7JQK0Y9fVa-OYQbwWIibbqgzLLmOpuT1SVfANS4,1102743
19
19
  funcnodes_react_flow/static/funcnodes_react_flow.js,sha256=epyTrXDufvBoYPQIOv_8qCnDdD9-v2RuPoHjPlxB018,1014533
20
- funcnodes_react_flow/static/index.html,sha256=v-K7WmYdUpss2_i0Y8P9W5MoEH9oUiMmbTuEqPvCjvw,49078
20
+ funcnodes_react_flow/static/index.html,sha256=cjmPHQyEwR_VmZHE1PBCJBg2Zgz62nSfOh9EoyR1TC0,49153
21
21
  funcnodes_react_flow/static/logo.png,sha256=VPvWfSSqRW-Jv7qiVsE6dxcyaB2vJp1JL60x6IA8Sbk,96855
22
22
  funcnodes_react_flow/static/logo192.png,sha256=XAIrH5_B6T77mW4eEP2emYcTkprrwuokSWKoy27v6uU,19826
23
23
  funcnodes_react_flow/static/logo512.png,sha256=9SEEPsgJusj_-fxvDf11ea2YpUKXOdLhSPT3DNRw9e8,65653
24
24
  funcnodes_react_flow/static/manifest.json,sha256=ULPYw5A68_eNhxuUVXqxT045yhkurKPSz6hjyGcnmhQ,492
25
25
  funcnodes_react_flow/static/robots.txt,sha256=kNJLw79pisHhc3OVAimMzKcq3x9WT6sF9IS4xI0crdI,67
26
- funcnodes_react_flow-0.4.10.dist-info/licenses/LICENSE,sha256=21Lj2q2SYKHMY4768_a3pr3q0jY2VYamAHipoodhMDc,34273
27
- funcnodes_react_flow-0.4.10.dist-info/METADATA,sha256=nU-7PFHbk6hddkZHrvSUT0z8amnngQ96rNy-CkvnacM,878
28
- funcnodes_react_flow-0.4.10.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
29
- funcnodes_react_flow-0.4.10.dist-info/entry_points.txt,sha256=arCOJKYZeXLYof49cUnoQCTYv6RPYk1ZxStEY95BEv4,151
30
- funcnodes_react_flow-0.4.10.dist-info/top_level.txt,sha256=D9qkcjmYy6WCz5P2VQgYYweVplB-rdFsPLMl2YZhBnk,21
31
- funcnodes_react_flow-0.4.10.dist-info/RECORD,,
26
+ funcnodes_react_flow-1.0.0.dist-info/METADATA,sha256=mH3LpRQOy7HKdynVveB96pjPDfGbvDpqGeC3m7yuzAc,852
27
+ funcnodes_react_flow-1.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
28
+ funcnodes_react_flow-1.0.0.dist-info/entry_points.txt,sha256=arCOJKYZeXLYof49cUnoQCTYv6RPYk1ZxStEY95BEv4,151
29
+ funcnodes_react_flow-1.0.0.dist-info/licenses/LICENSE,sha256=21Lj2q2SYKHMY4768_a3pr3q0jY2VYamAHipoodhMDc,34273
30
+ funcnodes_react_flow-1.0.0.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -1 +0,0 @@
1
- funcnodes_react_flow