epubmeta

Extracts metadata information from EPUB files. Supports EPUB2 and EPUB3 formats.

This lib is a fork of epubinfo, which had not been updated since 2014.

Usage

require 'epubmeta'
EPUBMeta.get('path/to/epub/file.epub')

Which returns a EPUBMeta::Models::Book instance, please refer to the API documentation from here on

Changelog

0.6.2 June 2, 2021

0.6.1 May 11, 2021

0.6.0 May 06, 2020

0.5.4 Februry 04, 2020

0.5.3 November 26, 2019

0.5.2 October 09, 2018

0.5.1 October 09, 2018

0.5.0 August 10, 2018

** < 0.5.0 **

Contributing to epubmeta

Copyright © 2018–2020 Andrew Roberts. Copyright © 2012–2014 Christof Dorner. See LICENSE.txt for further details.