Author¶
- class pyvo.registry.rtcons.Author(name: str)[source]¶
 Bases:
ConstraintA 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.