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.
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/Cargo.toml +10 -3
- {perspective_python-3.1.2 → perspective_python-3.1.3}/PKG-INFO +6 -7
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/docs/lib.md +4 -2
- perspective_python-3.1.3/package.json +27 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/perspective/__init__.py +1 -1
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/handlers/aiohttp.py +2 -1
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/perspective/handlers/tornado.py +3 -0
- perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/install.json +5 -0
- perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/package.json +81 -0
- perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/static/253.0ce9cb0d4f76016e411c.js +18 -0
- 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
- perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/static/295.b558c522e11647489867.js +1 -0
- perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/static/remoteEntry.8a5815226eeaa9e24509.js +1 -0
- perspective_python-3.1.3/perspective_python-3.1.3.data/data/share/jupyter/labextensions/@finos/perspective-jupyterlab/static/style.js +4 -0
- 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
- perspective_python-3.1.2/rust/perspective-server/Cargo.toml → perspective_python-3.1.3/pyproject.toml +41 -41
- perspective_python-3.1.2/Cargo.lock +0 -3803
- perspective_python-3.1.2/Cargo.toml +0 -34
- perspective_python-3.1.2/perspective/__init__.py +0 -54
- perspective_python-3.1.2/perspective/handlers/tornado.py +0 -63
- perspective_python-3.1.2/pyproject.toml +0 -48
- perspective_python-3.1.2/rust/perspective-client/Cargo.toml +0 -79
- perspective_python-3.1.2/rust/perspective-client/build.rs +0 -83
- perspective_python-3.1.2/rust/perspective-client/docs/client/get_hosted_table_names.md +0 -34
- perspective_python-3.1.2/rust/perspective-client/docs/client/open_table.md +0 -36
- perspective_python-3.1.2/rust/perspective-client/docs/client/set_loop_callback.md +0 -7
- perspective_python-3.1.2/rust/perspective-client/docs/client/system_info.md +0 -14
- perspective_python-3.1.2/rust/perspective-client/docs/client/table.md +0 -98
- perspective_python-3.1.2/rust/perspective-client/docs/client/terminate.md +0 -2
- perspective_python-3.1.2/rust/perspective-client/docs/client.md +0 -78
- perspective_python-3.1.2/rust/perspective-client/docs/expressions.md +0 -141
- perspective_python-3.1.2/rust/perspective-client/docs/index.html +0 -8
- perspective_python-3.1.2/rust/perspective-client/docs/table/clear.md +0 -5
- perspective_python-3.1.2/rust/perspective-client/docs/table/columns.md +0 -30
- perspective_python-3.1.2/rust/perspective-client/docs/table/delete.md +0 -48
- perspective_python-3.1.2/rust/perspective-client/docs/table/get_client.md +0 -1
- perspective_python-3.1.2/rust/perspective-client/docs/table/get_features.md +0 -2
- perspective_python-3.1.2/rust/perspective-client/docs/table/get_index.md +0 -33
- perspective_python-3.1.2/rust/perspective-client/docs/table/get_limit.md +0 -1
- perspective_python-3.1.2/rust/perspective-client/docs/table/get_num_views.md +0 -3
- perspective_python-3.1.2/rust/perspective-client/docs/table/make_port.md +0 -2
- perspective_python-3.1.2/rust/perspective-client/docs/table/on_delete.md +0 -5
- perspective_python-3.1.2/rust/perspective-client/docs/table/remove.md +0 -34
- perspective_python-3.1.2/rust/perspective-client/docs/table/remove_delete.md +0 -2
- perspective_python-3.1.2/rust/perspective-client/docs/table/replace.md +0 -39
- perspective_python-3.1.2/rust/perspective-client/docs/table/schema.md +0 -14
- perspective_python-3.1.2/rust/perspective-client/docs/table/size.md +0 -1
- perspective_python-3.1.2/rust/perspective-client/docs/table/update.md +0 -44
- perspective_python-3.1.2/rust/perspective-client/docs/table/validate_expressions.md +0 -11
- perspective_python-3.1.2/rust/perspective-client/docs/table/view.md +0 -53
- perspective_python-3.1.2/rust/perspective-client/docs/table.md +0 -281
- perspective_python-3.1.2/rust/perspective-client/docs/view/collapse.md +0 -3
- perspective_python-3.1.2/rust/perspective-client/docs/view/column_paths.md +0 -5
- perspective_python-3.1.2/rust/perspective-client/docs/view/delete.md +0 -3
- perspective_python-3.1.2/rust/perspective-client/docs/view/dimensions.md +0 -13
- perspective_python-3.1.2/rust/perspective-client/docs/view/expand.md +0 -3
- perspective_python-3.1.2/rust/perspective-client/docs/view/expression_schema.md +0 -2
- perspective_python-3.1.2/rust/perspective-client/docs/view/get_config.md +0 -2
- perspective_python-3.1.2/rust/perspective-client/docs/view/get_min_max.md +0 -5
- perspective_python-3.1.2/rust/perspective-client/docs/view/num_columns.md +0 -6
- perspective_python-3.1.2/rust/perspective-client/docs/view/num_rows.md +0 -6
- perspective_python-3.1.2/rust/perspective-client/docs/view/on_delete.md +0 -13
- perspective_python-3.1.2/rust/perspective-client/docs/view/on_update.md +0 -29
- perspective_python-3.1.2/rust/perspective-client/docs/view/remove_delete.md +0 -9
- perspective_python-3.1.2/rust/perspective-client/docs/view/remove_update.md +0 -40
- perspective_python-3.1.2/rust/perspective-client/docs/view/schema.md +0 -18
- perspective_python-3.1.2/rust/perspective-client/docs/view/set_depth.md +0 -1
- perspective_python-3.1.2/rust/perspective-client/docs/view/to_arrow.md +0 -1
- perspective_python-3.1.2/rust/perspective-client/docs/view/to_columns.md +0 -1
- perspective_python-3.1.2/rust/perspective-client/docs/view/to_columns_string.md +0 -2
- perspective_python-3.1.2/rust/perspective-client/docs/view/to_csv.md +0 -1
- perspective_python-3.1.2/rust/perspective-client/docs/view/to_json.md +0 -1
- perspective_python-3.1.2/rust/perspective-client/docs/view/to_json_string.md +0 -1
- perspective_python-3.1.2/rust/perspective-client/docs/view.md +0 -397
- perspective_python-3.1.2/rust/perspective-client/package.json +0 -18
- perspective_python-3.1.2/rust/perspective-client/src/rust/client.rs +0 -385
- perspective_python-3.1.2/rust/perspective-client/src/rust/config/aggregates.rs +0 -318
- perspective_python-3.1.2/rust/perspective-client/src/rust/config/column_type.rs +0 -74
- perspective_python-3.1.2/rust/perspective-client/src/rust/config/expressions.rs +0 -519
- perspective_python-3.1.2/rust/perspective-client/src/rust/config/filters.rs +0 -206
- perspective_python-3.1.2/rust/perspective-client/src/rust/config/mod.rs +0 -30
- perspective_python-3.1.2/rust/perspective-client/src/rust/config/plugin.rs +0 -69
- perspective_python-3.1.2/rust/perspective-client/src/rust/config/sort.rs +0 -146
- perspective_python-3.1.2/rust/perspective-client/src/rust/config/view_config.rs +0 -259
- perspective_python-3.1.2/rust/perspective-client/src/rust/lib.rs +0 -113
- perspective_python-3.1.2/rust/perspective-client/src/rust/session.rs +0 -145
- perspective_python-3.1.2/rust/perspective-client/src/rust/table.rs +0 -375
- perspective_python-3.1.2/rust/perspective-client/src/rust/table_data.rs +0 -77
- perspective_python-3.1.2/rust/perspective-client/src/rust/utils/clone.rs +0 -84
- perspective_python-3.1.2/rust/perspective-client/src/rust/utils/logging.rs +0 -108
- perspective_python-3.1.2/rust/perspective-client/src/rust/utils/mod.rs +0 -79
- perspective_python-3.1.2/rust/perspective-client/src/rust/utils/tests/clone.rs +0 -83
- perspective_python-3.1.2/rust/perspective-client/src/rust/utils/tests/mod.rs +0 -13
- perspective_python-3.1.2/rust/perspective-client/src/rust/view.rs +0 -379
- perspective_python-3.1.2/rust/perspective-python/perspective/handlers/__init__.py +0 -11
- perspective_python-3.1.2/rust/perspective-python/perspective/handlers/aiohttp.py +0 -55
- perspective_python-3.1.2/rust/perspective-python/perspective/handlers/starlette.py +0 -52
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/__init__.py +0 -11
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/conftest.py +0 -272
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/core/__init__.py +0 -11
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/core/test_async.py +0 -414
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/server/__init__.py +0 -11
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/server/test_server.py +0 -1066
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/server/test_session.py +0 -55
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/__init__.py +0 -11
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/object_sequence.py +0 -402
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_delete.py +0 -124
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_exception.py +0 -53
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_leaks.py +0 -54
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_ports.py +0 -178
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_remove.py +0 -102
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table.py +0 -621
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_arrow.py +0 -452
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_datetime.py +0 -2409
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_infer.py +0 -201
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_limit.py +0 -45
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_numpy.py +0 -1022
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_table_pandas.py +0 -1018
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_to_arrow.py +0 -417
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_to_arrow_lz4.py +0 -32
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_to_format.py +0 -1024
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_update.py +0 -545
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_update_arrow.py +0 -980
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_update_pandas.py +0 -211
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_view.py +0 -2234
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/table/test_view_expression.py +0 -1940
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/test_dependencies.py +0 -46
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/viewer/__init__.py +0 -11
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/viewer/test_validate.py +0 -69
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/viewer/test_viewer.py +0 -246
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/widget/__init__.py +0 -11
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/widget/test_widget.py +0 -278
- perspective_python-3.1.2/rust/perspective-python/perspective/tests/widget/test_widget_pandas.py +0 -453
- perspective_python-3.1.2/rust/perspective-python/perspective/widget/__init__.py +0 -278
- perspective_python-3.1.2/rust/perspective-python/perspective/widget/viewer/__init__.py +0 -15
- perspective_python-3.1.2/rust/perspective-python/perspective/widget/viewer/validate.py +0 -22
- perspective_python-3.1.2/rust/perspective-python/perspective/widget/viewer/viewer.py +0 -310
- perspective_python-3.1.2/rust/perspective-python/perspective/widget/viewer/viewer_traitlets.py +0 -101
- perspective_python-3.1.2/rust/perspective-server/build/main.rs +0 -82
- perspective_python-3.1.2/rust/perspective-server/build/psp.rs +0 -161
- perspective_python-3.1.2/rust/perspective-server/docs/architecture.dot +0 -197
- perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub1.dot +0 -66
- perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub1.svg +0 -60
- perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub2.dot +0 -66
- perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub2.svg +0 -67
- perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub3.dot +0 -97
- perspective_python-3.1.2/rust/perspective-server/docs/architecture.sub3.svg +0 -97
- perspective_python-3.1.2/rust/perspective-server/docs/architecture.svg +0 -250
- perspective_python-3.1.2/rust/perspective-server/docs/lib.md +0 -167
- perspective_python-3.1.2/rust/perspective-server/src/ffi.rs +0 -150
- perspective_python-3.1.2/rust/perspective-server/src/lib.rs +0 -24
- perspective_python-3.1.2/rust/perspective-server/src/local_client.rs +0 -112
- perspective_python-3.1.2/rust/perspective-server/src/local_session.rs +0 -88
- perspective_python-3.1.2/rust/perspective-server/src/server.rs +0 -124
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/README.md +0 -0
- {perspective_python-3.1.2/perspective/handlers → perspective_python-3.1.3/bench}/__init__.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/runtime/__init__.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/runtime/bench.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/runtime/perspective_benchmark.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/runtime/run_perspective_benchmark.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/__init__.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/async_server.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/bench.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/distributed_mode.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/server/new_api.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/server/old_api.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/bench/tornado/server_mode.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/build.rs +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/docs/index.html +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/extension/finos-perspective-nbextension.json +0 -0
- {perspective_python-3.1.2/perspective/tests → perspective_python-3.1.3/perspective/handlers}/__init__.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/handlers/starlette.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/templates/exported_widget.html.template +0 -0
- {perspective_python-3.1.2/perspective/tests/core → perspective_python-3.1.3/perspective/tests}/__init__.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/conftest.py +0 -0
- {perspective_python-3.1.2/perspective/tests/server → perspective_python-3.1.3/perspective/tests/core}/__init__.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/core/test_async.py +0 -0
- {perspective_python-3.1.2/perspective/tests/table → perspective_python-3.1.3/perspective/tests/server}/__init__.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/server/test_server.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/server/test_session.py +0 -0
- {perspective_python-3.1.2/perspective/tests/viewer → perspective_python-3.1.3/perspective/tests/table}/__init__.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/date32.arrow +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/date64.arrow +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/dict.arrow +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/dict_update.arrow +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/int_float_str.arrow +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/int_float_str_file.arrow +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/arrow/int_float_str_update.arrow +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/object_sequence.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_delete.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_exception.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_leaks.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_ports.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_remove.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_arrow.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_datetime.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_infer.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_limit.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_numpy.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_table_pandas.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_to_arrow.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_to_arrow_lz4.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_to_format.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_update.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_update_arrow.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_update_pandas.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_view.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/table/test_view_expression.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/test_dependencies.py +0 -0
- {perspective_python-3.1.2/perspective/tests/widget → perspective_python-3.1.3/perspective/tests/viewer}/__init__.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/viewer/test_validate.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/viewer/test_viewer.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python/bench → perspective_python-3.1.3/perspective/tests/widget}/__init__.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/widget/test_widget.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/tests/widget/test_widget_pandas.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/widget/__init__.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/widget/viewer/__init__.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/widget/viewer/validate.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/widget/viewer/viewer.py +0 -0
- {perspective_python-3.1.2 → perspective_python-3.1.3}/perspective/widget/viewer/viewer_traitlets.py +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/client/client_sync.rs +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/client/mod.rs +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/client/pandas.rs +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/client/pyarrow.rs +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/client/python.rs +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/lib.rs +0 -0
- {perspective_python-3.1.2/rust/perspective-python → perspective_python-3.1.3}/src/server/mod.rs +0 -0
- {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.
|
|
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.
|
|
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
|
|
17
|
-
Requires-Dist: tornado
|
|
18
|
-
Requires-Dist: aiohttp
|
|
19
|
-
Requires-Dist: 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-
|
|
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.
|
|
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) ->
|
|
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
|
|
@@ -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
|
+
}
|