DataPackage.jl
A library for working with Data Packages in Julia.
Initially this package is primarily targeted and depends on TableSchema.jl, where you can find the common Design Document for these libraries. Support for other types of data packages is to follow.
Features
Package
class for working with data packagesResource
class for working with data resourcesProfile
class for working with profilesvalidate
function for validating data package descriptorsinfer
function for inferring data package descriptors
Status
Please visit our wiki for a list of related projects that we are tracking, and suggest use cases there or as enhancement issues.
Usage
Install the TableSchema package.
Clone this repository and enter it:
$ git clone https://github.com/frictionlessdata/DataPackage.jl && cd DataPackage.jl
See examples folder and unit tests in runtests.jl for current usage, e.g.:
$ julia examples/basic.jl
Running tests:
$ julia -L src/DataPackage.jl test/runtests.jl