Skip to main content


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.

Release files for xrprimer 0.7.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for xrprimer 0.7.1
File
xrprimer-0.7.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 11.0+ ARM64 Details
xrprimer-0.7.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 10.9+ x86-64 Details
xrprimer-0.7.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 11.0+ ARM64 Details
xrprimer-0.7.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64 Details
xrprimer-0.7.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl PyPy 3.8 PyPy 3.8 7.3 macOS 11.0+ ARM64 Details
xrprimer-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64 Details
xrprimer-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64 Details
xrprimer-0.7.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
xrprimer-0.7.1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
xrprimer-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
xrprimer-0.7.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
xrprimer-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
xrprimer-0.7.1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
xrprimer-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
xrprimer-0.7.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
xrprimer-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
xrprimer-0.7.1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
xrprimer-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
xrprimer-0.7.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
xrprimer-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
xrprimer-0.7.1-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
xrprimer-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
xrprimer-0.7.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
xrprimer-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
xrprimer-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
xrprimer-0.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details

Total release size: 66.8 MB

Release files / xrprimer-0.7.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl

Download URL xrprimer-0.7.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Size 424.5 kB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2bdc2776b00e65023024ec5f05a42e5e6b099c41fa656cbbfd571d66753afa2a
BLAKE2b-256 checksum
How to use checksums
e00a50088bc98e429d6cc8c33cf6c02d5278b4bef59d682a6573364babf537d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl

Download URL xrprimer-0.7.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Size 452.2 kB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
fabd25c7e5d2c4dcf5d8bc72e224318cec9d4efea44d15030c53ece9dd558e27
BLAKE2b-256 checksum
How to use checksums
2fbeb8b07cc40bd767b110399424aa40e02f833feb12c1ddf53f2e3faea85cd8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl

Download URL xrprimer-0.7.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Size 424.6 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fb0706f278e93c18f84f39b8535009b7f6012e5eef914a2af634f0785f6ad073
BLAKE2b-256 checksum
How to use checksums
89ff7801ae78281c50db91341301da7137313cebee7e7e4afee8aa8986e37f71
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl

Download URL xrprimer-0.7.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Size 452.1 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
260b75545c0d3eee3a750bfaad2c65d6167f5643393b7a99a086b2797ff9df0d
BLAKE2b-256 checksum
How to use checksums
f5408b459a6575e10d116ea51c8d41c0f756e4ce45e393eefdd06187b3fd6c3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl

Download URL xrprimer-0.7.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Size 424.7 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9d85eedcb7c35f04e0dc5df199bf77f5ec50bd484326967566dfa7af4537f2a3
BLAKE2b-256 checksum
How to use checksums
c91ead10f4a58d786b0cce92753b8acdf4f4abaced583a584ef93ebbaeb14ba3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl

Download URL xrprimer-0.7.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Size 452.4 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a4ad5ed7c546ef5a32aedcf46f1bca0e74db258afbd66c67cd077c6a925ba6bf
BLAKE2b-256 checksum
How to use checksums
75d229e51acec7678fd51d40d987d33bdece8102bbbd13caacc6579e1dbb91ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl

Download URL xrprimer-0.7.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Size 451.8 kB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
780157bd6d1c81aca1b411212bf744a40cb3930fd1798519bd0433d981d6ca1f
BLAKE2b-256 checksum
How to use checksums
6bc2ebea50df1d9c666f84f5ba047886e0d648a2123c98b43fbb8c86587a1480
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp311-cp311-win_amd64.whl

Download URL xrprimer-0.7.1-cp311-cp311-win_amd64.whl
Size 799.5 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
2537234dd4d635d02560212d1dbffe7b19bce37f9bd334a43a72b29d87db5c44
BLAKE2b-256 checksum
How to use checksums
cebc4f33540f51f9318f1cd6ee8b92bd2b88144206552b878580049aeaa85935
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp311-cp311-macosx_11_0_arm64.whl

Download URL xrprimer-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Size 424.5 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4b0c7aae4541d1a00ec00f35f83618df8460ba1a2c8c116593f8ea282986ab6f
BLAKE2b-256 checksum
How to use checksums
67b913b34c50ec13c5b06e6f9835e4cbfeb6d463817e3c165a3889475383fde0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL xrprimer-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 451.8 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
71ff867ed42ed8fee448a13f9e491e4c6b9911d5b5096ed97ec5034c600d391b
BLAKE2b-256 checksum
How to use checksums
b578f8075d624dc7f91d7d0232f5f4a92d3852f023543639face0e85b80baf91
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp310-cp310-win_amd64.whl

Download URL xrprimer-0.7.1-cp310-cp310-win_amd64.whl
Size 799.2 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
89ec99e3a625ef3467f7e5e9525c0dd51e6b6db15e3a7301bf178b09e6612f06
BLAKE2b-256 checksum
How to use checksums
8157558e2fa8720ebfa68c097719473baf718d619505b3085a0f28a83d235886
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL xrprimer-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 11.2 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
3e9029b8effde8c823a0158d74cbb8f10949ee1f97b8500eb02d28171caaaee4
BLAKE2b-256 checksum
How to use checksums
047f0159c28a07d97aa23719f788de8998cb21c5787149276ca18a7d799b5303
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.9

Release files / xrprimer-0.7.1-cp310-cp310-macosx_11_0_arm64.whl

Download URL xrprimer-0.7.1-cp310-cp310-macosx_11_0_arm64.whl
Size 424.6 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d452af65af35c119e20611f6c1406a9634052e5305ff9cb42cbe340c99de7de7
BLAKE2b-256 checksum
How to use checksums
aec0349bc9d4134b91510a85a55f8f1c33d420c999a44e7b649bc74adf1acdea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL xrprimer-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl
Size 451.9 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
1c7fd1a4339ddb3f9eb26acd386cb9f448a8ff13c267fb9ef76c978e62199875
BLAKE2b-256 checksum
How to use checksums
a379941b5b621aa2d55f8ee0fac16c51d90196b2f28c1dcc657120f3bac984ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp39-cp39-win_amd64.whl

Download URL xrprimer-0.7.1-cp39-cp39-win_amd64.whl
Size 800.1 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
94897888126b24248900fb83c09150b0b8cc70d22083f1bef95809ba71638be1
BLAKE2b-256 checksum
How to use checksums
1fd75871fc1653034318e89b032d4131150164190d5f9bfc4abae0c098421ade
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL xrprimer-0.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 11.2 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7115c2d1d8963bf903b502d3a21f0f4c89bdbcd152a5c4acf7fc8ce80c1961f6
BLAKE2b-256 checksum
How to use checksums
3c4072ae851a7027f9f34a7d6064e01fc2a4977b551a215afe688c0c30528620
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.9

Release files / xrprimer-0.7.1-cp39-cp39-macosx_11_0_arm64.whl

Download URL xrprimer-0.7.1-cp39-cp39-macosx_11_0_arm64.whl
Size 424.7 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fc780903f8961efdcd57b4dbd66c36af22a79d95b5224c93e6c16c088882f3ba
BLAKE2b-256 checksum
How to use checksums
bf6dcebca8e4f8b0cbe390740a76d4db97b472a9759a1d40e16af675ad215adf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL xrprimer-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 452.1 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7cd286c1a13a5ec4866b3c9c83671d0845ecc81b801b428ac9cba0eac0c855e8
BLAKE2b-256 checksum
How to use checksums
a8cb65e673c43fefb140c179fa0d2c4ee1ffb38bb1596fa6d665777c08cb56a3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp38-cp38-win_amd64.whl

Download URL xrprimer-0.7.1-cp38-cp38-win_amd64.whl
Size 806.7 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
fef6d1bd316b4222dc033090de8d425c1592ea6059169b0572246466f5dbab64
BLAKE2b-256 checksum
How to use checksums
1730292244e765fd21031f6381975b447bab054d518ce369aadd4f58a9185ac6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL xrprimer-0.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 11.2 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d996a3d7e22cb47f54b7995886f737d0e79a4ceb962e1f98df10938a67aff27a
BLAKE2b-256 checksum
How to use checksums
bf51405d0ad17ce507c8bb802799854e361e33b16005686233cdde4c3e63e5d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.9

Release files / xrprimer-0.7.1-cp38-cp38-macosx_11_0_arm64.whl

Download URL xrprimer-0.7.1-cp38-cp38-macosx_11_0_arm64.whl
Size 424.2 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5b5e2c80ae53288c90611c63031d2b3d6b731fbe51421f253b5e811a8cce6296
BLAKE2b-256 checksum
How to use checksums
b2bab17f93c695ecc5489d649570e48cac47eba2eb557b6828bcf5b081302e16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL xrprimer-0.7.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 451.7 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
049799a05b88dd7d38fb72cb47af55e203a196b211d5fd7b1c42800e51a6fae0
BLAKE2b-256 checksum
How to use checksums
f54e8ba68231d4f37438b1630d4beab8692e36a5f68b903e2bd01b0033b61ad2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp37-cp37m-win_amd64.whl

Download URL xrprimer-0.7.1-cp37-cp37m-win_amd64.whl
Size 804.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
74a4a803f3b1fcb2d456d3e2b6347ce55143b4102757bda87aa56fbc8e9b327e
BLAKE2b-256 checksum
How to use checksums
8ed5d47c6de3d799629b19509385a56f25804682638fa3059c0072cfad717149
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL xrprimer-0.7.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 11.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d0b827a981ce7d9a8bf43dc4fe282c721fc561e9f2bd0e29d5d7feff1f939ab1
BLAKE2b-256 checksum
How to use checksums
fc3976e52458ccda21910faf20ea1e7d70e2b9b973ac2ffea11f4b774f0bd8b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.9

Release files / xrprimer-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL xrprimer-0.7.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 443.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f37c8318b5e1d0187788e751b72d04b3c7bf911649666eafb31f6928b9f70f66
BLAKE2b-256 checksum
How to use checksums
8fcd72ab419bf8eac3e5c9a3b1e283d0e5d65c334f561b7d92c22ada6fa66e34
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.16

Release files / xrprimer-0.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL xrprimer-0.7.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 11.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
44c94e71ce91801800a75fba580b001eff7ba59a5e81fbbe031529e6fd16a5ea
BLAKE2b-256 checksum
How to use checksums
e5c4c1d992eb352ff413cb8bff93cfe409259495a4af1d807c066f0ca0dd88e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.9

Release history Release notifications | RSS feed

This release

0.7.1 This release

26 release files

0.6.0

5 release files

0.5.2

6 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page