Skip to main content

description

Project description



Documentation actions codecov PyPI Percentage of issues still open

Introduction

English | 简体中文

XRPrimer is a fundational library for XR-related algorithms. The XRPrimer provides reusable data structures, efficient operaters and extensible interfaces both in C++ and Python.

Major Features

  • Various camera models and conversion tools (Pinhole, Fisheye, Omni etc.)
  • Basic 3D operations (Triangulation, Projection etc.)
  • Multi-camera extrinsic calibration tools
  • Rendering and visualization tools

Operation Systems

It currently supports the following systems.

  • Linux
  • iOS

Installation

Python

If using xrprimer in a Python project, it can be installed by:

pip install xrprimer

If you want to use the latest updates of xrprimer, please refer to Python Installation for detailed installation.

C++

If using xrprimer in a C++ project, please refer to C++ Installation for compilation and test.

Getting started

Use XRPrimer in Python projects

The below code is supposed to run successfully upon you finish the installation.

python -c "import xrprimer; print(xrprimer.__version__)"

Use XRPrimer in C++ projects

An example is given below to show how to link xrprimer in C++ projects. More details can be found here.

cmake_minimum_required(VERSION 3.16)

project(sample)

# set path for find XRPrimer package (config mode)
set(XRPrimer_DIR "<package_path>/lib/cmake")
find_package(XRPrimer REQUIRED)

add_executable(sample sample.cpp)

target_link_libraries(sample XRPrimer::xrprimer)

FAQ

If you face some installation issues, you may first refer to this Frequently Asked Questions.

License

The license of our codebase is Apache-2.0. Note that this license only applies to code in our library, the dependencies of which are separate and individually licensed. We would like to pay tribute to open-source implementations to which we rely on. Please be aware that using the content of dependencies may affect the license of our codebase. Refer to LICENSE to view the full license.

Citation

If you find this project useful in your research, please consider cite:

@misc{xrprimer,
    title={OpenXRLab Foundational Library for XR-related Algorithms},
    author={XRPrimer Contributors},
    howpublished = {\url{https://github.com/openxrlab/xrprimer}},
    year={2022}
}

Contributing

We appreciate all contributions to improve XRPrimer. Please refer to CONTRIBUTING.md for the contributing guideline.

Acknowledgement

XRPrimer is an open source project that is contributed by researchers and engineers from both the academia and the industry. We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new models.

Projects in OpenXRLab

  • XRPrimer: OpenXRLab foundational library for XR-related algorithms.
  • XRSLAM: OpenXRLab Visual-inertial SLAM Toolbox and Benchmark.
  • XRSfM: OpenXRLab Structure-from-Motion Toolbox and Benchmark.
  • XRLocalization: OpenXRLab Visual Localization Toolbox and Server.
  • XRMoCap: OpenXRLab Multi-view Motion Capture Toolbox and Benchmark.
  • XRMoGen: OpenXRLab Human Motion Generation Toolbox and Benchmark.
  • XRNeRF: OpenXRLab Neural Radiance Field (NeRF) Toolbox and Benchmark.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

xrprimer-0.7.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (424.5 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

xrprimer-0.7.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (452.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

xrprimer-0.7.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (424.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

xrprimer-0.7.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (452.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

xrprimer-0.7.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (424.7 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

xrprimer-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (452.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

xrprimer-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (451.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

xrprimer-0.7.1-cp311-cp311-win_amd64.whl (799.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

xrprimer-0.7.1-cp311-cp311-macosx_11_0_arm64.whl (424.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

xrprimer-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl (451.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

xrprimer-0.7.1-cp310-cp310-win_amd64.whl (799.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

xrprimer-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

xrprimer-0.7.1-cp310-cp310-macosx_11_0_arm64.whl (424.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

xrprimer-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl (451.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

xrprimer-0.7.1-cp39-cp39-win_amd64.whl (800.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

xrprimer-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

xrprimer-0.7.1-cp39-cp39-macosx_11_0_arm64.whl (424.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

xrprimer-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl (452.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

xrprimer-0.7.1-cp38-cp38-win_amd64.whl (806.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

xrprimer-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

xrprimer-0.7.1-cp38-cp38-macosx_11_0_arm64.whl (424.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

xrprimer-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl (451.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

xrprimer-0.7.1-cp37-cp37m-win_amd64.whl (804.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

xrprimer-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

xrprimer-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl (443.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

xrprimer-0.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

File details

Details for the file xrprimer-0.7.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bdc2776b00e65023024ec5f05a42e5e6b099c41fa656cbbfd571d66753afa2a
MD5 30d055a74b301f4d77cf2d13b880107d
BLAKE2b-256 e00a50088bc98e429d6cc8c33cf6c02d5278b4bef59d682a6573364babf537d3

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fabd25c7e5d2c4dcf5d8bc72e224318cec9d4efea44d15030c53ece9dd558e27
MD5 1a28bd3c7bb65914c0cc0caf3aebe3cd
BLAKE2b-256 2fbeb8b07cc40bd767b110399424aa40e02f833feb12c1ddf53f2e3faea85cd8

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb0706f278e93c18f84f39b8535009b7f6012e5eef914a2af634f0785f6ad073
MD5 7900872b4b552e592147df9e1945f819
BLAKE2b-256 89ff7801ae78281c50db91341301da7137313cebee7e7e4afee8aa8986e37f71

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 260b75545c0d3eee3a750bfaad2c65d6167f5643393b7a99a086b2797ff9df0d
MD5 5ecb330a2bd43d22ddb89823a291291c
BLAKE2b-256 f5408b459a6575e10d116ea51c8d41c0f756e4ce45e393eefdd06187b3fd6c3f

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d85eedcb7c35f04e0dc5df199bf77f5ec50bd484326967566dfa7af4537f2a3
MD5 68bb1c1cbd7d4da8289b7767368c68d4
BLAKE2b-256 c91ead10f4a58d786b0cce92753b8acdf4f4abaced583a584ef93ebbaeb14ba3

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a4ad5ed7c546ef5a32aedcf46f1bca0e74db258afbd66c67cd077c6a925ba6bf
MD5 d69302daf57775b070491455ca65c662
BLAKE2b-256 75d229e51acec7678fd51d40d987d33bdece8102bbbd13caacc6579e1dbb91ef

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 780157bd6d1c81aca1b411212bf744a40cb3930fd1798519bd0433d981d6ca1f
MD5 7839a2d6813d3028967766f1322f6bed
BLAKE2b-256 6bc2ebea50df1d9c666f84f5ba047886e0d648a2123c98b43fbb8c86587a1480

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: xrprimer-0.7.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 799.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for xrprimer-0.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2537234dd4d635d02560212d1dbffe7b19bce37f9bd334a43a72b29d87db5c44
MD5 71f332b18aba7fbc0dc708091c50bea9
BLAKE2b-256 cebc4f33540f51f9318f1cd6ee8b92bd2b88144206552b878580049aeaa85935

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b0c7aae4541d1a00ec00f35f83618df8460ba1a2c8c116593f8ea282986ab6f
MD5 25b3410d8789199d0a76388a82d5d2c5
BLAKE2b-256 67b913b34c50ec13c5b06e6f9835e4cbfeb6d463817e3c165a3889475383fde0

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 71ff867ed42ed8fee448a13f9e491e4c6b9911d5b5096ed97ec5034c600d391b
MD5 f48fb58b578f40954be09c8f9e9fb61a
BLAKE2b-256 b578f8075d624dc7f91d7d0232f5f4a92d3852f023543639face0e85b80baf91

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: xrprimer-0.7.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 799.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for xrprimer-0.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 89ec99e3a625ef3467f7e5e9525c0dd51e6b6db15e3a7301bf178b09e6612f06
MD5 d51f64e7902e5393eb1bf2d3d2b71048
BLAKE2b-256 8157558e2fa8720ebfa68c097719473baf718d619505b3085a0f28a83d235886

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e9029b8effde8c823a0158d74cbb8f10949ee1f97b8500eb02d28171caaaee4
MD5 551d3e9cb3d825551af42a17a6896554
BLAKE2b-256 047f0159c28a07d97aa23719f788de8998cb21c5787149276ca18a7d799b5303

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d452af65af35c119e20611f6c1406a9634052e5305ff9cb42cbe340c99de7de7
MD5 da91daf896ad0850ed6e00068c4359a2
BLAKE2b-256 aec0349bc9d4134b91510a85a55f8f1c33d420c999a44e7b649bc74adf1acdea

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c7fd1a4339ddb3f9eb26acd386cb9f448a8ff13c267fb9ef76c978e62199875
MD5 d9eecad02b9558d48c1b245275a20918
BLAKE2b-256 a379941b5b621aa2d55f8ee0fac16c51d90196b2f28c1dcc657120f3bac984ed

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: xrprimer-0.7.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 800.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for xrprimer-0.7.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 94897888126b24248900fb83c09150b0b8cc70d22083f1bef95809ba71638be1
MD5 b16fa7f3982b89fac1e5707e81501f9f
BLAKE2b-256 1fd75871fc1653034318e89b032d4131150164190d5f9bfc4abae0c098421ade

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7115c2d1d8963bf903b502d3a21f0f4c89bdbcd152a5c4acf7fc8ce80c1961f6
MD5 b2503726314c437423f37763aaa85b2a
BLAKE2b-256 3c4072ae851a7027f9f34a7d6064e01fc2a4977b551a215afe688c0c30528620

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc780903f8961efdcd57b4dbd66c36af22a79d95b5224c93e6c16c088882f3ba
MD5 96197c90b494dfe78887260b5302b898
BLAKE2b-256 bf6dcebca8e4f8b0cbe390740a76d4db97b472a9759a1d40e16af675ad215adf

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7cd286c1a13a5ec4866b3c9c83671d0845ecc81b801b428ac9cba0eac0c855e8
MD5 3b13cabde327032f7200e23544a541e8
BLAKE2b-256 a8cb65e673c43fefb140c179fa0d2c4ee1ffb38bb1596fa6d665777c08cb56a3

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: xrprimer-0.7.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 806.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for xrprimer-0.7.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fef6d1bd316b4222dc033090de8d425c1592ea6059169b0572246466f5dbab64
MD5 d3d1dccb6d342198ddacd9cfa6db740e
BLAKE2b-256 1730292244e765fd21031f6381975b447bab054d518ce369aadd4f58a9185ac6

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d996a3d7e22cb47f54b7995886f737d0e79a4ceb962e1f98df10938a67aff27a
MD5 8567f1f461790c5ce350ab312c1667d0
BLAKE2b-256 bf51405d0ad17ce507c8bb802799854e361e33b16005686233cdde4c3e63e5d3

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b5e2c80ae53288c90611c63031d2b3d6b731fbe51421f253b5e811a8cce6296
MD5 51fe5d0a33809487fe4890f84e705316
BLAKE2b-256 b2bab17f93c695ecc5489d649570e48cac47eba2eb557b6828bcf5b081302e16

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 049799a05b88dd7d38fb72cb47af55e203a196b211d5fd7b1c42800e51a6fae0
MD5 4ac6822c3d01bb4c19091913e1d62513
BLAKE2b-256 f54e8ba68231d4f37438b1630d4beab8692e36a5f68b903e2bd01b0033b61ad2

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: xrprimer-0.7.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 804.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for xrprimer-0.7.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 74a4a803f3b1fcb2d456d3e2b6347ce55143b4102757bda87aa56fbc8e9b327e
MD5 41b8037765202893eeb5375cd03e2752
BLAKE2b-256 8ed5d47c6de3d799629b19509385a56f25804682638fa3059c0072cfad717149

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0b827a981ce7d9a8bf43dc4fe282c721fc561e9f2bd0e29d5d7feff1f939ab1
MD5 a91f2dae3936abd6e3ec4dfb7f7725ca
BLAKE2b-256 fc3976e52458ccda21910faf20ea1e7d70e2b9b973ac2ffea11f4b774f0bd8b8

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f37c8318b5e1d0187788e751b72d04b3c7bf911649666eafb31f6928b9f70f66
MD5 b3d0e88257586218813410075f751478
BLAKE2b-256 8fcd72ab419bf8eac3e5c9a3b1e283d0e5d65c334f561b7d92c22ada6fa66e34

See more details on using hashes here.

File details

Details for the file xrprimer-0.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xrprimer-0.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44c94e71ce91801800a75fba580b001eff7ba59a5e81fbbe031529e6fd16a5ea
MD5 3eeebf3883f0a87485d91b400af67d1b
BLAKE2b-256 e5c4c1d992eb352ff413cb8bff93cfe409259495a4af1d807c066f0ca0dd88e1

See more details on using hashes here.

Supported by

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