frictionlessdata / DataPackage.jl

A Julia library for working with Data Package.
MIT License
11 stars 3 forks source link

DataPackage.jl

Travis Coveralls SemVer Gitter Release Codebase Support

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

Status

:construction: 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! :construction:

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