astc-encoder-py
JSON →Python wrapper for the ASTC texture compression encoder. Current version 0.1.12, released as a PyPI package. Wraps the official astc-encoder library (C++) via ctypes. Used for compressing images to ASTC format, common in GPU texture workflows. Maintained on GitHub.