Metadata-Version: 2.1
Name: stbpy
Version: 0.0.5
Summary: Cython wrapper for nothings/stb
Home-page: https://github.com/aforren1/stbpy
Author: Alex Forrence
Author-email: alex.forrence@gmail.com
License: UNKNOWN
Description: [![image](https://img.shields.io/pypi/v/stbpy.svg)](https://pypi.python.org/pypi/stbpy)
        ![Build](https://github.com/aforren1/stbpy/workflows/Build/badge.svg?branch=master)
        
        Python interface to https://github.com/nothings/stb/.
        
        Currently wraps stb_image, stb_image_resize, and stb_image_write (though not completely in any case)
        
        Install with `pip install stbpy`, and see test.py for usage examples.
        
        git clone --recurse-submodules git://github.com/aforren1/stbpy.git
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
