perspective-python 3.1.2__tar.gz → 3.1.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 (229) hide show
  1. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/Cargo.toml +10 -3
  2. {perspective_python-3.1.2 → perspective_python-3.1.3}/PKG-INFO +6 -7
  3. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/docs/lib.md +4 -2
  4. perspective_python-3.1.3/package.json +27 -0
  5. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/perspective/__init__.py +1 -1
  6. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/handlers/aiohttp.py +2 -1
  7. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/perspective/handlers/tornado.py +3 -0
  8. perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/install.json +5 -0
  9. perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/package.json +81 -0
  10. perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/static/253.0ce9cb0d4f76016e411c.js +18 -0
  11. perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/static/253.0ce9cb0d4f76016e411c.js.LICENSE.txt +59 -0
  12. perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/static/295.b558c522e11647489867.js +1 -0
  13. perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/static/remoteEntry.8a5815226eeaa9e24509.js +1 -0
  14. perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/static/style.js +4 -0
  15. perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/static/third-party-licenses.json +16 -0
  16. perspective_python-3.1.2/rust/perspective-server/Cargo.toml → perspective_python-3.1.3/pyproject.toml +41 -41
  17. perspective_python-3.1.2/Cargo.lock +0 -3803
  18. perspective_python-3.1.2/Cargo.toml +0 -34
  19. perspective_python-3.1.2/perspective/__init__.py +0 -54
  20. perspective_python-3.1.2/perspective/handlers/tornado.py +0 -63
  21. perspective_python-3.1.2/pyproject.toml +0 -48
  22. perspective_python-3.1.2/rust/perspective-client/Cargo.toml +0 -79
  23. perspective_python-3.1.2/rust/perspective-client/build.rs +0 -83
  24. perspective_python-3.1.2/rust/perspective-client/docs/client/get_hosted_table_names.md +0 -34
  25. perspective_python-3.1.2/rust/perspective-client/docs/client/open_table.md +0 -36
  26. perspective_python-3.1.2/rust/perspective-client/docs/client/set_loop_callback.md +0 -7
  27. perspective_python-3.1.2/rust/perspective-client/docs/client/system_info.md +0 -14
  28. perspective_python-3.1.2/rust/perspective-client/docs/client/table.md +0 -98
  29. perspective_python-3.1.2/rust/perspective-client/docs/client/terminate.md +0 -2
  30. perspective_python-3.1.2/rust/perspective-client/docs/client.md +0 -78
  31. perspective_python-3.1.2/rust/perspective-client/docs/expressions.md +0 -141
  32. perspective_python-3.1.2/rust/perspective-client/docs/index.html +0 -8
  33. perspective_python-3.1.2/rust/perspective-client/docs/table/clear.md +0 -5
  34. perspective_python-3.1.2/rust/perspective-client/docs/table/columns.md +0 -30
  35. perspective_python-3.1.2/rust/perspective-client/docs/table/delete.md +0 -48
  36. perspective_python-3.1.2/rust/perspective-client/docs/table/get_client.md +0 -1
  37. perspective_python-3.1.2/rust/perspective-client/docs/table/get_features.md +0 -2
  38. perspective_python-3.1.2/rust/perspective-client/docs/table/get_index.md +0 -33
  39. perspective_python-3.1.2/rust/perspective-client/docs/table/get_limit.md +0 -1
  40. perspective_python-3.1.2/rust/perspective-client/docs/table/get_num_views.md +0 -3
  41. perspective_python-3.1.2/rust/perspective-client/docs/table/make_port.md +0 -2
  42. perspective_python-3.1.2/rust/perspective-client/docs/table/on_delete.md +0 -5
  43. perspective_python-3.1.2/rust/perspective-client/docs/table/remove.md +0 -34
  44. perspective_python-3.1.2/rust/perspective-client/docs/table/remove_delete.md +0 -2
  45. perspective_python-3.1.2/rust/perspective-client/docs/table/replace.md +0 -39
  46. perspective_python-3.1.2/rust/perspective-client/docs/table/schema.md +0 -14
  47. perspective_python-3.1.2/rust/perspective-client/docs/table/size.md +0 -1
  48. perspective_python-3.1.2/rust/perspective-client/docs/table/update.md +0 -44
  49. perspective_python-3.1.2/rust/perspective-client/docs/table/validate_expressions.md +0 -11
  50. perspective_python-3.1.2/rust/perspective-client/docs/table/view.md +0 -53
  51. perspective_python-3.1.2/rust/perspective-client/docs/table.md +0 -281
  52. perspective_python-3.1.2/rust/perspective-client/docs/view/collapse.md +0 -3
  53. perspective_python-3.1.2/rust/perspective-client/docs/view/column_paths.md +0 -5
  54. perspective_python-3.1.2/rust/perspective-client/docs/view/delete.md +0 -3
  55. perspective_python-3.1.2/rust/perspective-client/docs/view/dimensions.md +0 -13
  56. perspective_python-3.1.2/rust/perspective-client/docs/view/expand.md +0 -3
  57. perspective_python-3.1.2/rust/perspective-client/docs/view/expression_schema.md +0 -2
  58. perspective_python-3.1.2/rust/perspective-client/docs/view/get_config.md +0 -2
  59. perspective_python-3.1.2/rust/perspective-client/docs/view/get_min_max.md +0 -5
  60. perspective_python-3.1.2/rust/perspective-client/docs/view/num_columns.md +0 -6
  61. perspective_python-3.1.2/rust/perspective-client/docs/view/num_rows.md +0 -6
  62. perspective_python-3.1.2/rust/perspective-client/docs/view/on_delete.md +0 -13
  63. perspective_python-3.1.2/rust/perspective-client/docs/view/on_update.md +0 -29
  64. perspective_python-3.1.2/rust/perspective-client/docs/view/remove_delete.md +0 -9
  65. perspective_python-3.1.2/rust/perspective-client/docs/view/remove_update.md +0 -40
  66. perspective_python-3.1.2/rust/perspective-client/docs/view/schema.md +0 -18
  67. perspective_python-3.1.2/rust/perspective-client/docs/view/set_depth.md +0 -1
  68. perspective_python-3.1.2/rust/perspective-client/docs/view/to_arrow.md +0 -1
  69. perspective_python-3.1.2/rust/perspective-client/docs/view/to_columns.md +0 -1
  70. perspective_python-3.1.2/rust/perspective-client/docs/view/to_columns_string.md +0 -2
  71. perspective_python-3.1.2/rust/perspective-client/docs/view/to_csv.md +0 -1
  72. perspective_python-3.1.2/rust/perspective-client/docs/view/to_json.md +0 -1
  73. perspective_python-3.1.2/rust/perspective-client/docs/view/to_json_string.md +0 -1
  74. perspective_python-3.1.2/rust/perspective-client/docs/view.md +0 -397
  75. perspective_python-3.1.2/rust/perspective-client/package.json +0 -18
  76. perspective_python-3.1.2/rust/perspective-client/src/rust/client.rs +0 -385
  77. perspective_python-3.1.2/rust/perspective-client/src/rust/config/aggregates.rs +0 -318
  78. perspective_python-3.1.2/rust/perspective-client/src/rust/config/column_type.rs +0 -74
  79. perspective_python-3.1.2/rust/perspective-client/src/rust/config/expressions.rs +0 -519
  80. perspective_python-3.1.2/rust/perspective-client/src/rust/config/filters.rs +0 -206
  81. perspective_python-3.1.2/rust/perspective-client/src/rust/config/mod.rs +0 -30
  82. perspective_python-3.1.2/rust/perspective-client/src/rust/config/plugin.rs +0 -69
  83. perspective_python-3.1.2/rust/perspective-client/src/rust/config/sort.rs +0 -146
  84. perspective_python-3.1.2/rust/perspective-client/src/rust/config/view_config.rs +0 -259
  85. perspective_python-3.1.2/rust/perspective-client/src/rust/lib.rs +0 -113
  86. perspective_python-3.1.2/rust/perspective-client/src/rust/session.rs +0 -145
  87. perspective_python-3.1.2/rust/perspective-client/src/rust/table.rs +0 -375
  88. perspective_python-3.1.2/rust/perspective-client/src/rust/table_data.rs +0 -77
  89. perspective_python-3.1.2/rust/perspective-client/src/rust/utils/clone.rs +0 -84
  90. perspective_python-3.1.2/rust/perspective-client/src/rust/utils/logging.rs +0 -108
  91. perspective_python-3.1.2/rust/perspective-client/src/rust/utils/mod.rs +0 -79
  92. perspective_python-3.1.2/rust/perspective-client/src/rust/utils/tests/clone.rs +0 -83
  93. perspective_python-3.1.2/rust/perspective-client/src/rust/utils/tests/mod.rs +0 -13
  94. perspective_python-3.1.2/rust/perspective-client/src/rust/view.rs +0 -379
  95. perspective_python-3.1.2/rust/perspective-python/perspective/handlers/__init__.py +0 -11
  96. perspective_python-3.1.2/rust/perspective-python/perspective/handlers/aiohttp.py +0 -55
  97. perspective_python-3.1.2/rust/perspective-python/perspective/handlers/starlette.py +0 -52
  98. perspective_python-3.1.2/rust/perspective-python/perspective/tests/__init__.py +0 -11
  99. perspective_python-3.1.2/rust/perspective-python/perspective/tests/conftest.py +0 -272
  100. perspective_python-3.1.2/rust/perspective-python/perspective/tests/core/__init__.py +0 -11
  101. perspective_python-3.1.2/rust/perspective-python/perspective/tests/core/test_async.py +0 -414
  102. perspective_python-3.1.2/rust/perspective-python/perspective/tests/server/__init__.py +0 -11
  103. perspective_python-3.1.2/rust/perspective-python/perspective/tests/server/test_server.py +0 -1066
  104. perspective_python-3.1.2/rust/perspective-python/perspective/tests/server/test_session.py +0 -55
  105. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/__init__.py +0 -11
  106. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/object_sequence.py +0 -402
  107. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_delete.py +0 -124
  108. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_exception.py +0 -53
  109. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_leaks.py +0 -54
  110. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_ports.py +0 -178
  111. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_remove.py +0 -102
  112. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table.py +0 -621
  113. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_arrow.py +0 -452
  114. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_datetime.py +0 -2409
  115. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_infer.py +0 -201
  116. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_limit.py +0 -45
  117. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_numpy.py +0 -1022
  118. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_pandas.py +0 -1018
  119. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_to_arrow.py +0 -417
  120. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_to_arrow_lz4.py +0 -32
  121. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_to_format.py +0 -1024
  122. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_update.py +0 -545
  123. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_update_arrow.py +0 -980
  124. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_update_pandas.py +0 -211
  125. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_view.py +0 -2234
  126. perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_view_expression.py +0 -1940
  127. perspective_python-3.1.2/rust/perspective-python/perspective/tests/test_dependencies.py +0 -46
  128. perspective_python-3.1.2/rust/perspective-python/perspective/tests/viewer/__init__.py +0 -11
  129. perspective_python-3.1.2/rust/perspective-python/perspective/tests/viewer/test_validate.py +0 -69
  130. perspective_python-3.1.2/rust/perspective-python/perspective/tests/viewer/test_viewer.py +0 -246
  131. perspective_python-3.1.2/rust/perspective-python/perspective/tests/widget/__init__.py +0 -11
  132. perspective_python-3.1.2/rust/perspective-python/perspective/tests/widget/test_widget.py +0 -278
  133. perspective_python-3.1.2/rust/perspective-python/perspective/tests/widget/test_widget_pandas.py +0 -453
  134. perspective_python-3.1.2/rust/perspective-python/perspective/widget/__init__.py +0 -278
  135. perspective_python-3.1.2/rust/perspective-python/perspective/widget/viewer/__init__.py +0 -15
  136. perspective_python-3.1.2/rust/perspective-python/perspective/widget/viewer/validate.py +0 -22
  137. perspective_python-3.1.2/rust/perspective-python/perspective/widget/viewer/viewer.py +0 -310
  138. perspective_python-3.1.2/rust/perspective-python/perspective/widget/viewer/viewer_traitlets.py +0 -101
  139. perspective_python-3.1.2/rust/perspective-server/build/main.rs +0 -82
  140. perspective_python-3.1.2/rust/perspective-server/build/psp.rs +0 -161
  141. perspective_python-3.1.2/rust/perspective-server/docs/architecture.dot +0 -197
  142. perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub1.dot +0 -66
  143. perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub1.svg +0 -60
  144. perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub2.dot +0 -66
  145. perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub2.svg +0 -67
  146. perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub3.dot +0 -97
  147. perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub3.svg +0 -97
  148. perspective_python-3.1.2/rust/perspective-server/docs/architecture.svg +0 -250
  149. perspective_python-3.1.2/rust/perspective-server/docs/lib.md +0 -167
  150. perspective_python-3.1.2/rust/perspective-server/src/ffi.rs +0 -150
  151. perspective_python-3.1.2/rust/perspective-server/src/lib.rs +0 -24
  152. perspective_python-3.1.2/rust/perspective-server/src/local_client.rs +0 -112
  153. perspective_python-3.1.2/rust/perspective-server/src/local_session.rs +0 -88
  154. perspective_python-3.1.2/rust/perspective-server/src/server.rs +0 -124
  155. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/README.md +0 -0
  156. {perspective_python-3.1.2/perspective/handlers → perspective_python-3.1.3/bench}/__init__.py +0 -0
  157. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/runtime/__init__.py +0 -0
  158. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/runtime/bench.py +0 -0
  159. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/runtime/perspective_benchmark.py +0 -0
  160. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/runtime/run_perspective_benchmark.py +0 -0
  161. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/__init__.py +0 -0
  162. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/async_server.py +0 -0
  163. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/bench.py +0 -0
  164. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/distributed_mode.py +0 -0
  165. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/server/new_api.py +0 -0
  166. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/server/old_api.py +0 -0
  167. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/server_mode.py +0 -0
  168. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/build.rs +0 -0
  169. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/docs/index.html +0 -0
  170. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/extension/finos-perspective-nbextension.json +0 -0
  171. {perspective_python-3.1.2/perspective/tests → perspective_python-3.1.3/perspective/handlers}/__init__.py +0 -0
  172. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/handlers/starlette.py +0 -0
  173. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/templates/exported_widget.html.template +0 -0
  174. {perspective_python-3.1.2/perspective/tests/core → perspective_python-3.1.3/perspective/tests}/__init__.py +0 -0
  175. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/conftest.py +0 -0
  176. {perspective_python-3.1.2/perspective/tests/server → perspective_python-3.1.3/perspective/tests/core}/__init__.py +0 -0
  177. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/core/test_async.py +0 -0
  178. {perspective_python-3.1.2/perspective/tests/table → perspective_python-3.1.3/perspective/tests/server}/__init__.py +0 -0
  179. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/server/test_server.py +0 -0
  180. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/server/test_session.py +0 -0
  181. {perspective_python-3.1.2/perspective/tests/viewer → perspective_python-3.1.3/perspective/tests/table}/__init__.py +0 -0
  182. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/date32.arrow +0 -0
  183. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/date64.arrow +0 -0
  184. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/dict.arrow +0 -0
  185. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/dict_update.arrow +0 -0
  186. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/int_float_str.arrow +0 -0
  187. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/int_float_str_file.arrow +0 -0
  188. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/int_float_str_update.arrow +0 -0
  189. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/object_sequence.py +0 -0
  190. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_delete.py +0 -0
  191. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_exception.py +0 -0
  192. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_leaks.py +0 -0
  193. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_ports.py +0 -0
  194. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_remove.py +0 -0
  195. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table.py +0 -0
  196. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_arrow.py +0 -0
  197. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_datetime.py +0 -0
  198. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_infer.py +0 -0
  199. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_limit.py +0 -0
  200. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_numpy.py +0 -0
  201. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_pandas.py +0 -0
  202. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_to_arrow.py +0 -0
  203. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_to_arrow_lz4.py +0 -0
  204. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_to_format.py +0 -0
  205. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_update.py +0 -0
  206. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_update_arrow.py +0 -0
  207. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_update_pandas.py +0 -0
  208. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_view.py +0 -0
  209. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_view_expression.py +0 -0
  210. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/test_dependencies.py +0 -0
  211. {perspective_python-3.1.2/perspective/tests/widget → perspective_python-3.1.3/perspective/tests/viewer}/__init__.py +0 -0
  212. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/viewer/test_validate.py +0 -0
  213. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/viewer/test_viewer.py +0 -0
  214. {perspective_python-3.1.2/rust/perspective-python/bench → perspective_python-3.1.3/perspective/tests/widget}/__init__.py +0 -0
  215. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/widget/test_widget.py +0 -0
  216. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/widget/test_widget_pandas.py +0 -0
  217. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/widget/__init__.py +0 -0
  218. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/widget/viewer/__init__.py +0 -0
  219. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/widget/viewer/validate.py +0 -0
  220. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/widget/viewer/viewer.py +0 -0
  221. {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/widget/viewer/viewer_traitlets.py +0 -0
  222. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/client/client_sync.rs +0 -0
  223. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/client/mod.rs +0 -0
  224. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/client/pandas.rs +0 -0
  225. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/client/pyarrow.rs +0 -0
  226. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/client/python.rs +0 -0
  227. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/lib.rs +0 -0
  228. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/server/mod.rs +0 -0
  229. {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/server/server_sync.rs +0 -0
@@ -12,7 +12,7 @@
12
12
 
13
13
  [package]
14
14
  name = "perspective-python"
15
- version = "3.1.2"
15
+ version = "3.1.3"
16
16
  edition = "2021"
17
17
  description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
18
18
  repository = "https://github.com/finos/perspective"
@@ -25,8 +25,12 @@ include = [
25
25
  "bench/**/*.py",
26
26
  "build.rs",
27
27
  "./Cargo.toml",
28
+ "README.md",
28
29
  "./package.json",
29
30
  "perspective/**/*.py",
31
+ "perspective/extension",
32
+ "perspective/templates",
33
+ "perspective/tests/**/*.arrow",
30
34
  "./pyproject.toml",
31
35
  "src/**/*.rs",
32
36
  "docs/**/*",
@@ -52,9 +56,12 @@ pyo3-build-config = "0.20.2"
52
56
  python-config-rs = "0.1.2"
53
57
 
54
58
  [dependencies]
59
+ # NOTE: when building from the git repo, these perspective-* dependencies are
60
+ # overridden with path dependencies in .cargo/config.toml. This is done to
61
+ # support the sdist, which doesn't include these packages.
62
+ perspective-client = { version = "3.1.3" }
63
+ perspective-server = { version = "3.1.3" }
55
64
  async-lock = "2.5.0"
56
- perspective-client = { version = "3.1.2", path = "../perspective-client" }
57
- perspective-server = { version = "3.1.2", path = "../perspective-server" }
58
65
  pollster = "0.3.0"
59
66
  extend = "1.1.2"
60
67
  futures = "0.3.28"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: perspective-python
3
- Version: 3.1.2
3
+ Version: 3.1.3
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Programming Language :: Rust
6
6
  Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -13,16 +13,16 @@ Classifier: Framework :: Jupyter :: JupyterLab
13
13
  Classifier: Framework :: Jupyter :: JupyterLab :: 3
14
14
  Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
15
15
  Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
16
- Requires-Dist: ipywidgets >=7.5.1, <9 ; extra == 'jupyter'
17
- Requires-Dist: tornado >=5, <7 ; extra == 'tornado'
18
- Requires-Dist: aiohttp >=2, <4 ; extra == 'aiohttp'
19
- Requires-Dist: starlette <1 ; extra == 'starlette'
16
+ Requires-Dist: ipywidgets>=7.5.1,<9 ; extra == 'jupyter'
17
+ Requires-Dist: tornado>=5,<7 ; extra == 'tornado'
18
+ Requires-Dist: aiohttp>=2,<4 ; extra == 'aiohttp'
19
+ Requires-Dist: starlette<1 ; extra == 'starlette'
20
20
  Provides-Extra: jupyter
21
21
  Provides-Extra: tornado
22
22
  Provides-Extra: aiohttp
23
23
  Provides-Extra: starlette
24
24
  Summary: A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
25
- Home-Page: https://perspective.finos.org
25
+ Home-page: https://perspective.finos.org
26
26
  Author: Andrew Stein <steinlink@gmail.com>
27
27
  Author-email: Andrew Stein <steinlink@gmail.com>
28
28
  License: Apache-2.0
@@ -33,4 +33,3 @@ Project-URL: Source Code, https://github.com/finos/perspective
33
33
  # `perspective-python`
34
34
 
35
35
  This crate provides the Python bindings for Perspective.
36
-
@@ -376,7 +376,7 @@ supported by `perspective.Table`. `PerspectiveWidget` takes keyword arguments
376
376
  for the managed `View`:
377
377
 
378
378
  ```python
379
- from perspective import PerspectiveWidget
379
+ from perspective.widget import PerspectiveWidget
380
380
  w = perspective.PerspectiveWidget(
381
381
  data,
382
382
  plugin="X Bar",
@@ -396,7 +396,7 @@ if the intention is to await data for loading later on. A widget can be
396
396
  constructed from a dataset:
397
397
 
398
398
  ```python
399
- from perspective import PerspectiveWidget
399
+ from perspective.widget import PerspectiveWidget
400
400
  PerspectiveWidget(data, group_by=["date"])
401
401
  ```
402
402
 
@@ -456,6 +456,8 @@ configuration object in the route tuple, and it must contain
456
456
  `"perspective_server"`, which is a reference to the `Server` you just created.
457
457
 
458
458
  ```python
459
+ from perspective.handlers.tornado import PerspectiveTornadoHandler
460
+
459
461
  app = tornado.web.Application([
460
462
 
461
463
  # ... other handlers ...
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "@finos/perspective-python",
3
+ "version": "3.1.3",
4
+ "description": "",
5
+ "private": true,
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/finos/perspective"
9
+ },
10
+ "type": "module",
11
+ "license": "Apache-2.0",
12
+ "scripts": {
13
+ "build": "node build.mjs",
14
+ "clean": "rimraf *.data && rimraf dist && rimraf build",
15
+ "test": "node test.mjs"
16
+ },
17
+ "devDependencies": {
18
+ "@finos/perspective-scripts": "workspace:*",
19
+ "@iarna/toml": "^1.0.0-rc.1",
20
+ "glob": "^11",
21
+ "cpy": "^9.0.1",
22
+ "tar": "^7.4.3"
23
+ },
24
+ "dependencies": {
25
+ "@finos/perspective-jupyterlab": "workspace:*"
26
+ }
27
+ }
@@ -10,7 +10,7 @@
10
10
  # ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
11
11
  # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
12
12
 
13
- __version__ = "3.1.2"
13
+ __version__ = "3.1.3"
14
14
  __all__ = [
15
15
  "_jupyter_labextension_paths",
16
16
  "Server",
@@ -39,7 +39,7 @@ class PerspectiveAIOHTTPHandler(object):
39
39
  self._request = kwargs.pop("request")
40
40
  super().__init__(**kwargs)
41
41
 
42
- async def run(self) -> None:
42
+ async def run(self) -> web.WebSocketResponse:
43
43
  def inner(msg):
44
44
  asyncio.get_running_loop().create_task(self._ws.send_bytes(msg))
45
45
 
@@ -53,3 +53,4 @@ class PerspectiveAIOHTTPHandler(object):
53
53
 
54
54
  finally:
55
55
  self.session.close()
56
+ return self._ws
@@ -42,6 +42,9 @@ class PerspectiveTornadoHandler(WebSocketHandler):
42
42
  ... ])
43
43
  """
44
44
 
45
+ def check_origin(self, origin):
46
+ return True
47
+
45
48
  def initialize(self, perspective_server=perspective.GLOBAL_SERVER):
46
49
  self.server = perspective_server
47
50
 
@@ -0,0 +1,5 @@
1
+ {
2
+ "packageManager": "python",
3
+ "packageName": "perspective-python",
4
+ "uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package perspective-python"
5
+ }
@@ -0,0 +1,81 @@
1
+ {
2
+ "name": "@finos/perspective-jupyterlab",
3
+ "version": "3.1.3",
4
+ "description": "A Jupyterlab extension for the Perspective library, designed to be used with perspective-python.",
5
+ "files": [
6
+ "dist/**/*",
7
+ "src/**/*"
8
+ ],
9
+ "type": "commonjs",
10
+ "main": "dist/esm/perspective-jupyterlab.js",
11
+ "style": "dist/css/perspective-jupyterlab.css",
12
+ "directories": {
13
+ "dist": "dist/"
14
+ },
15
+ "license": "Apache-2.0",
16
+ "publishConfig": {
17
+ "access": "public"
18
+ },
19
+ "scripts": {
20
+ "bench": "npm-run-all bench:build bench:run",
21
+ "bench:build": "echo \"No Benchmarks\"",
22
+ "bench:run": "echo \"No Benchmarks\"",
23
+ "build": "node build.mjs",
24
+ "clean": "npm-run-all clean:*",
25
+ "clean:dist": "rimraf dist",
26
+ "clean:lib": "rimraf lib",
27
+ "clean:labextension": "rimraf ../../rust/perspective-python/perspective/labextension",
28
+ "clean:nbextension": "rimraf ../../rust/perspective-python/perspective/nbextension/static",
29
+ "test:build": "node build.mjs --test",
30
+ "test:jupyter:build": "cpy \"test/arrow/*\" dist/esm",
31
+ "test:jupyter": "__JUPYTERLAB_PORT__=6538 npx playwright test --config ../../tools/perspective-test/playwright.config.ts -- --jupyter",
32
+ "test": "npm-run-all test:build",
33
+ "version": "yarn build"
34
+ },
35
+ "dependencies": {
36
+ "@finos/perspective": "workspace:^",
37
+ "@finos/perspective-viewer": "workspace:^",
38
+ "@finos/perspective-viewer-d3fc": "workspace:^",
39
+ "@finos/perspective-viewer-datagrid": "workspace:^",
40
+ "@finos/perspective-viewer-openlayers": "workspace:^",
41
+ "@jupyter-widgets/base": ">2 <5",
42
+ "@jupyterlab/application": ">2 <5",
43
+ "@lumino/application": "<3",
44
+ "@lumino/widgets": "<3"
45
+ },
46
+ "devDependencies": {
47
+ "@finos/perspective-esbuild-plugin": "workspace:^",
48
+ "@finos/perspective-test": "workspace:^",
49
+ "@jupyterlab/builder": "^4",
50
+ "copy-webpack-plugin": "~12",
51
+ "@prospective.co/procss": "^0.1.16",
52
+ "cpy": "^9.0.1",
53
+ "zx": "^8.1.8"
54
+ },
55
+ "jupyterlab": {
56
+ "webpackConfig": "./webpack.config.js",
57
+ "extension": true,
58
+ "outputDir": "./dist/cjs",
59
+ "sharedPackages": {
60
+ "@jupyter-widgets/base": {
61
+ "bundled": false,
62
+ "singleton": true
63
+ }
64
+ },
65
+ "discovery": {
66
+ "server": {
67
+ "base": {
68
+ "name": "perspective-python"
69
+ },
70
+ "managers": [
71
+ "pip"
72
+ ]
73
+ }
74
+ },
75
+ "_build": {
76
+ "load": "static/remoteEntry.8a5815226eeaa9e24509.js",
77
+ "extension": "./extension",
78
+ "style": "./style"
79
+ }
80
+ }
81
+ }