Skip to content

2020-09-14 v1.0.0

Compare
Choose a tag to compare
@gschare gschare released this 14 Sep 21:50

Major release of manuscript-object repository.

The BnF class represents a Python object version of BnF Ms 640. It contains a list of Recipe objects, which hold the raw XML data from each entry along with some other data such as length and properties.

When BnF is instantiated, it loads every folio in ms-xml and processes it into its component entries, each of which becomes a Recipe object. ms-xml is folder in the repository containing the data, m-k-manuscript-data.

update.py is a script that generates the BnF object and then writes derivative forms and the entry-metadata table to the m-k-manuscript-data repository.

Known issues:

  • del tags are unmarked in derivative files [issue]
  • test/ folder is just a dumping ground for entry-metadata.csv files; it can be removed

See issues tracker for other ongoing issues and feature requests.