funcnodes-react-flow 0.3.0__tar.gz → 0.3.3__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.3}/PKG-INFO +5 -9
  2. funcnodes_react_flow-0.3.3/funcnodes_react_flow/static/js/main.js +2 -0
  3. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/js/main.js.LICENSE.txt +196 -0
  4. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/pyproject.toml +13 -10
  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.3}/LICENSE +0 -0
  7. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/README.md +0 -0
  8. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/__init__.py +0 -0
  9. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/__main__.py +0 -0
  10. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/run.py +0 -0
  11. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/android-chrome-192x192.png +0 -0
  12. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/android-chrome-512x512.png +0 -0
  13. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/apple-touch-icon.png +0 -0
  14. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/asset-manifest.json +0 -0
  15. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/css/style.css +0 -0
  16. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/favicon-16x16.png +0 -0
  17. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/favicon-32x32.png +0 -0
  18. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/favicon.ico +0 -0
  19. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/index.html +0 -0
  20. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/js/830.js +0 -0
  21. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/js/830.js.LICENSE.txt +0 -0
  22. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/logo.png +0 -0
  23. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/logo192.png +0 -0
  24. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/logo512.png +0 -0
  25. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/manifest.json +0 -0
  26. {funcnodes_react_flow-0.3.0 → funcnodes_react_flow-0.3.3}/funcnodes_react_flow/static/robots.txt +0 -0
@@ -1,20 +1,16 @@
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.3
4
4
  Summary: funcnodes frontend for react flow
5
5
  License: AGPL-3.0
6
6
  Author: Julian Kimmig
7
- Author-email: julian.kimmig@linkdlab.de
7
+ Author-email: julian.kimmig@linkdlab.de>
8
8
  Requires-Python: >=3.11
9
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
10
9
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
11
- Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.11
13
- Classifier: Programming Language :: Python :: 3.12
14
- Classifier: Programming Language :: Python :: 3.13
15
10
  Requires-Dist: funcnodes (>=0.5.6)
11
+ Requires-Dist: funcnodes-core (>=0.3.8)
12
+ Project-URL: Homepage, https://github.com/Linkdlab/funcnodes_react_flow
16
13
  Project-URL: download, https://pypi.org/project/funcnodes-react-flow/#files
17
- Project-URL: homepage, https://github.com/Linkdlab/funcnodes_react_flow
18
14
  Project-URL: source, https://github.com/Linkdlab/funcnodes_react_flow
19
15
  Project-URL: tracker, https://github.com/Linkdlab/funcnodes_react_flow/issues
20
16
  Description-Content-Type: text/markdown