https://github.com/jorol/catmandu-mab2
Catmandu modules for working with MAB2 data
https://github.com/jorol/catmandu-mab2
code4lib
Last synced: about 2 months 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 (over 11 years ago)
- Default Branch: devel
- Last Pushed: 2020-11-19T15:29:32.000Z (over 4 years ago)
- Last Synced: 2025-04-09T19:09:39.285Z (about 2 months ago)
- Topics: code4lib
- Language: Perl
- Size: 155 KB
- Stars: 2
- Watchers: 1
- 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.
[](https://travis-ci.org/jorol/Catmandu-MAB2)
[](https://coveralls.io/r/jorol/Catmandu-MAB2?branch=devel)
[](http://cpants.cpanauthors.org/dist/Catmandu-MAB2)
[](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.