Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] ENH: Add context manager for zarr store cleanup #113

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2022

  1. ENH: Add context manager for zarr store cleanup

    The context manager adds:
    - simple fsspec filesystem handling
    - checking of existing `target_store` and raises a FileExistsError if needed
    - cleanup of `temp_store` using fsspec filesystem
    - the possibility of removing target_store as well
    bzah committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    9269cc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. MIANT: Ignore pycharm files

    bzah committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c158b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b54bb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a4ea34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68f277e View commit details
    Browse the repository at this point in the history
  5. FIX: code style

    bzah committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    cad8501 View commit details
    Browse the repository at this point in the history