Metadata-Version: 2.4
Name: pycollada
Version: 0.9.2
Summary: python library for reading and writing collada documents
Author-email: Jeff Terrace and contributors <jterrace@gmail.com>
License: BSD
Project-URL: Homepage, http://pycollada.readthedocs.org/
Platform: any
Description-Content-Type: text/markdown
License-File: COPYING
License-File: AUTHORS.md
Requires-Dist: python-dateutil
Requires-Dist: numpy
Provides-Extra: prettyprint
Requires-Dist: lxml; extra == "prettyprint"
Provides-Extra: validation
Requires-Dist: lxml; extra == "validation"
Dynamic: license-file

# pycollada

pycollada is a python module for creating, editing and loading
[COLLADA](https://www.khronos.org/collada/), which is a COLLAborative Design Activity
for establishing an interchange file format for interactive 3D applications.

The library allows you to load a COLLADA file and interact with it as a python
object. In addition, it supports creating a collada python object from scratch,
as well as in-place editing.

You can get help at the [pycollada mailing list](https://groups.google.com/d/forum/pycollada).

See the [pycollada Documentation](http://pycollada.readthedocs.org/) for more
information.

![Build Status](https://github.com/pycollada/pycollada/actions/workflows/python-package.yml/badge.svg)

## Projects using pycollada

* [FreeCAD COLLADA Import/Export](https://www.freecadweb.org/)
* [Blender COLLADA Importer](https://github.com/skrat/bpycollada)
* [Meshtool](https://github.com/pycollada/meshtool)
* [SceneJS COLLADA Import](https://github.com/xeolabs/scenejs-pycollada)
* [Faces in Relief](https://itunes.apple.com/us/app/faces-in-relief/id571820477?ls=1&mt=8)
