Metadata-Version: 2.4
Name: flip-pose
Version: 0.1.0
Summary: Flip video frames and optionally keypoints/connections for pose estimation.
Project-URL: Homepage, https://github.com/<your-username>/flip-pose
Project-URL: Issues, https://github.com/<your-username>/flip-pose/issues
Author: Your Name
License: MIT
License-File: LICENSE
Keywords: flip,keypoints,mediapipe,opencv,pose
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# flip-pose

A Python utility to flip images, keypoints, and connections for pose estimation tasks.

## Installation
```bash
pip install flip-pose
