Author

class pyvo.registry.Author(name: str)[source]

Bases: Constraint

A constraint for creators (“authors”) of a resource; you can use SQL patterns here.

The match is case-sensitive.

Parameters
namestr

Note that regrettably there are no guarantees as to how authors are written in the VO. This means that you will generally have to write things like %Hubble% (% being “zero or more characters” in SQL) here.