funcnodes-react-flow 0.3.0__tar.gz → 0.3.1__tar.gz

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 (26) hide show
  1. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/PKG-INFO +3 -2
  2. funcnodes_react_flow-0.3.1/funcnodes_react_flow/static/js/main.js +2 -0
  3. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/js/main.js.LICENSE.txt +196 -0
  4. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/pyproject.toml +2 -1
  5. funcnodes_react_flow-0.3.0/funcnodes_react_flow/static/js/main.js +0 -2
  6. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/LICENSE +0 -0
  7. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/README.md +0 -0
  8. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/__init__.py +0 -0
  9. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/__main__.py +0 -0
  10. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/run.py +0 -0
  11. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/android-chrome-192x192.png +0 -0
  12. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/android-chrome-512x512.png +0 -0
  13. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/apple-touch-icon.png +0 -0
  14. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/asset-manifest.json +0 -0
  15. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/css/style.css +0 -0
  16. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/favicon-16x16.png +0 -0
  17. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/favicon-32x32.png +0 -0
  18. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/favicon.ico +0 -0
  19. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/index.html +0 -0
  20. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/js/830.js +0 -0
  21. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/js/830.js.LICENSE.txt +0 -0
  22. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/logo.png +0 -0
  23. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/logo192.png +0 -0
  24. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/logo512.png +0 -0
  25. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/manifest.json +0 -0
  26. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.1}/funcnodes_react_flow/static/robots.txt +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: funcnodes-react-flow
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: funcnodes frontend for react flow
5
5
  License: AGPL-3.0
6
6
  Author: Julian Kimmig
@@ -13,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Classifier: Programming Language :: Python :: 3.13
15
15
  Requires-Dist: funcnodes (>=0.5.6)
16
+ Requires-Dist: funcnodes-core (>=0.3.8)
16
17
  Project-URL: download, https://pypi.org/project/funcnodes-react-flow/#files
17
18
  Project-URL: homepage, https://github.com/Linkdlab/funcnodes_react_flow
18
19
  Project-URL: source, https://github.com/Linkdlab/funcnodes_react_flow