lucianopaz / compress_pickle

Standard python pickle, thinly wrapped with standard compression libraries
MIT License
41 stars 10 forks source link

Add python 3.8 support #7

Closed lucianopaz closed 4 years ago

lucianopaz commented 4 years ago

Closes #3 Adds test environment to CI and the buffer_callback and buffers kwargs to dump and load respectively.

codecov[bot] commented 4 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is 90.9%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #7   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines         443    483   +40     
=====================================
+ Hits          443    483   +40
Impacted Files Coverage Δ
compress_pickle/tests/test_utils.py 100% <100%> (ø) :arrow_up:
compress_pickle/compress_pickle.py 100% <88.88%> (ø) :arrow_up:
compress_pickle/utils.py 100% <0%> (ø) :arrow_up:
compress_pickle/tests/test_pickling.py 100% <0%> (ø) :arrow_up:
compress_pickle/tests/fixtures.py 100% <0%> (ø) :arrow_up: