From 6992e487be47743933f90b31ca01f70cc5867b73 Mon Sep 17 00:00:00 2001 From: keithlostracco Date: Wed, 27 May 2026 15:51:51 -0700 Subject: [PATCH] Add PyPI badges to README Add PyPI version and Python-versions badges to the README, linking to the package page. This updates the project header to surface package status and compatibility at a glance. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2f03222..97b224a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![PyPI version](https://badge.fury.io/py/touchpy.svg)](https://badge.fury.io/py/touchpy) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/touchpy)](https://pypi.org/project/touchpy/) + # TouchPy TouchPy is a high-performance Python toolset for working with TouchDesigner components headlessly via the TouchEngine SDK. It provides GPU-accelerated data exchange (CUDA/Vulkan) for TOPs, CHOPs, DATs, and parameters.