frictionlessdata / datapackage-js

A JavaScript library for working with Data Package.
http://frictionlessdata.io/
MIT License
43 stars 15 forks source link

Implement Resource class #10

Closed roll closed 7 years ago

roll commented 7 years ago

Overview

Spec - http://specs.frictionlessdata.io/data-packages/#resource-information (ignore url - it will be removed from spec. path could be local or remote)

Resource(descriptor)
    descriptor -> dict
    name -> str
    type -> local/remote/inline
    source -> path/data
    table -> jsontableschema.Table/None

Tasks