Metadata-Version: 2.3
Name: bochord
Version: 1.2.0
Summary: 
License: GPL-3.0-only
Author: AJ Slater
Author-email: aj@slater.net
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: termcolor (>=2.5.0,<3.0.0)
Project-URL: Documentation, https://github.com/ajslater/bochord
Project-URL: Docker Image, https://hub.docker.com/r/ajslater/
Project-URL: Homepage, https://github.com/ajslater/bochord
Project-URL: News, https://github.com/ajslater/
Project-URL: Repository, https://github.com/ajslater/bochord
Project-URL: Report Issues, https://github.com/ajslater/
Description-Content-Type: text/markdown

# bochord

Backup books from macOS Books to usable ePubs

This works because macOS Books with iCloud turned on stores books as exploded
epub directories with their proper titles as the directory name. This program
zips them up into epub archives to a specified backup dir and copies other,
non-epub dir files, like PDFs, to that directory as well.

## Why

I like to manage my books with Apple Books instead of Calibre for convenience on
all my Apple devices, but Apple makes it a pain to export books
programmatically. Backing up books like this also defends against Apple making
all my books inaccessible someday for no reason.

