Association Registry

The AssociationRegistry is the rule organizer. An AssociationRegistry is instantiated with the files containing the desired rules. The match() method is used to find associations that a member belongs to.

AssociationRegistry is a subclass of py3:dict and supports all of its methods. In particular, multiple AssociationRegistry’s can be combined using the update() method.