From c155b89f6909ba24e3776536ec355881ea2fbdf5 Mon Sep 17 00:00:00 2001 From: Philipp Wiesner Date: Tue, 7 Jan 2020 14:56:40 +0100 Subject: [PATCH] Updated Codacy project id --- CHANGELOG.rst | 6 ++++++ README.rst | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 64aa501..fbc9955 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,6 +20,12 @@ Possible types of changes are: Unreleased ---------- +Added +''''' +- ``GCSFS.get_mapper()`` which returns a ``GCSMap`` that wraps a ``GCSFS`` as a ``MutableMapping``. + The keys of the mapping become files and the values (which must be bytes) the contents of those files. + This is particularly useful to be used with libraries such as `xarray `_ or `zarr `_. + 1.0.0 - 27.08.2019 ------------------ diff --git a/README.rst b/README.rst index d9d6850..b9d9fc9 100644 --- a/README.rst +++ b/README.rst @@ -16,10 +16,10 @@ A Python filesystem abstraction of Google Cloud Storage (GCS) implemented as a ` .. image:: https://readthedocs.org/projects/fs-gcsfs/badge/?version=latest :target: https://fs-gcsfs.readthedocs.io/en/latest/?badge=latest -.. image:: https://api.codacy.com/project/badge/Coverage/6377a6e321cd4ccf94dfd6f09456d9ce +.. image:: https://api.codacy.com/project/badge/Coverage/f863cb8afe7943b5ba8c818bbae2e6d2 :target: https://www.codacy.com/app/Othoz/gcsfs?utm_source=github.com&utm_medium=referral&utm_content=Othoz/gcsfs&utm_campaign=Badge_Coverage -.. image:: https://api.codacy.com/project/badge/Grade/6377a6e321cd4ccf94dfd6f09456d9ce +.. image:: https://api.codacy.com/project/badge/Grade/f863cb8afe7943b5ba8c818bbae2e6d2 :target: https://www.codacy.com/app/Othoz/gcsfs?utm_source=github.com&utm_medium=referral&utm_content=Othoz/gcsfs&utm_campaign=Badge_Grade