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.
Packageclass for working with data packagesResourceclass for working with data resourcesProfileclass for working with profilesvalidatefunction for validating data package descriptorsinferfunction for inferring data package descriptors
🚧 This package is pre-release and under heavy development. Please visit the issues page to contribute and make suggestions. For questions that need to a real time response, reach out via Gitter. Thanks! 🚧
Please visit our wiki for a list of related projects that we are tracking, and suggest use cases there or as enhancement issues.
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