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 

Binary wheels are available for users with Python >= 3.6 and pip >= 20.

Installation from source requires Python >= 3.6, pip >= 10, and a C++ compiler that is fully compatible with C++11.

It supports Linux, OS X, and Windows. 

Windows 3.9 wheels are currently missing until Appveyor supports it, so Windows users are recommended to use Python <= 3.8. 

An example of usage is given in example.py.


