Metadata-Version: 2.1
Name: DracoPy
Version: 0.0.15
Summary: Python wrapper for Google's Draco Mesh Compression Library
Home-page: https://github.com/seung-lab/DracoPy
Author: Manuel Castro
Author-email: macastro@princeton.edu
License: License :: OSI Approved :: Apache Software License
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: pytest

[![PyPI version](https://badge.fury.io/py/DracoPy.svg)](https://badge.fury.io/py/DracoPy)
[![Build Status](https://travis-ci.org/seung-lab/DracoPy.svg?branch=master)](https://travis-ci.org/seung-lab/DracoPy)

# DracoPy

DracoPy is a Python wrapper for Google's Draco mesh compression library

Available as a PyPI package: pip install DracoPy 

DracoPy requires Python >= 3.5, pip >= 10, and a C++ compiler that is fully compatible with C++11.

It supports Linux and OS X. 

Windows installation is currently broken, and it is recommended that Windows users use the Windows Subsystem for Linux instead.

An example of usage is given in example.py.


