Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/runlevel5/avetmiss_data
- Owner: runlevel5
- License: mit
- Created: 2015-07-20T08:54:45.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-07-16T05:26:48.000Z (over 9 years ago)
- Last Synced: 2024-11-25T17:13:18.942Z (2 months ago)
- Language: Ruby
- Homepage: https://github.com/jobready/avetmiss_data
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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