Skip to main content

No project description provided

Project description

epub-metadata

Get metadata from the Epub file.

Install

pip install epub-metadata

Example

import epub_metadata
epub = epub_metadata.epub('tests/Alices Adventures in Wonderland.epub')

show all metadata from the Epub file

print(epub.metadata)
# return all metadata from the Epub file
{
    'version': '2.0', 
    'title': "Alice's Adventures in Wonderland", 
    'creator': 'Lewis Carroll', 
    'date': '1865-07-04', 
    'cover': '/9j/4AAQSkZJRgABAQE...', 
    'cover_type': 'image/jpeg', 
    'description': '', 
    'publisher': 'D. Appleton and Co', 
    'identifier': 'eb2934ae-bb1a-4652-bce7-9f78fc5ca496'
}

only show the epub metadata

print(epub.metadata.title)
# only print the title
Alice's Adventures in Wonderland

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epub_metadata-1.0.5.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

epub_metadata-1.0.5-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page