I just released a new version of OpenAccess_EPUB (0.5.1) on PyPI, and it comes with a lot of new changes. One small change is that I added a wheel distribution (though lxml is still by far the biggest installation time commitment).
The biggest deal in the new release is that I developed a new command line interface using docopt. I have done a lot of testing with it, but I am sure that there are some bugs or kinks to be found yet. Hopefully I can get some input on bugs as well as how easy to use the new interface is.
Some notes:
oae-quickstart is effectively replaced by oaepub configure
- "" expansion is now usable for matching image directories ("" will become the root name of the input file)
- Logging for the project got a major overhaul, and is now used to provide the commandline output as well. I need to add some better logging coverage now that the framework is in place.
I just released a new version of OpenAccess_EPUB (0.5.1) on PyPI, and it comes with a lot of new changes. One small change is that I added a wheel distribution (though lxml is still by far the biggest installation time commitment).
The biggest deal in the new release is that I developed a new command line interface using docopt. I have done a lot of testing with it, but I am sure that there are some bugs or kinks to be found yet. Hopefully I can get some input on bugs as well as how easy to use the new interface is.
Some notes:
oae-quickstartis effectively replaced byoaepub configure