Find vector tiles intersecting bbox - Python

Does anybody know of a library that would allow me to pass one of its methods a bbox(bounding box) and get back a list of vector tile coordinates (x,y,z) that intersect that bbox? I have a current implementation, but thought if maybe there’s something more efficient performance-wise.