Metadata-Version: 2.1
Name: KegStorage
Version: 0.4.2
Summary: A simple storage interface with multiple backends for use in a Keg_ app.
Home-page: https://github.com/level12/keg-storage
Author: Level 12 Developers
Author-email: devteam@level12.io
License: BSD
Description: Keg-Storage
        ###########
        
        .. image:: https://circleci.com/gh/level12/keg-storage.svg?style=svg
          :target: https://circleci.com/gh/level12/keg-storage
        
        .. image:: https://codecov.io/github/level12/keg-storage/coverage.svg?branch=master
          :target: https://codecov.io/github/level12/keg-storage?branch=master
        
        .. _Keg: https://pypi.python.org/pypi/Keg
        
        
        A simple storage interface with multiple back ends for use in a Keg_ app.
        
        
        Usage
        =====
        
        
        Changelog
        =========
        
        0.4.2 released 2019-11-29
        -------------------------
        
        - Stricter Azure Dependencies (adea745_)
        
        .. _adea745: https://github.com/level12/keg-storage/commit/adea745
        
        
        0.4.1 released 2019-10-17
        -------------------------
        
        - feat: Make keg dependency optional and improve backend optional dependency handling (e33139a_)
        - bug: Fix bug where small files written to S3 buckets were never flushed (bd6c2c0_)
        - feat: Add support for Azure blob storage (4141319_)
        
        .. _e33139a: https://github.com/level12/keg-storage/commit/e33139a
        .. _bd6c2c0: https://github.com/level12/keg-storage/commit/bd6c2c0
        .. _4141319: https://github.com/level12/keg-storage/commit/4141319
        
        
        0.4.0 released 2019-09-27
        -------------------------
        
        - feat: Update interface to allow file-like access (7c2a1b7_)
        
        .. _7c2a1b7: https://github.com/level12/keg-storage/commit/7c2a1b7
        
        
        0.3.1 released 2019-08-05
        -------------------------
        
        - bug: Make the return type of the list command consistent across backends (53abcda_)
        
        .. _53abcda: https://github.com/level12/keg-storage/commit/53abcda
        
        
        0.3.0 released 2019-06-02
        -------------------------
        
        - feat: Enable Multi-Key Re-encryption Scenarios Possible (a0d74a1_)
        - feat: Make CLI Click Group Global (41f062a_)
        - bug: ensure `list` operations always returns string (177d4a9_)
        
        .. _a0d74a1: https://github.com/level12/keg-storage/commit/a0d74a1
        .. _41f062a: https://github.com/level12/keg-storage/commit/41f062a
        .. _177d4a9: https://github.com/level12/keg-storage/commit/177d4a9
        
        
        0.2.0
        =====
        
        * [FEAT] Added Support for AWS Credentials using a Profile
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: azure
Provides-Extra: test
Provides-Extra: keg
Provides-Extra: sftp
