Metadata-Version: 2.1
Name: gltf
Version: 0.7.20
Summary: Load, modify, and save GLTF files.
Home-page: https://gitlab.com/seekxr/py-gltf
Author: Trey Nelson
Author-email: trey@seekxr.com
License: MIT
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: pyquaternion
Requires-Dist: pillow
Requires-Dist: requests

GLTF provides the ability to load, modify, and save GLTF/GLB files.

[GLTF](https://www.khronos.org/gltf/) is an open 3D model standard by the Khronos Group.
