facultyai / faculty

A Python library for interacting with the Faculty platform
https://faculty.ai/platform/
18 stars 5 forks source link

Add stat function to datasets #164

Open Matt-Haugh opened 4 years ago

Matt-Haugh commented 4 years ago

This PR adds a stat function to datasets which mimics some of the functionality of https://docs.python.org/3/library/os.html#os.stat.

Matt-Haugh commented 4 years ago

Cheers @acroz, that sounds sensible. In fact part of the motivation for adding this was to add ls -l to the datasets branch that @liamcoatman has for faculty-cli. I'll get on reworking this over the next few days