Metadata-Version: 2.1
Name: pynessie
Version: 0.5.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
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
Requires-Dist: attrs (==20.3.0)
Requires-Dist: botocore (==1.20.47)
Requires-Dist: Click (==7.1.2)
Requires-Dist: confuse (==1.4.0)
Requires-Dist: desert (==2020.11.18)
Requires-Dist: marshmallow (==3.11.1)
Requires-Dist: marshmallow-oneofschema (==2.1.0)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: requests (==2.25.1)
Requires-Dist: requests-aws4auth (==1.0.1)
Requires-Dist: simplejson (==3.17.2)

=============================
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.5.0 (2021-04-08)
------------------

* dependency updates
* endpoint updates for object type and new commit metadata object

0.4.0 (2021-03-08)
------------------

* dependency updates

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.


