Metadata-Version: 2.1
Name: usd-core
Version: 24.8
Summary: Pixar's Universal Scene Description
Home-page: https://openusd.org
Author: Pixar Animation Studios
Author-email: openusd+usd_pypi@pixar.com
Project-URL: Documentation, https://openusd.org
Project-URL: Developer Docs, https://www.openusd.org/release/apiDocs.html
Project-URL: Source, https://github.com/PixarAnimationStudios/OpenUSD
Project-URL: Discussion Group, https://forum.openusd.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Environment :: Console
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.6, <3.13
Description-Content-Type: text/markdown
License-File: LICENSE.txt

Universal Scene Description (USD) is a system that scalably encodes and
interchanges static and time-sampled 3D geometry, shading and lighting data
between Digital Content Creation applications. Domain-specific schema modules
define the geometry, shading, and lighting encoding atop USD's domain-agnostic
core. It provides a low-level data model that supports plugin implementations,
and a scenegraph built on top of a multi-threaded "composition engine" for
creating complex scenes out of reusable, modular assets.

This package provides the core USD libraries. It does not provide any of
the optional plugins or imaging features from the full USD distribution.
