Package Pyblio :: Package Format :: Module Person
[hide private]
[frames] | no frames]

Module Person

source code

Functions [hide private]
 
maybe(value, prefix='', postfix='', default='') source code
 
_lastFirst(record, authors) source code
 
_firstLast(record, authors) source code
 
initials(name)
Normalizes a first name as an initial
source code
 
_initialLast(record, authors) source code
Variables [hide private]
  _ini_re = re.compile(r'([\.-]|\s+)')