Samuel Colvin
Samuel Colvin
Thanks, I'll look at soon as I can.
Hi "dude", no I didn't forget about my project. I have a baby, am CTO of a PLC and maintain numerous open soccer projects. I don't have time to review,...
Sorry for the slow response. I'm no expert but I believe the underlying xdelta3 c library can operate on files and therefore might be able to work with memoryviews. Happy...
This isn't on pypi > BTW, in this example, delta is very short despite many 8's inserted. Do you detect repetitions and compress them somehow, in addition to making plain...
Generating native binaries for windows is far from trivial and since I don't have a windows machine and haven't worked on it for years I wouldn't have a clue. I...
makes sense, but that doesn't help for windows. Since I'm not using this package in production yet and will only be using it on linux servers which can happily compile...
did you clone recursively to include the `xdelta` submodule?
then perhaps you need `xdelta3` installed locally before attempting to install `xdelta3-python`. I'm afraid I haven't work on this for a long time, so can't really help.
You can't I'm afraid. So your options are: * Fix wheel build in Travis and I'll release a new version with binaries. cibuildwheel will be your friend here. * Clone...
Or in theory you could edit `setup.py` to do what `make prepare` does, but that's pretty ugly.