This project's primary objective is to extract volume and title count data from Folio and HLM systems, streamlining the collection data reporting process. Utilizing the SQLalchemy library, it efficiently retrieves information from the FOLIO Integrated Library System. Additionally, it parses reports extracted from the Ebsco's HLM environment, consolidating collection title and volume counts. These data sets are instrumental for various data reporting initiatives, including aspects of ARL (Association of Research Libraries) and ACRL (Association of College and Research Libraries) reports.
main.py contains code to pip install important packages, these additaional python libraries are viewable in the requirements.txt file. additionally the following command can be used to run the requirements.txt file. pip install -r requirements.txt