Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
/ archive.data_package Public archive

Library of classes and utilities for reading and writing data packages

License

Notifications You must be signed in to change notification settings

mode/archive.data_package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo Status: Archived.

This repo was identified as an un-managed repository. As such, we have chosedn to decommission this repository to prevent the consumption of security vulnerabilities within this repository.

More info can be found here: https://mode.quip.com/NwvJAwA7l4SN/August-Issue-Review-Committee-Meeting#GYBACAb6dwZ

Description

Data Package

Library of classes and utilities for reading and writing data packages

Build Status Code Climate

Installation

$ gem install data_package

Opening and reading data packages

require 'data_package'

package = DataPackage::Package.open('path/to/package/dir')

puts package.name
puts package.version
puts package.resources

This package currently supports data package specification v1.0-beta.8

About

Library of classes and utilities for reading and writing data packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages