Commit graph

10 commits

Author SHA1 Message Date
c23335733c
Update uses of pathclass and a few command line argparsers. 2021-12-07 12:44:22 -08:00
c45a7c9234 Update license, contact, donate for many projects. 2021-01-14 02:54:35 -08:00
561b863296 Add Mirrors header. 2020-12-23 19:56:01 -08:00
ca87b9ff23 Add codeberg to mirror list. 2020-12-15 23:03:48 -08:00
fbc828f6f4 Add github/gitlab link at bottom of readme. 2020-11-15 17:55:30 -08:00
Ethan Dalool
88fb94e84e Remove Epub.open, use Epub('path'); support read-only mode.
Instead of Epub.open('path'), now use Epub('path'). This makes the
class more intuitive to use. This also removes the need for the
_original_epub_filepath argument which was simply awkward.
We now support read-only books with the read_only argument. The main
benefit is that we don't need to unzip the epub file, so if you are
going to be reading from epubs but don't need to write, setting
read_only can significately improve speed.
2020-03-07 16:22:38 -08:00
Ethan Dalool
d15977330b Add pip install to the readme. 2019-08-06 23:51:34 -07:00
Ethan Dalool
d77dcacc21 Initial commandline utilities. 2019-08-06 23:49:47 -07:00
Ethan Dalool
f191b86573 Add setup.py. 2019-08-04 00:13:27 -07:00
Ethan Dalool
58c3de6c5d Initial commit. 2019-08-03 22:13:27 -07:00