I was hoping that the moderators and frequenters on this sight would have some insight into documentation for the blend file and how to read from it.
I also ended up finding this patch for the documentation (https://developer.blender.org/T52387). Any recommendations are welcome. My eventual goal is to find the starting frame and ending frame of a project and read them into memory.
@brecht 's caution in the second thread bears repeating:
My first advice here is always, don’t write a .blend file reader or writer. It’s Blender’s internal file format and we make no guarantee that it remains stable or try to document all the quirks [Bolding mine].
I don’t planning on writing a full .blend file reader or writer (hopefully). I just want to get a grasp on how the .blend file works and where to look for certain things.