Metadata-Version: 2.4
Name: pxr-tbb
Version: 2022.1.0
Summary: Portable TBB bundle for building Pixar's libraries.
Keywords: pixar,open-usd
License-File: LICENSE.txt
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Project-URL: Repository, https://github.com/untwine/pxr-tbb
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Pixar TBB

[![CMake](https://img.shields.io/badge/CMake-3.21...3.31-blue.svg?logo=CMake&logoColor=blue)](https://cmake.org)
[![License](https://img.shields.io/badge/License-Apache_2.0-yellow.svg)](https://github.com/uxlfoundation/oneTBB/blob/master/LICENSE.txt)

pxr-tbb bundles [Intel TBB (oneTBB)](https://uxlfoundation.github.io/oneTBB/)
headers and shared libraries into a portable Python wheel, so it can be easily
used to build and install Pixar libraries distributed through PyPI.

# Why not use tbb or tbb-devel?

The existing [tbb](https://pypi.org/project/tbb/) and 
[tbb-devel](https://pypi.org/project/tbb-devel/) packages do not provide enough
prebuilt wheels to support all platforms and Python versions needed for
reliable builds.

