List epub files with their metadata such as title and creators.
$ lsepub ~/Documents
book1.epub: Daniel Defoe \\ The Life and Adventures of Robinson Crusoe
book2.epub: Jules Verne \\ L'île mystérieuse
You can try lsepub directly from the project root:
./lsepub.py --helpTo install the project for the current user run the following command in the project root:
pip install .Now you can run
lsepub --help