mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
WIP. Uses a single, randomly-retrieved library to test. - Gets the library GH libraries.json - Extracts author and maintainer data - For each person: - Extracts the email if available, or autogenerates a placeholder and marks the email as invalid - Separates the name fields into First and Last - For authors, adds the author's User record to the Library's `authors` - For maintainers, adds the maintainer's User record to the LibraryVersion's `maintainers` (using the most recent Version)