Mykle Law
unread,Dec 30, 2024, 3:22:10 PM12/30/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pymarc Discussion
I'm a visual person-- I thought I might recommend that you use a depiction of your PyMarc Record object structure somewhere on the documentation page.
It could look a bit like this-- feel free to use this example.
Record
├── leader: '01234nam 2200361 a 4500'
├── fields:
│ ├── Field
│ │ ├── tag: '001'
│ │ ├── data: '000000001'
│ ├── Field
│ │ ├── tag: '245'
│ │ ├── indicators: ['1', '0']
│ │ ├── subfields: ['$a', 'Title', '$b', 'Subtitle']
│ ├── Field
│ │ ├── tag: '100'
│ │ ├── indicators: ['1', ' ']
│ │ ├── subfields: ['$a', 'Author']