vuer 0.0.26rc3__py3-none-any.whl → 0.0.26rc4__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.

Potentially problematic release.


This version of vuer might be problematic. Click here for more details.

vuer/base.py CHANGED
@@ -90,7 +90,7 @@ class Server:
90
90
  loop.create_task(fn, name=name)
91
91
 
92
92
  def _static(self, path, root, filename=None):
93
- _fn = partial(handle_file_request, root=root, filename=None)
93
+ _fn = partial(handle_file_request, root=root, filename=filename)
94
94
  self._route(f"{path}/{{filename:.*}}", _fn, method="GET")
95
95
 
96
96
  def run(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vuer
3
- Version: 0.0.26rc3
3
+ Version: 0.0.26rc4
4
4
  Home-page: https://github.com/geyang/vuer
5
5
  Author: Ge Yang<ge.ike.yang@gmail.com>
6
6
  Author-email: ge.ike.yang@gmail.com
@@ -1,5 +1,5 @@
1
1
  vuer/__init__.py,sha256=cP-Ua-bx3mq-3hsnFHAbiGwTnm25hm4wcXp1KhMKCJg,455
2
- vuer/base.py,sha256=IahJKIdN7CbubU5mC_YLXhpXyQVq2EX1vupApICo314,3154
2
+ vuer/base.py,sha256=p9yEY9L-96ri-oTeWtTa78VFstbw-K1k9AslcLiDMGs,3158
3
3
  vuer/events.py,sha256=8AAzkfbm5jHkeMh17Z57n8YTxF4mheWC3Qbya4XkQSc,7291
4
4
  vuer/schemas.py,sha256=aZOocE02gO43SLLfeYSxxac0x38TmyTcfs_iFh5hsJ4,18152
5
5
  vuer/serdes.py,sha256=gD2iA9Yypu1QjocneOT3Nc0y6q_mdHn9zW1ko5j3I7c,2600
@@ -53,9 +53,9 @@ vuer/schemas/__pycache__/__init__.cpython-38.pyc,sha256=NRnVrpIDBKne93xOUY1-Wpav
53
53
  vuer/schemas/__pycache__/drei_components.cpython-38.pyc,sha256=g_ufcKxf-XKfZLdUV-HqKnjIrgxGWFv51aHLWQgH-ws,7712
54
54
  vuer/schemas/__pycache__/html_components.cpython-38.pyc,sha256=q0DMFwNkYbnaH1A8w3BowMiQAlmGpFWOOKsjLVE6CIk,8215
55
55
  vuer/schemas/__pycache__/scene_components.cpython-38.pyc,sha256=NjlInOQt1FVLHXNmmQ_bkRb-GZp2ffbBLwZxmb2bpWc,21917
56
- vuer-0.0.26rc3.dist-info/LICENSE,sha256=MGF-inVBUaGe2mEjqT0g6XsHIXwoNXgNHqD7Z1MzR0k,1063
57
- vuer-0.0.26rc3.dist-info/METADATA,sha256=2o4EVFimCQZonokNg3I2cRutY6zsNdT-E-oUMETqdiY,5342
58
- vuer-0.0.26rc3.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
59
- vuer-0.0.26rc3.dist-info/entry_points.txt,sha256=J_NM6fbpipmD9oP7cdxd1UyBR8mVEQVx0xjlE_56yss,41
60
- vuer-0.0.26rc3.dist-info/top_level.txt,sha256=ermmVkwvGFAK4gfSgDIwOmKpxwpqNt-oo7gVQQUSHok,5
61
- vuer-0.0.26rc3.dist-info/RECORD,,
56
+ vuer-0.0.26rc4.dist-info/LICENSE,sha256=MGF-inVBUaGe2mEjqT0g6XsHIXwoNXgNHqD7Z1MzR0k,1063
57
+ vuer-0.0.26rc4.dist-info/METADATA,sha256=_JSOmc4ECZV6MLGgWAACKoIbwHWwvIKGH9eispfM7ok,5342
58
+ vuer-0.0.26rc4.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
59
+ vuer-0.0.26rc4.dist-info/entry_points.txt,sha256=J_NM6fbpipmD9oP7cdxd1UyBR8mVEQVx0xjlE_56yss,41
60
+ vuer-0.0.26rc4.dist-info/top_level.txt,sha256=ermmVkwvGFAK4gfSgDIwOmKpxwpqNt-oo7gVQQUSHok,5
61
+ vuer-0.0.26rc4.dist-info/RECORD,,