perspective-python 2.9.0__tar.gz → 2.10.1__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-2.9.0/perspective_python.egg-info → perspective-python-2.10.1}/PKG-INFO +1 -1
- perspective-python-2.10.1/package.json +16 -0
- perspective-python-2.10.1/perspective/core/_version.py +2 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/labextension/package.json +9 -9
- perspective-python-2.10.1/perspective/labextension/static/253.106fb2cf2661c2b48e71.js +18 -0
- perspective-python-2.10.1/perspective/labextension/static/971.489e0ae958e8ee710393.js +1 -0
- perspective-python-2.10.1/perspective/labextension/static/remoteEntry.05ad8610b477f0b22672.js +1 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/labextension/static/third-party-licenses.json +2 -2
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/manager/manager_internal.py +14 -6
- perspective-python-2.10.1/perspective/nbextension/static/extension.js +13 -0
- perspective-python-2.10.1/perspective/nbextension/static/extension.js.map +7 -0
- perspective-python-2.10.1/perspective/nbextension/static/index.js +681 -0
- perspective-python-2.10.1/perspective/nbextension/static/index.js.map +7 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/view.cpp +61 -40
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/widget/widget.py +1 -1
- {perspective-python-2.9.0 → perspective-python-2.10.1/perspective_python.egg-info}/PKG-INFO +1 -1
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective_python.egg-info/SOURCES.txt +4 -4
- {perspective-python-2.9.0 → perspective-python-2.10.1}/setup.py +1 -1
- perspective-python-2.9.0/package.json +0 -16
- perspective-python-2.9.0/perspective/core/_version.py +0 -2
- perspective-python-2.9.0/perspective/labextension/static/620.8cd0fc46c82634b68818.js +0 -18
- perspective-python-2.9.0/perspective/labextension/static/88.f37d368adffffd34c91b.js +0 -1
- perspective-python-2.9.0/perspective/labextension/static/remoteEntry.b126e5a754e1f659ef83.js +0 -1
- perspective-python-2.9.0/perspective/nbextension/static/extension.js +0 -13
- perspective-python-2.9.0/perspective/nbextension/static/extension.js.map +0 -7
- perspective-python-2.9.0/perspective/nbextension/static/index.js +0 -681
- perspective-python-2.9.0/perspective/nbextension/static/index.js.map +0 -7
- {perspective-python-2.9.0 → perspective-python-2.10.1}/MANIFEST.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/README.md +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/CMakeLists.txt +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/LICENSE +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/Pybind.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/arrow/CMakeLists.txt +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/arrow/config.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/arrow.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/date.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/double-conversion.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/exprtk.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/flatbuffers.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/hopscotch.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/lz4.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/modules/FindColor.cmake +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/modules/FindExprTk.cmake +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/modules/FindFlatbuffers.cmake +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/modules/FindInstallDependency.cmake +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/modules/FindNumPy.cmake +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/modules/FindPybind.cmake +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/modules/FindPythonHeaders.cmake +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/modules/FindRe2.cmake +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/modules/LLVMToolchain.cmake +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/ordered-map.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/rapidjson.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/re2/CMakeLists.txt +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/cmake/re2.txt.in +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/aggregate.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/aggspec.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/arg_sort.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/arrow_csv.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/arrow_loader.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/arrow_writer.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/base.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/base_impl_linux.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/base_impl_osx.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/base_impl_wasm.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/base_impl_win.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/binding.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/column.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/comparators.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/compat.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/compat_impl_linux.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/compat_impl_osx.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/compat_impl_wasm.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/compat_impl_win.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/computed_expression.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/computed_function.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/config.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/context_base.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/context_grouped_pkey.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/context_handle.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/context_iterators.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/context_one.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/context_two.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/context_unit.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/context_zero.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/data.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/data_slice.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/data_table.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/date.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/date_parser.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/dense_nodes.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/dense_tree.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/dense_tree_context.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/dependency.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/emscripten.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/expression_tables.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/expression_vocab.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/extract_aggregate.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/filter.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/flat_traversal.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/get_data_extents.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/gnode.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/gnode_state.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/init.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/kernel_engine.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/main.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/mask.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/multi_sort.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/none.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/path.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/pivot.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/pool.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/port.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/process_state.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/pyutils.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/raii.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/raii_impl_linux.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/raii_impl_osx.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/raii_impl_win.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/range.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/regex.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/rlookup.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/scalar.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/schema.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/schema_column.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/simple_bitmask.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/slice.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/sort_specification.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/sparse_tree.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/sparse_tree_node.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/step_delta.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/storage.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/storage_impl_linux.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/storage_impl_osx.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/storage_impl_win.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/sym_table.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/table.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/time.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/tracing.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/tracing_impl_linux.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/tracing_impl_osx.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/traversal.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/traversal_nodes.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/tree_context_common.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/update_task.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/utils.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/vendor/arrow_compute_registry.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/vendor/arrow_single_threaded_reader.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/vendor/single_threaded_reader.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/view.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/view_config.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/cpp/vocab.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/aggregate.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/aggspec.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/arg_sort.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/arrow_csv.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/arrow_loader.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/arrow_writer.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/base.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/binding.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/column.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/comparators.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/compat.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/computed_expression.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/computed_function.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/config.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/context_base.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/context_common_decls.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/context_grouped_pkey.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/context_handle.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/context_one.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/context_two.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/context_unit.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/context_zero.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/data.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/data_accessor.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/data_slice.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/data_table.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/date.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/date_parser.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/debug_helpers.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/defaults.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/dense_nodes.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/dense_tree.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/dense_tree_context.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/dependency.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/emscripten.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/env_vars.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/exception.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/exports.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/expression_tables.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/expression_vocab.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/exprtk.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/extract_aggregate.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/filter.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/filter_utils.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/first.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/flat_traversal.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/flatten.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/fragments.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/get_data_extents.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/gnode.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/gnode_state.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/index.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/init.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/iterator.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/kernel_engine.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/last.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/mask.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/multi_sort.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/node_processor.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/node_processor_types.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/none.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/parallel_for.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/partition.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/path.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/pivot.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/pool.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/port.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/portable.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/process_state.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/pyutils.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/raii.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/range.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/raw_types.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/regex.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/rlookup.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/scalar.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/schema.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/schema_column.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/simple_bitmask.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/slice.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/sort_specification.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/sparse_tree.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/sparse_tree_node.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/step_delta.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/storage.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/sym_table.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/table.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/time.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/tracing.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/tracing_impl_linux.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/tracing_impl_osx.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/tracing_impl_win.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/traversal.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/traversal_nodes.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/tree_context_common.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/tree_iterator.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/update_task.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/utils.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/val.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/vendor/arrow_compute_registry.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/vendor/arrow_single_threaded_reader.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/view.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/view_config.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/dist/src/include/perspective/vocab.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/client/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/client/aiohttp.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/client/base.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/client/dispatch.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/client/starlette_test.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/client/table_api.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/client/tornado.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/client/view_api.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/client/websocket.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/core/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/core/aggregate.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/core/data/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/core/data/np.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/core/data/pd.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/core/exception.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/core/filters.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/core/plugin.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/core/sort.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/extension/finos-perspective-nbextension.json +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/extension/install.json +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/handlers/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/handlers/aiohttp.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/handlers/common.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/handlers/starlette.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/handlers/tornado.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/accessor.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/base.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/column.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/context.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/expressions.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/fill.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/numpy.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/serialization.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/table.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/utils.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python/view.h +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/include/perspective/python.h +0 -0
- /perspective-python-2.9.0/perspective/labextension/static/620.8cd0fc46c82634b68818.js.LICENSE.txt → /perspective-python-2.10.1/perspective/labextension/static/253.106fb2cf2661c2b48e71.js.LICENSE.txt +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/labextension/static/style.js +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/libpsp.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/manager/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/manager/manager.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/manager/session.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/nbextension/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/accessor.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/column.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/context.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/expressions.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/fill.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/numpy.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/python.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/serialization.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/table.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/src/utils.cpp +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/_accessor.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/_callback_cache.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/_constants.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/_data_formatter.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/_date_validator.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/_state.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/_utils.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/table.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/view.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/table/view_config.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/templates/exported_widget.html.jinja +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/client_mode/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/client_mode/test_client_mode.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/conftest.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/core/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/core/test_aggregates.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/core/test_async.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/core/test_layout.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/core/test_plugin.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/core/test_sort.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/core/test_threadpool.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_aiohttp_async_mode.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_aiohttp_handler.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_aiohttp_handler_chunked.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_aiohttp_lock.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_starlette_async_mode.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_starlette_handler.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_starlette_handler_chunked.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_starlette_lock.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_tornado_async_mode.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_tornado_handler.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_tornado_handler_chunked.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_tornado_lock.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/handlers/test_tornado_thread_pool_executor.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/manager/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/manager/test_manager.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/manager/test_session.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/single_threaded/test_single_threaded.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/arrow/date32.arrow +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/arrow/date64.arrow +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/arrow/dict.arrow +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/arrow/dict_update.arrow +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/arrow/int_float_str.arrow +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/arrow/int_float_str_file.arrow +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/arrow/int_float_str_update.arrow +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/object_sequence.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_delete.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_exception.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_leaks.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_ports.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_remove.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_table.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_table_arrow.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_table_datetime.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_table_infer.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_table_limit.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_table_numpy.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_table_pandas.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_to_arrow.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_to_arrow_lz4.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_to_format.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_update.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_update_arrow.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_update_numpy.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_update_pandas.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_view.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/table/test_view_expression.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/viewer/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/viewer/test_validate.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/viewer/test_viewer.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/widget/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/widget/test_widget.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/tests/widget/test_widget_pandas.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/viewer/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/viewer/validate.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/viewer/viewer.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/viewer/viewer_traitlets.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/widget/__init__.py +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective_python.egg-info/dependency_links.txt +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective_python.egg-info/not-zip-safe +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective_python.egg-info/requires.txt +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/perspective_python.egg-info/top_level.txt +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/pyproject.toml +0 -0
- {perspective-python-2.9.0 → perspective-python-2.10.1}/setup.cfg +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"private": true,
|
|
3
|
+
"name": "perspective-python-internal",
|
|
4
|
+
"version": "2.10.1",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"bench": "python3 bench/perspective_benchmark.py",
|
|
7
|
+
"docs": "python3 docs/generate.py"
|
|
8
|
+
},
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"@finos/perspective": "workspace:^",
|
|
11
|
+
"@finos/perspective-viewer": "workspace:^",
|
|
12
|
+
"@finos/perspective-viewer-d3fc": "workspace:^",
|
|
13
|
+
"@finos/perspective-viewer-datagrid": "workspace:^",
|
|
14
|
+
"@finos/perspective-webpack-plugin": "workspace:^"
|
|
15
|
+
}
|
|
16
|
+
}
|
{perspective-python-2.9.0 → perspective-python-2.10.1}/perspective/labextension/package.json
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/perspective-jupyterlab",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"description": "A Jupyterlab extension for the Perspective library, designed to be used with perspective-python.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"version": "yarn build"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@finos/perspective": "
|
|
38
|
-
"@finos/perspective-viewer": "
|
|
39
|
-
"@finos/perspective-viewer-d3fc": "
|
|
40
|
-
"@finos/perspective-viewer-datagrid": "
|
|
41
|
-
"@finos/perspective-viewer-openlayers": "
|
|
37
|
+
"@finos/perspective": "workspace:^",
|
|
38
|
+
"@finos/perspective-viewer": "workspace:^",
|
|
39
|
+
"@finos/perspective-viewer-d3fc": "workspace:^",
|
|
40
|
+
"@finos/perspective-viewer-datagrid": "workspace:^",
|
|
41
|
+
"@finos/perspective-viewer-openlayers": "workspace:^",
|
|
42
42
|
"@jupyter-widgets/base": "^2 || ^3 || ^4 || ^5 || ^6",
|
|
43
43
|
"@jupyterlab/application": "^3.6.1",
|
|
44
44
|
"@lumino/application": "^1.27.0",
|
|
45
45
|
"@lumino/widgets": "^1.37.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@finos/perspective-esbuild-plugin": "
|
|
49
|
-
"@finos/perspective-test": "
|
|
48
|
+
"@finos/perspective-esbuild-plugin": "workspace:^",
|
|
49
|
+
"@finos/perspective-test": "workspace:^",
|
|
50
50
|
"@jupyterlab/builder": "^3.4.0",
|
|
51
51
|
"@prospective.co/procss": "^0.1.15",
|
|
52
52
|
"cpy": "^9.0.1"
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"_build": {
|
|
74
|
-
"load": "static/remoteEntry.
|
|
74
|
+
"load": "static/remoteEntry.05ad8610b477f0b22672.js",
|
|
75
75
|
"extension": "./extension",
|
|
76
76
|
"style": "./style"
|
|
77
77
|
}
|