HEPData / hepdata_lib

Library for getting your data into HEPData
https://hepdata-lib.readthedocs.io
MIT License
15 stars 39 forks source link

Factor out additional resources, add to Table #170

Closed AndreasAlbert closed 3 years ago

AndreasAlbert commented 3 years ago

Functionality related to additional resources has now been separated out into a mixin that is flexible inherited into both Table and Submission. When the Submission object creates the output files, it automatically calls the copy_files method of all tables.

Closes #157

AndreasAlbert commented 3 years ago

Closes #35