lucianopaz / compress_pickle

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

Add support for pathlib #4

Closed lucianopaz closed 4 years ago

lucianopaz commented 4 years ago

Python 3.4 introduced pathlib. Currently, only string paths are supported but it would be nice to support pathlib as well.