Skip to content

loleg/DataPackage.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataPackage.jl

Travis Coveralls SemVer Gitter

Julia Pkg

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 packages
  • Resource class for working with data resources
  • Profile class for working with profiles
  • validate function for validating data package descriptors
  • infer function for inferring data package descriptors

Status

🚧 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.

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

About

A Julia library for working with Data Packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%