Metadata-Version: 1.2
Name: pynessie
Version: 0.3.0
Summary: Project Nessie: A Git-like Experience for your Data Lake
Home-page: https://github.com/projectnessie/nessie
Author: Ryan Murray
Author-email: nessie-release-builder@dremio.com
License: Apache Software License 2.0
Description: =============================
        Python API and CLI for Nessie
        =============================
        
        Nessie is a system to provide Git like capability for Iceberg Tables, Delta Lake Tables, Hive Tables and Sql Views.
        
        More information can be found at projectnessie.org_
        
        .. _projectnessie.org: https://projectnessie.org
        
        =======
        History
        =======
        
        0.3.0 (2020-12-30)
        ------------------
        
        * support for python3.9
        * correct display of contents in the cli
        * better type checking
        
        0.2.1 (2020-10-30)
        ------------------
        
        * fix install requirements in setup.py
        
        0.2.0 (2020-10-30)
        ------------------
        
        * git-like cli interface
        * more complete coverage of REST endpoints
        * better testing
        
        0.1.1 (2020-10-01)
        ------------------
        
        * First release on PyPI.
        
Keywords: pynessie
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.5
