Commit graph

4 commits

Author SHA1 Message Date
NoDRM
866d1130b8 More work on standalone version, fix plugin 2022-01-01 14:11:39 +01:00
NoDRM
78d81721f5 Add passhash interface to CLI 2021-12-29 13:00:45 +01:00
NoDRM
93aecd810c Bugfixes in standalone code for Calibre < 5 / Python 2 2021-12-29 11:39:48 +01:00
NoDRM
ce0837da3f Begin work on standalone version
Now the plugin ZIP file (DeDRM_plugin.zip) can be run with a normal
Python interpreter as if it were a Python file (try
`python3 DeDRM_plugin.zip --help`). This way I can begin building a
standalone version (that can run without Calibre) without having to
duplicate a ton of code.
2021-12-29 09:26:29 +01:00