I would like to write a python script to get all the files of a SP Library and print the date of the file, using SharePlum but alternatives are welcome too. Something like:
folder = site.Folder('Shared Documents/test')
allfiles = folder.files
for file in allfiles:
print(file['Date'])