Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/runlevel5/avetmiss_data

Ruby Gem for AVETMISS data parsing and building
https://github.com/runlevel5/avetmiss_data

Last synced: about 9 hours ago
JSON representation

Ruby Gem for AVETMISS data parsing and building

Awesome Lists containing this project

README

        

# AVETMISS Data

[![Build Status](https://travis-ci.org/jobready/avetmiss_data.png)](https://travis-ci.org/jobready/avetmiss_data)
[![Coverage Status](https://coveralls.io/repos/jobready/avetmiss_data/badge.png)](https://coveralls.io/r/jobready/avetmiss_data)
[![Code Climate](https://codeclimate.com/github/jobready/avetmiss_data.png)](https://codeclimate.com/github/jobready/avetmiss_data)

This gem supports the parsing and exporting of AVETMISS (http://www.ncver.edu.au/) data.

AVETMISS stands for the Australian Vocational Education and Training Management Information Statistical Standard. It is a national data standard that ensures consistent and accurate capture and reporting of VET information about students.

## Installation

Add this line to your application's Gemfile:

gem 'avetmiss_data'

And then execute:

$ bundle

Or install it yourself as:

$ gem install avetmiss_data

## Usage

package = Avetmiss::Package.new('package.zip')

## Contributing

1. Fork it ( http://github.com/jobready/avetmiss_data/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request