opengamedata / opengamedata-core

Python framework for extracting features from OpenGameData event datasets.
https://opengamedata.fielddaylab.wisc.edu/
MIT License
1 stars 3 forks source link

Port FileList and Dataset schemas from file API back to core #151

Closed LswaN58 closed 1 month ago

LswaN58 commented 1 month ago

Moving these to core will allow us to develop schemas in conjunction with the code that actually puts out these metadata files and such. Then the API can use that class and get correct I/O for free, only needing to update its use of the object itself.