Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorol/catmandu-mab2
Catmandu modules for working with MAB2 data
https://github.com/jorol/catmandu-mab2
code4lib
Last synced: 9 days ago
JSON representation
Catmandu modules for working with MAB2 data
- Host: GitHub
- URL: https://github.com/jorol/catmandu-mab2
- Owner: jorol
- License: other
- Created: 2013-10-01T11:56:19.000Z (about 11 years ago)
- Default Branch: devel
- Last Pushed: 2020-11-19T15:29:32.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T13:18:39.304Z (24 days ago)
- Topics: code4lib
- Language: Perl
- Size: 155 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Catmandu::MAB2 - Catmandu modules for working with MAB2 data.
[![Build Status](https://travis-ci.org/jorol/Catmandu-MAB2.png)](https://travis-ci.org/jorol/Catmandu-MAB2)
[![Coverage Status](https://coveralls.io/repos/jorol/Catmandu-MAB2/badge.png?branch=devel)](https://coveralls.io/r/jorol/Catmandu-MAB2?branch=devel)
[![Kwalitee Score](http://cpants.cpanauthors.org/dist/Catmandu-MAB2.png)](http://cpants.cpanauthors.org/dist/Catmandu-MAB2)
[![CPAN version](https://badge.fury.io/pl/Catmandu-MAB2.png)](http://badge.fury.io/pl/Catmandu-MAB2)# DESCRIPTION
Catmandu::MAB2 provides methods to work with MAB2 data within the [Catmandu](https://metacpan.org/pod/Catmandu)
framework. See [Catmandu::Introduction](https://metacpan.org/pod/Catmandu::Introduction) and [http://librecat.org/](http://librecat.org/) for an
introduction into Catmandu.# CATMANDU MODULES
- [Catmandu::Importer::MAB2](https://metacpan.org/pod/Catmandu::Importer::MAB2)
- [Catmandu::Exporter::MAB2](https://metacpan.org/pod/Catmandu::Exporter::MAB2)
- [Catmandu::Importer::SRU::Parser::mabxml](https://metacpan.org/pod/Catmandu::Importer::SRU::Parser::mabxml)
- [Catmandu::Fix::mab\_map](https://metacpan.org/pod/Catmandu::Fix::mab_map)# INTERNAL MODULES
Parser and writer for MAB2 data.
- [MAB2::Parser::Disk](https://metacpan.org/pod/MAB2::Parser::Disk)
- [MAB2::Parser::RAW](https://metacpan.org/pod/MAB2::Parser::RAW)
- [MAB2::Parser::XML](https://metacpan.org/pod/MAB2::Parser::XML)
- [MAB2::Writer::Handle](https://metacpan.org/pod/MAB2::Writer::Handle)
- [MAB2::Writer::Disk](https://metacpan.org/pod/MAB2::Writer::Disk)
- [MAB2::Writer::RAW](https://metacpan.org/pod/MAB2::Writer::RAW)
- [MAB2::Writer::XML](https://metacpan.org/pod/MAB2::Writer::XML)# AUTHOR
Johann Rolschewski
# COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Johann Rolschewski.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.