MarketSquare / robotframework-archivelibrary

https://github.com/MarketSquare/robotframework-archivelibrary
22 stars 24 forks source link

Archivelibrary should actually compress when creating zip #31

Closed hpschry closed 3 years ago

hpschry commented 6 years ago

With the current implementation files will be only stored in zip files but not compressed. The zipfile.ZIP_DEFLATED option will be required to enable compression.

bulkan commented 6 years ago

@hpschry Pull Requests welcome :)

hpschry commented 6 years ago

There it is!

thomasmoon commented 3 years ago

Hi guys, this compression option is great! I notice it was merged, but never published with the official package, why not?

lucagiove commented 3 years ago

I'll have a look

lucagiove commented 3 years ago

@bulkan could you transfer the lib to @MarketSquare ? I'd like to add PyPi token and migrate the pipelines to GitHub Actions I've scheduled a Meetup the next 20 of May to do some livecoding on this library together with the Italian RF community.

Thanks!

lucagiove commented 3 years ago

@thomasmoon new version should be available in PyPi now, please let me know whether it works!

@bulkan could you transfer the lib to @MarketSquare ? I'd like to add PyPi token and migrate the pipelines to GitHub Actions I've scheduled a Meetup the next 20 of May to do some livecoding on this library together with the Italian RF community.

Thanks!

@bulkan please, I need it also in order to add CodeCov and setup github pages

bulkan commented 3 years ago

@lucagiove it's done now