Metadata-Version: 2.1
Name: snowflake-ingest-pyjwt-2
Version: 2.0.0a1
Summary: Unofficial & (hopefully) temporary fork of SnowflakeDB File Ingest SDK to allow use 
Home-page: https://www.snowflake.net
Author: Joshua Skrzypek
Author-email: jskrzypek@gmail.com
License: Apache
Keywords: snowflake ingest sdk copy loading
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Database
License-File: LICENSE

This package includes the Snowpipe python SDK, but modified to allow newer, more secure
dependencies. 

Snowflake Documentation is available at:
https://docs.snowflake.net/

Source code is also available at: https://github.com/jskrzypek/snowflake-ingest-python

Release Notes
-------------------------------------------------------------------------------

- v2.0.0a1 (Septmber 26, 2022)

      - Update to support newer versions of PyJWT (>=2.0.0) & requests (>=2.24.0).

- v1.0.4 (May 11, 2021)

      - Support a special account name style.

- v1.0.3 (January 11, 2021)

      - Use older version of pyJwt by pinning the version(<2.0.0)

- v1.0.2 (March 09, 2020)

      - Stop logging JWT token

- v1.0.1 (November 08, 2019)

      - Replaced Botocore's vendored requests with standalone requests

- v1.0.0 (September 19, 2018)

      - Fix typing package issue in python 3.5.0 and 3.5.1
      - Support key rotation in key pair authentication

- v0.9.1 (November 9, 2017)

      - Public preview release
