Skip to main content

Library for representing 3D scene graphs

Project description

Spark-DSG Build and Test

Spark-DSG

This is the core c++ library that contains the dynamic scene graph data-structure used by Hydra. It also has python bindings.

Change Notes

  • 4/22/24: Python bindings and unit tests are built by default. You will need to install relevant dependencies (via sudo apt install python3-dev or rosdep) or disable the bindings and tests via cmake options.
  • 3/16/24: Updated dependencies to use system libraries for nlohmann_json. You will need to install it either via sudo apt install nlohmann-json3-dev or use rosdep to update dependencies.

Acknowledgements and Disclaimer

Acknowledgements: This work was partially funded by the AIA CRA FA8750-19-2-1000, ARL DCIST CRA W911NF-17-2-0181, and ONR RAIDER N00014-18-1-2828.

Disclaimer: Research was sponsored by the United States Air Force Research Laboratory and the United States Air Force Artificial Intelligence Accelerator and was accomplished under Cooperative Agreement Number FA8750-19-2-1000. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of the United States Air Force or the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints for Government purposes notwithstanding any copyright notation herein.

Building for Python

  1. Install requirements and make a virtual environment:
sudo apt install python3-venv libzmqpp-dev nlohmann-json3-dev
mkdir /path/to/environment
cd /path/to/environment
python3 -m venv dsg  # or some other environment name

# you may also want to upgrade pip, though it shouldn't be necessary
# source dsg/bin/activate
# pip install --upgrade pip
  1. Install the python package
source /path/to/dsg/environment/bin/activate
git clone git@github.com:MIT-SPARK/Spark-DSG.git
pip install ./Spark-DSG

Python Bindings Usage

See this notebook for some examples for the bindings (you'll want to clone the repo, even if you installed from github). You'll want to install jupyter and jupytext if you want to run it as a notebook, though you can also just run it directly as a python script. You can find an example scene graph here.

Python API documentation

Generating the python documentation should be as simple as:

source /path/to/dsg/environment/bin/activate
cd doc
pip install sphinx  # if you haven't already
make html
python -m http.server  # to serve them locally

Building For ROS

This repository is a valid ROS package and should build if placed in a workspace.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spark_dsg-1.1.2.tar.gz (396.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

spark_dsg-1.1.2-cp314-cp314t-win_amd64.whl (515.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

spark_dsg-1.1.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (781.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

spark_dsg-1.1.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (696.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

spark_dsg-1.1.2-cp314-cp314t-macosx_11_0_arm64.whl (594.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

spark_dsg-1.1.2-cp314-cp314-win_amd64.whl (498.9 kB view details)

Uploaded CPython 3.14Windows x86-64

spark_dsg-1.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (777.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

spark_dsg-1.1.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (693.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

spark_dsg-1.1.2-cp314-cp314-macosx_11_0_arm64.whl (563.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

spark_dsg-1.1.2-cp313-cp313-win_amd64.whl (484.4 kB view details)

Uploaded CPython 3.13Windows x86-64

spark_dsg-1.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (775.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

spark_dsg-1.1.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (692.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

spark_dsg-1.1.2-cp313-cp313-macosx_11_0_arm64.whl (562.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

spark_dsg-1.1.2-cp312-cp312-win_amd64.whl (484.3 kB view details)

Uploaded CPython 3.12Windows x86-64

spark_dsg-1.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (776.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

spark_dsg-1.1.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (692.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

spark_dsg-1.1.2-cp312-cp312-macosx_11_0_arm64.whl (562.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

spark_dsg-1.1.2-cp311-cp311-win_amd64.whl (481.8 kB view details)

Uploaded CPython 3.11Windows x86-64

spark_dsg-1.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (770.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

spark_dsg-1.1.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (687.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

spark_dsg-1.1.2-cp311-cp311-macosx_11_0_arm64.whl (559.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

spark_dsg-1.1.2-cp310-cp310-win_amd64.whl (480.8 kB view details)

Uploaded CPython 3.10Windows x86-64

spark_dsg-1.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (769.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

spark_dsg-1.1.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (686.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

spark_dsg-1.1.2-cp310-cp310-macosx_11_0_arm64.whl (557.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

spark_dsg-1.1.2-cp39-cp39-win_amd64.whl (481.7 kB view details)

Uploaded CPython 3.9Windows x86-64

spark_dsg-1.1.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (770.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

spark_dsg-1.1.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (687.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

spark_dsg-1.1.2-cp39-cp39-macosx_11_0_arm64.whl (558.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

spark_dsg-1.1.2-cp38-cp38-win_amd64.whl (481.1 kB view details)

Uploaded CPython 3.8Windows x86-64

spark_dsg-1.1.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (770.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

spark_dsg-1.1.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (686.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

spark_dsg-1.1.2-cp38-cp38-macosx_11_0_arm64.whl (557.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file spark_dsg-1.1.2.tar.gz.

File metadata

  • Download URL: spark_dsg-1.1.2.tar.gz
  • Upload date:
  • Size: 396.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spark_dsg-1.1.2.tar.gz
Algorithm Hash digest
SHA256 fbde657c6694406cf53101498f79ec2126dcfed3a61aea8979f3151d7ee05add
MD5 071af41dd8ca251c6adc4c4a618d02ec
BLAKE2b-256 7d42c0d63df4f00b065fa7770c00f9546d25d87f40078f5dd8c8a666cfd240a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2.tar.gz:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: spark_dsg-1.1.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 515.2 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spark_dsg-1.1.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 45fa259d5643edf5558497ab8715a17315cffbecb10a2a80d5a545486bd83f54
MD5 9041e6c209046827cdbfa83c68b13d5e
BLAKE2b-256 fb6142e5dd05f70d827ca5a9bf41a7d9d0af2c7701353bf19021b569785e1371

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbefd89c59fac46c48cea59288666082b2f693419bedea0f21470c5bcb6500fc
MD5 48b3a5d7ca7d4c52054cf651c03784f7
BLAKE2b-256 bf0a968264db3f7c747cc211994c9756cc8851bb4c40f10cbce751dd4195d12a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89c2991295fc732d93c1500c6bb768dea2411e6929f9a4ba34bdf71d76e0ac93
MD5 cfce54f57edb543634f731d991aa6d23
BLAKE2b-256 9277c7e88801d56ad7f2f2236398038b4c70114fb8ce081c702531311625e6c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bdb59a1ec056287a5f4f802151524f11e28f6ba756a3f1769ead6b46e260d815
MD5 28161f55f2ade084f4fd508cc71796e8
BLAKE2b-256 e72bbe5741be6bf12809d6d8577a04385cfef7df22f17c20fa21ea3823f8304f

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: spark_dsg-1.1.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 498.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spark_dsg-1.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b2cf402b76bd87b55a10c5f54d72c1d520942f790325682388da740d3cdf291a
MD5 a66e1c7ac1e3080ec4947ed112cc80cd
BLAKE2b-256 ea5b2076cc271e92b6307f148d9d2b81ea3b867cd8a4a0286b350ebef4d63c13

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp314-cp314-win_amd64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef4b76dcef91add2ec7579c80d7b6dd3222375839e329318b03dac34bd145e2e
MD5 a204df3a3a74d6fd370a186589bfecbe
BLAKE2b-256 c8e9bd71cc9c47286aeaf83623bbf0220dfac6ef6b282d2a962901f11a0b9651

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d733950baf20a29f2f56909100a96d71198ca9769d035d28f1ebb3775b5a0600
MD5 a7e7ced87f5b12aa96c943362402503b
BLAKE2b-256 faf0310cf799d3872a2236128767e44807daa1a948e3f5c9ee031ae0e69023d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9afbc1e9e1a9f51255fd44536099f5a94fec6cd23f4dbf731dc720570fa745f9
MD5 99babe3396c085dac19785ca3fd23cb6
BLAKE2b-256 782d95019f647f6011f3339c5bd1cf77b444970cf5e5464758ff1e75d7995091

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: spark_dsg-1.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 484.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spark_dsg-1.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8195bfb6d733a1b056b8db10030feffb248e78175225a1d05a1fdb3427123e7c
MD5 269679f926c3c9880a0df3ed73ac2c17
BLAKE2b-256 6a4b8e45400be1f96d0199fc4fbb216d10eaf61d93af6e8ae6402c01d41edc77

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp313-cp313-win_amd64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d11c1c79f40ac435dbada010d36e942468ec9bf9cef52e02349d6f0220d7cf8b
MD5 9fbdf4eb3d3253fec0b2ba322b5071c8
BLAKE2b-256 0a403400abaf21298533138c30094cd25740a0e7fbb8a0ae1565bf9c6cb364a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2120b4ac24a8753ae1c545c479be5fde4bf46650a4868b74641f7ce678c31357
MD5 4dd04157d85388defd90f9f37124f043
BLAKE2b-256 310236fde7c8fdb3ae75909aa5d3db0e57d466785cd1df64ddd52aebe92fa1bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4081544ba673f2c7679d80b3ce31b237dfa6e8d8c7c5adaf24574b6a9e950a4b
MD5 d8b3dbeeb51edf63043421fd519409f3
BLAKE2b-256 a73ca9d02ceca0f7aad7935ba3f00ea8e9143944e1cfeea3474a458e08563287

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: spark_dsg-1.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 484.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spark_dsg-1.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eb4dcf294f3529ea8145dc87f14812fe4e9b2ef6b28f9ef0550845dd83591eb9
MD5 c5869d8773a776e37084061c5d8fbcf1
BLAKE2b-256 5324eef152282845de433412e917ab3bbe61996aeeb0bfb2be495a5c54ebf7c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp312-cp312-win_amd64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0a8cae809737ed5531828a5e7ddc12218c67dbf13f482bec139480434cbe7d0
MD5 0fc91bd654ce55fc24ab1ea28b71294f
BLAKE2b-256 3e7bdc4d203b6c01788e67d3d53ba450fd42db82632a8d6141314af6d205a085

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed2c2121068f3dfb7c368f1818e5bb1b77a49983a82de0ca5171436306c32a6e
MD5 9fecefbe67f2a72c0caeac49726ecc95
BLAKE2b-256 0cc4c78b42017a1ea5443f864311fb7f98e85c68411af3e1faa7b8a6a4c77d4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9070212bb4923222f216f3d76d42208b136295d9a5e23b520fae1f264e49237b
MD5 3c7952e6e5d5f29d589c4473c3fe7e43
BLAKE2b-256 82877b8e100a39f76a313773fe7c5ce022e31732611929d18211513035740b3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: spark_dsg-1.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 481.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spark_dsg-1.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ae5a8413749ba988c479adb75c237145717554144f39bca860f31cf7b5eb9f93
MD5 18ddae14081c9232e05b611bc3664a30
BLAKE2b-256 8c7f04e635c5ac5bcc7fbb104c52289abcb92412a07c7538c5686208a8c2c472

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp311-cp311-win_amd64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f5baf6ea8ffce5dc714f0c1b441f5116b53c03e5ed8afbdb2cbef25bbdb80a1
MD5 837475b48ce7bba8a63322bec1537c99
BLAKE2b-256 ff5608e41be8e6ae25ef6bb791b45e3f542d381e440735752b17c5fb56a00208

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7027c4701c515d2da671f4a29f79645cd37125d022dad421d2e117a5f0868e7b
MD5 a82e80d74e530ca5db10718c7a9911c1
BLAKE2b-256 9f50c61f7f3b8609559e31fef141f8b7bd361c5ee6210e7a2770a31159f7d8fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5df597e2cec091fd8b136dc795868d654366a1b92bfc74affb60ef11ae61e6a5
MD5 ee529b7e922ddad7ea33c5ec05b1fb14
BLAKE2b-256 2b654573f1077735b15c507f273a87969487c05bc4bdc6933869b3de8d9617f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: spark_dsg-1.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 480.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spark_dsg-1.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f1a32d1070802fc66e6886b524af80ea3e4be50925256142ec4b263cea3b0813
MD5 cd1d6446e9a49e7c6d475d6856cd102d
BLAKE2b-256 0448215a6211de45061b75f13a1e4e1fb8366134d71a37c92e8f7a6edfe43c22

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp310-cp310-win_amd64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9d7fd21d2113da7548a723d135246417523bfd0b30dd220935421b2afe2b9da4
MD5 2757daf83eb251feeccc9ccb86b64856
BLAKE2b-256 ad504aedfea3c05441ae14467fd5a078b65f424b80ccca4ed03d71d8ecda8e11

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2bfab00d99644485a4e18dc9083bdea2ca65eebdc0f4e7ac8193fa947f4bf9f4
MD5 4553c74cd0c8adcdae828cd5734d1519
BLAKE2b-256 c496ac47a8683f793a745120385b44c3be847edec9e33dd3280d518b8bffe9c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3ee26e65a933b328b85f8174f6b6df854c8c3c27330af81e2fe90e5e034b398
MD5 94f5430a225fb863fa8010f548d7f6f8
BLAKE2b-256 9c867c663819579950c6b5614fafdba2d73ebefbb46bd70b181e0948c717c684

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: spark_dsg-1.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 481.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spark_dsg-1.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fba24edfffdb1efcdbcd777d93318d18323fdd1aa397812dc0df0ebb5648f172
MD5 4a8b490bf3107e008a15b83dc4b3b79c
BLAKE2b-256 0d4e4edb431ead63a0cc5783b29f8191b989427210fa1993466882208a187722

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp39-cp39-win_amd64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6fdc0590898595904afc1e231fa1095325398184530834f7fb2fa8bcad480c2d
MD5 0583e03a4a076e38273a020a6a8c906d
BLAKE2b-256 b8895c3048b2e442fe18c7cb4815e8715818b0468bd51d7ec3ecd6fee2caa88e

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 68cc0f73c4e39a4b95e96727c61eeb1ea52ccad54d38e90bbe5de6710bb1f250
MD5 88df5842984788ce55d6ff4f44f0a491
BLAKE2b-256 c3e99160a1f925ba93c4245037ba969d2112f5bf633afc2324b5321428c0a086

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4b1fb22d0fc61e006082a60fbb60b6ac43e88dbf73f1f520b8591a65894c10d
MD5 972820d5cb1fd5c6cbae91368b47aa7f
BLAKE2b-256 883f6c2a244f6d1cf6c31edc31a3c2788659ae2a1c237e46c06d87733392beaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: spark_dsg-1.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 481.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spark_dsg-1.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 add1b0b1637c6c5740db7315df38c4890ae73de19930cdee034b5395cad9cd92
MD5 e0dac8ce0043bb102941aeac16e6f0a1
BLAKE2b-256 baa13f91472ccfeec9e5b8633bda69925ed70fde9fcb16d9b705855ef2c9452b

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp38-cp38-win_amd64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb823244d759aa370af60c29f4f5b0e07c4fbe1e5577542823e7ba1408bedbc5
MD5 638c9e0cddacbe561cca3e86da9b47e3
BLAKE2b-256 f4caf8e93bbabdf8e2b611ccd1ea9783a90139abd37b7625d9f96bcf6135460d

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 12dfaf574dba1bb06b77685b69fcf4266465af73586efb3aaf8dc48e53022340
MD5 e7f3e3fe8c8aa01d6a604d82fd75256e
BLAKE2b-256 10e0e6c13ff1be260409b92eeb868a7bd93c5094e632bcf54cfb6d51a3622731

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spark_dsg-1.1.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spark_dsg-1.1.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1058806767a48904f75f00e100987c3d9b898f94c3a4999f0bce791f43bdc02f
MD5 b96d194e0cfb8bea978ff0f57e8ed6a8
BLAKE2b-256 cf13db965660c66cbff68841ccc0ad3bbef86956b31137bbcdf4f14ed1f896e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for spark_dsg-1.1.2-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on MIT-SPARK/Spark-DSG

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page