funcnodes-react-flow 0.1.14__tar.gz → 0.2.0__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.1.14 → funcnodes_react_flow-0.2.0}/PKG-INFO +1 -1
  2. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/__main__.py +0 -4
  3. funcnodes_react_flow-0.2.0/funcnodes_react_flow/js/main.js +2 -0
  4. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/run.py +23 -22
  5. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/pyproject.toml +5 -1
  6. funcnodes_react_flow-0.1.14/funcnodes_react_flow/js/main.js +0 -2
  7. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/LICENSE +0 -0
  8. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/README.md +0 -0
  9. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/__init__.py +0 -0
  10. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/android-chrome-192x192.png +0 -0
  11. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/android-chrome-512x512.png +0 -0
  12. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/apple-touch-icon.png +0 -0
  13. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/asset-manifest.json +0 -0
  14. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/css/style.css +0 -0
  15. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/favicon-16x16.png +0 -0
  16. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/favicon-32x32.png +0 -0
  17. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/favicon.ico +0 -0
  18. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/index.html +0 -0
  19. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/js/830.js +0 -0
  20. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/js/830.js.LICENSE.txt +0 -0
  21. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/js/main.js.LICENSE.txt +0 -0
  22. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/logo.png +0 -0
  23. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/logo192.png +0 -0
  24. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/logo512.png +0 -0
  25. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/manifest.json +0 -0
  26. {funcnodes_react_flow-0.1.14 → funcnodes_react_flow-0.2.0}/funcnodes_react_flow/robots.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: funcnodes-react-flow
3
- Version: 0.1.14
3
+ Version: 0.2.0
4
4
  Summary: funcnodes frontend for react flow
5
5
  License: MIT
6
6
  Author: Julian Kimmig
@@ -1,10 +1,6 @@
1
- from typing import Type
2
1
  from .run import run_server
3
2
  import funcnodes as fn
4
3
  import argparse
5
- from pprint import pprint
6
- import sys
7
- import os
8
4
 
9
5
  try:
10
6
  from setproctitle import setproctitle