Skip to main content

Ouster Sensor SDK

Project description

PyPI version Supported Python versions BSD 3-Clause License (source) Ouster Freeware EULA (build artifacts) PyPI downloads

The Ouster Sensor SDK provides developers with a comprehensive set of interfaces for interacting with Ouster sensor hardware. The SDK includes a suite of tools, libraries, and APIs to access the full range of sensor features and generate recorded sensor data. It is designed to support prototyping, evaluation, and other non-safety-critical applications for both Python and C++ development environments.

Core capabilities:

  • Querying and setting sensor configuration

  • Recording and reading data in pcap format

  • Recording and reading data in Open Sensor Format (OSF)

  • Reading and buffering sensor UDP data streams reliably

  • Conversion of raw data to range/signal/near_ir/reflectivity images (destaggering)

  • Efficient projection of range measurements to Cartesian (x, y, z) coordinates

  • Visualization of multi-beam flash lidar data

  • Mapping

  • Pose Optimizer

  • Localization

  • Zone monitor

Additionally, in Python, the SDK also provides:

  • Frame-based access to lidar data as numpy datatypes

  • A responsive visualizer utility for pcap and sensor

Supported Platforms

The Ouster SDK is distributed as pre-built binaries and can be easily installed using pip, the Python package installer. The SDK is available on the Python Package Index (PyPI) for the following platforms:

  • Most glibc-based Linux distributions on x86_64 and ARM64 platforms (manylinux_2_28_x86_64, manylinux_2_28_aarch64)

  • macOS >= 14 on x86_64 platforms (macosx_14_0_x86_64)

  • macOS >= 14 on Apple Silicon for Python >= 3.8 (macosx_14_0_arm64)

  • Windows 10/11 on x86_64 platforms (win_amd64)

All of our code hosted on GitHub is open source. You can find the Ouster SDK repository here: https://github.com/ouster-lidar/ouster-sdk.

Building from source is supported on:

  • Ubuntu 20.04, 22.04, and Debian 11 (x86-64, aarch64)

  • macOS >= 14 (arm64, x86-64)

  • Windows 10/11 (x86-64)

The Ouster SDK drops languages and platforms as they exit their standard support cycle. Please follow our Lifecycle Policy page to understand when support for a Python version, C++ compiler, Operating System, or Sensor FW may dropped from support.

Licensing

Source code in the Ouster SDK repository is licensed under the BSD 3-Clause License. Pre-built Python wheels and other binary distributions may also include proprietary Ouster components that are provided as freeware under additional Ouster Freeware EULA licensing.

Download files

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

Source Distribution

ouster_sdk-1.0.0.tar.gz (37.6 MB view details)

Uploaded Source

Built Distributions

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

ouster_sdk-1.0.0-cp314-cp314-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.14Windows x86-64

ouster_sdk-1.0.0-cp314-cp314-manylinux_2_28_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

ouster_sdk-1.0.0-cp314-cp314-manylinux_2_28_aarch64.whl (10.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

ouster_sdk-1.0.0-cp314-cp314-macosx_14_0_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.14macOS 14.0+ x86-64

ouster_sdk-1.0.0-cp314-cp314-macosx_14_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

ouster_sdk-1.0.0-cp313-cp313-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.13Windows x86-64

ouster_sdk-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

ouster_sdk-1.0.0-cp313-cp313-manylinux_2_28_aarch64.whl (10.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

ouster_sdk-1.0.0-cp313-cp313-macosx_14_0_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

ouster_sdk-1.0.0-cp313-cp313-macosx_14_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

ouster_sdk-1.0.0-cp312-cp312-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.12Windows x86-64

ouster_sdk-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

ouster_sdk-1.0.0-cp312-cp312-manylinux_2_28_aarch64.whl (10.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

ouster_sdk-1.0.0-cp312-cp312-macosx_14_0_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

ouster_sdk-1.0.0-cp312-cp312-macosx_14_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

ouster_sdk-1.0.0-cp311-cp311-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.11Windows x86-64

ouster_sdk-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

ouster_sdk-1.0.0-cp311-cp311-manylinux_2_28_aarch64.whl (10.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ouster_sdk-1.0.0-cp311-cp311-macosx_14_0_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

ouster_sdk-1.0.0-cp311-cp311-macosx_14_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

ouster_sdk-1.0.0-cp310-cp310-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.10Windows x86-64

ouster_sdk-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

ouster_sdk-1.0.0-cp310-cp310-manylinux_2_28_aarch64.whl (10.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

ouster_sdk-1.0.0-cp310-cp310-macosx_14_0_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.10macOS 14.0+ x86-64

ouster_sdk-1.0.0-cp310-cp310-macosx_14_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

ouster_sdk-1.0.0-cp39-cp39-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.9Windows x86-64

ouster_sdk-1.0.0-cp39-cp39-manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

ouster_sdk-1.0.0-cp39-cp39-manylinux_2_28_aarch64.whl (10.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

ouster_sdk-1.0.0-cp39-cp39-macosx_14_0_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.9macOS 14.0+ x86-64

ouster_sdk-1.0.0-cp39-cp39-macosx_14_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

ouster_sdk-1.0.0-cp38-cp38-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.8Windows x86-64

ouster_sdk-1.0.0-cp38-cp38-manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

ouster_sdk-1.0.0-cp38-cp38-manylinux_2_28_aarch64.whl (10.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

ouster_sdk-1.0.0-cp38-cp38-macosx_14_0_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.8macOS 14.0+ x86-64

ouster_sdk-1.0.0-cp38-cp38-macosx_14_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.8macOS 14.0+ ARM64

File details

Details for the file ouster_sdk-1.0.0.tar.gz.

File metadata

  • Download URL: ouster_sdk-1.0.0.tar.gz
  • Upload date:
  • Size: 37.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ouster_sdk-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b751eb999d17037321467282ad8fa22054b67f51f1654cfe0331735407470f35
MD5 db2a34ac163c83c6d3430dad62e3f372
BLAKE2b-256 074b0cdedc5d22eb66a774f66bb2d856c671b827091fdeebed8be82cb2d104db

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ouster_sdk-1.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ouster_sdk-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3c6064417fe3f3c00628ba6c843b01458d5510d78f8585587a767d9ebdb2efb3
MD5 c407013c94a816f95b5df4327f055de5
BLAKE2b-256 156c161ade6b8fe7e7d520552b9335f9f076e9054ac78839128ec951060f5426

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27b64597231039eeaebd88832f52afa540e8c5f300b62fc6e5ef888bdae349db
MD5 2bdf4669cc0e2a9b58c37162dd24134a
BLAKE2b-256 3746419336db0ec42f054697cb767b6295ab466b4737e12129fd49e3b6d6d56a

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fba65ca20b260c8dadb130fc85b8171b9f432ec387dc14d145bdbf0ff1ae5c92
MD5 3643cef3aaec2472e3ac1476b49daa1d
BLAKE2b-256 61a8f02b993f66e0e1de375797b15a1ac460393a4fecdba84943435c68051e60

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp314-cp314-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp314-cp314-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 b9293231acab700ba0bb6f34ec04f8f20412fc1985b732cb9044c66ae01aab61
MD5 b5db19448b4cee0d3b87aa6d827b9a45
BLAKE2b-256 caf45bd5898e6d349098059657ee018b3199c4f7835f544b1725588ff8112c54

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e11875701f3a67367ac42da4a83264cfc5b7a25132f88d5cd4d1460c83de9980
MD5 66614de0b7bd733034d0a27578d08670
BLAKE2b-256 ec067fdd9b5120c43dbd906883f2e47010dfae47078ff8491d704015c86e7f88

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ouster_sdk-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ouster_sdk-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 86236301d09513025ccf573d4ef43e90d0908085729ae9df5bafc4c2054b51b3
MD5 8f2bb01431b91fe294c61994b91656f4
BLAKE2b-256 6ec80013d57f8d1d53cd6ffafc83ca6b8361fef1f955d784cca314a705ff4efb

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 25bc84edc15a5fe1500c892600534ab76ee934813ec6d49357f1075d642c16c3
MD5 9da3a508a35fb5dccae9c5463e421958
BLAKE2b-256 fd58e96158143f0d3e7ba8968440f6a3c530b783e3029d85880bd43ffafac867

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6da2a85b34c1368d80387bf40d58443022b67139ebebed89e2a5a8d8e3da717f
MD5 e527bc0efb882972b737ba3939e42453
BLAKE2b-256 c388a9ca620d3dab18fa5286a1bd8e39d23918dac93e02a8cea852ed3943469b

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 37d632d54bf7797ff38e0a2eaf01e5076cf7b25d79a3f77b76ff72501425bd5d
MD5 a597cdf8941c54b4c9a8ff0170ddae32
BLAKE2b-256 558cc00ba630e1cdd89701c8d330771ac6b3b1646f741559fe037a5a70382bbe

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 61797712a897a7fa32e7f20529bdd8a181e96dc19d6b3c8084087929b2a8831c
MD5 633fb5cfb4a836e521bacbca53749ff0
BLAKE2b-256 7de76771158165aa8db01cd08bf16c0bfc7fc01b294e838893b1946966a0f665

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ouster_sdk-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ouster_sdk-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fbafabd905b52a144ed6834742c12e74bfd659e75634ca4982f9d5271f9d727b
MD5 720252c856293f63797d05cebdb16331
BLAKE2b-256 8bddd3e67a38c39071090ef75e1861595ff0d6a219ce5eadafa30ea4fe76abc8

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bfbd0a825826141674170434164e0cd97169a59fb781db2a6916e3b31212e033
MD5 8c04db9947af005ecbd76d26a07d9c72
BLAKE2b-256 6fa9491c6050fbb19cc74135a94cde5f697837c0c814d4e43355046912503d9b

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 65edfca51c4784c245a205fd874b2f4b21a7ab12001aee004685eb998822f712
MD5 9e7a5962bcd707a36269093275146ee3
BLAKE2b-256 4c8789b0e42777462d4fa3abd5859a53f98a03a6555004d18b956db4423316ad

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 6c71ce5465abb95227683a10eceb395af57ead61ca9d932c9766deaba5f41de6
MD5 7f72bbab6e261a7b637c4af068e6f600
BLAKE2b-256 4c3c5b871a2bc3baf83fba4403c3167ddd28ed167867dad34a19b29c3cd46a3a

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 581f3c1c7306724fdb3b4af6090c94c3bcec12bb493e59cb5cfa92cb57f37822
MD5 b8fb040f59c7118dae42ae3afdbe39af
BLAKE2b-256 56888200abf45e348c322e1ac7a1ed661c84fc20ee457ef91f6ed2dcb4e40337

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ouster_sdk-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ouster_sdk-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9583235f5bdde32a10b092ac59a624c8688da1be7c467b599beb087b7c59a257
MD5 243179ea2fc355326450591ed79ad185
BLAKE2b-256 4be86cd7637f43ab827fd5fa12b0c2428ffafe98786c687d183db62ed896fa01

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bdfa75b26d3ca549f52d6a675ba31486c963980dc94d300f41e5362209d541b2
MD5 730b4d63e425e57f01fa56b5ac1321e4
BLAKE2b-256 ab431e63061da74edb68fb1ddddb8ec5a95ad99fd179703b65d86c052e38f669

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4887ff29cc4d4090ecf0b400106f8ba6004652a23e3ec8fa9041f4e5d37ac911
MD5 288e4f6adc8a814386089ce8e8bfa7c5
BLAKE2b-256 5761bb465dd3fcb8e86b2dd2bcb065d16afca04a4a5304f3c88b242617684719

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 a0d74236ce81dca4f0766da9f6b11e39abd767699cbce33fdb1d7a21ad7afda3
MD5 c61c5af8a026d6c456d89f22bd2fd41e
BLAKE2b-256 6f5bd29733d5b472bf86f2eb1397ef77ff06cfe5ccff6415351d10b0cd76be77

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b1bf671e6eae100cb520d2096a365ff88b72b03205c76a89a9e8260bc957837b
MD5 ffb288fb3fcb0ed4b0aac44329bb3025
BLAKE2b-256 712120ef8df152a39ebe47437ef1385ab597007b80466baf1bf20f6a37dd89b7

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ouster_sdk-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ouster_sdk-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e99415786f37ee8f8f041c210d8c4e19ce3aaf050af7db53f77dd341679e0dbb
MD5 d9ab9fe178ca6f4c9f893906242ba2f0
BLAKE2b-256 4a28d2e8a2cade6a27cfd36846d1db6b58f0951b0a6b171d9ac5c0549b5950b7

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cc71c25eb7716dbc248c96feab3456edb69f849a4b93bced49c2ca5b221d161
MD5 a8541d8c88b744b6565fc5001ab0196b
BLAKE2b-256 af2c89960c742c1ca5211152f58ca2e60556c4f0f0077b585962757d4a899646

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 52168d826759b4227784e1098a093c281382bc5fc5741f315e072278008964b7
MD5 c87ace898e6e40644e7b3df276be5d3f
BLAKE2b-256 1b288e08f49b20c9b92e473d6e53cda49bfe45c1b2c63cd1f56847fbd14937a7

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp310-cp310-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp310-cp310-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 a68124e869b7bd4a9418f07078159db912c5e26f8556c001e058be782d1132f1
MD5 938c52255efc7ca44c8052c29516be5b
BLAKE2b-256 0c84bc0f2dad6384cd99cb780f44e60f6c61b0cf8c9ab6e070790bdb8a10b344

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b429f72b9b0a0cd050fef0fb9e2eb2d3e5121967233e6a3e32c111b22f695fb4
MD5 6c5fb71d85e2069a7772b67d254805fe
BLAKE2b-256 8921d4c40ffe2252814ebb7cd844a4524543322bfb1bd07c33b8175cc01665ca

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ouster_sdk-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ouster_sdk-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fc67b2553902b4d094868f178096d28f6f57194eb42191fdfcfaead15ba0da6e
MD5 ee96c5a5e7cdfa4e36872db16f960b99
BLAKE2b-256 4f323cfd149efee6549df5a4ede16faf2f1a7205dd8df9b3dc725edc52a6b9da

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e900b97210199865f57820cb3ebc7fdf8026d4b85f8790844dddf8fa5b7dfe54
MD5 8c42a1c24ea41a62a5f0ec7434a759ac
BLAKE2b-256 6aa8b0959b6700268a8c1358da9454b6c294406ea878354f38a3f4e804c8f649

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f405ee5cf77deafcc216d3ca2bdca8748fd17192312164c9060f1a0295c652f
MD5 b494b4c23ca8896867b613fee956d109
BLAKE2b-256 819c2ecdbcd72fd9955e7e476d3e6b2909c8a1d7dccb64f60fd8da5bea4abe57

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp39-cp39-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp39-cp39-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 bea2b9209cd9c07bbcf268442ab97c0463831051291df954194ba9b3629347fd
MD5 5b9d9886bd0aaaf2fcd284b8e588071d
BLAKE2b-256 1655d1506baca1c09344d8e5fb79fa07873861771a44cdd1688c1bd3c6795e0b

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bbc2fe9d1061706da9ddb8a259557ed1cecd37f9e7f61bd730feae00b90f717a
MD5 3417781d0e38ae5a728b9db39627070c
BLAKE2b-256 3e9037fbcefbd91940ece06b923da2e0f8ef5388858f2c83e6e4224e78789416

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ouster_sdk-1.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ouster_sdk-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 194346870696c666727442570b5595fb5e6e8f6747c69429de8073f825c5d161
MD5 fa6c2ff4391b07c0ec43890dacb02984
BLAKE2b-256 972f18262b697d1738d59a72c8d6a2b73acb9d34ed18eeec7f2ed911dd0053e7

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d3f97f8664e717fb572ed4fea31c0025c3f9657ea2f639ffa65230045405e30
MD5 002c69dee9b6cbeb6bf3ff3ce2826cc8
BLAKE2b-256 98ae01c07eb2644bb8ebd37674a0b964541cdfd2a955f4e2b287ef53365c2f8a

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72b80ad6e850cc542dd420b339076f23acbaf1c294f8c6abbd32b27eef1e7a28
MD5 8de6f0e9eb5e7dd81e7be076bbbe6db0
BLAKE2b-256 598debad1ff32e8de918d09ad87ab2ee0f5dd1eb55ce08913f52bc4198f9a562

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp38-cp38-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp38-cp38-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 ce9c56b004b223af83a38ec76805d364e45368ababab3386d818f9b1bacd7be2
MD5 88025e0f2a3feb7d2bc527bb36241d4e
BLAKE2b-256 e931b30f45743786c6b68ef15f3e826b927d8b93fed368ac9275245f6b60de29

See more details on using hashes here.

File details

Details for the file ouster_sdk-1.0.0-cp38-cp38-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for ouster_sdk-1.0.0-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3e9aa2f5e541d804e0d621aad57f5df842e28d609224fdd2162a608eccb90192
MD5 64b599ba8efe83dd4bf0e32576d1ff08
BLAKE2b-256 f7d5dfc7ffbe27f6b83b5fee04e55a34a0def986a192559238ba08b49d650ba3

See more details on using hashes here.

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