framework
framework copied to clipboard
Integration with OSF as a data portal
Overview
# Read from datapackage file (we need to create/find a dataset with datapackage.json)
package = Package("https://osf.io/tge9m/")
# Create package from present files
package = Package("https://osf.io/tge9m/")
# More requirements will be added
# ...