v0.3.0
0.3.0 (2020-09-04)
Code Refactoring
- add BasePathy class to bind PathType var to (796dd40)
Features
- add get_client/register_client for supporting multiple services (747815b)
- ci: add lint check before testing (2633480)
- GCS: print install command when using GCS without deps installed (d8dbcd4)
BREAKING CHANGES
- This renames the internal GCS/File adapter classes by removing the prefix Client.
ClientBucketFS -> BucketFS
ClientBlobFS -> BlobFS
ClientBucketGCS -> BucketGCS
ClientBlobGCS -> BlobGCS
- use_fs, get_fs_client, use_fs_cache, get_fs_cache, and clear_fs_cache moved from pathy.api to pathy.clients