{ "info": { "author": "Snowflake Computing, Inc", "author_email": "support@snowflake.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Other Environment", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: SQL", "Topic :: Database", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This package includes the Snowflake Connector for Python, which conforms to the Python DB API 2.0 specification:\nhttps://www.python.org/dev/peps/pep-0249/\n\nSnowflake Documentation is available at:\nhttps://docs.snowflake.net/\n\nSource code is also available at: https://github.com/snowflakedb/snowflake-connector-python\n\nRelease Notes\n-------------------------------------------------------------------------------\n\n- v1.7.9 (March 25,2019)\n\n - Python Interim Solution for Custom Cache Server URL\n - Internal change for pending feature\n\n- v1.7.8 (March 12,2019)\n\n - Add OCSP signing certificate validity check\n\n- v1.7.7 (February 22,2019)\n\n - Skip HEAD operation when OVERWRITE=true for PUT\n - Update copyright year from 2018 to 2019 for Python\n\n- v1.7.6 (February 08,2019)\n\n - Adjusted pyasn1 and pyasn1-module requirements for Python Connector\n - Added idna to setup.py. made pyasn1 optional for Python2\n\n- v1.7.5 (January 25, 2019)\n\n - Incorporate \"kwargs\" style group of key-value pairs in connection's \"execute_string\" function.\n\n- v1.7.4 (January 3, 2019)\n\n - Invalidate outdated OCSP response when checking cache hit\n - Made keyring use optional in Python Connector\n - Added SnowflakeNullConverter for Python Connector to skip all client side conversions\n - Honor ``CLIENT_PREFETCH_THREADS`` to download the result set.\n - Fixed the hang when region=us-west-2 is specified.\n - Added Python 3.7 tests\n\n- v1.7.3 (December 11, 2018)\n\n - Improved the progress bar control for SnowSQL\n - Fixed PUT/GET progress bar for Azure\n\n- v1.7.2 (December 4, 2018)\n\n - Refactored OCSP checks\n - Adjusted log level to mitigate confusions\n\n- v1.7.1 (November 27, 2018)\n\n - Fixed regex pattern warning in cursor.py\n - Fixed 403 error for EU deployment\n - Fixed the epoch time to datetime object converter for Windoww\n\n- v1.7.0 (November 13, 2018)\n\n - Internal change for pending feature.\n\n- v1.6.12 (October 30, 2018)\n\n - Updated ``boto3`` and ``botocore`` version dependeny.\n - Catch socket.EAI_NONAME for localhost socket and raise a better error message\n - Added ``client_session_keep_alive_heartbeat_frequency`` to control heartbeat timings for ``client_session_keep_alive``.\n\n- v1.6.11 (October 23, 2018)\n\n - Fixed exit_on_error=true didn't work if PUT / GET error occurs\n - Fixed a backslash followed by a quote in a literal was not taken into account.\n - Added ``request_guid`` to each HTTP request for tracing.\n\n- v1.6.10 (September 25, 2018)\n\n - Added ``client_session_keep_alive`` support.\n - Fixed multiline double quote expressions PR #117 (@bensowden)\n - Fixed binding ``datetime`` for TIMESTAMP type in ``qmark`` binding mode. PR #118 (@rhlahuja)\n - Retry HTTP 405 to mitigate Nginx bug.\n - Accept consent response for id token cache. WIP.\n\n- v1.6.9 (September 13, 2018)\n\n - Changed most INFO logs to DEBUG. Added INFO for key operations.\n - Fixed the URL query parser to get multiple values.\n\n- v1.6.8 (August 30, 2018)\n\n - Updated ``boto3`` and ``botocore`` version dependeny.\n\n- v1.6.7 (August 22, 2018)\n\n - Enforce virtual host URL for PUT and GET.\n - Added retryCount, clientStarTime for query-request for better service.\n \n- v1.6.6 (August 9, 2018)\n\n - Replaced ``pycryptodome`` with ``pycryptodomex`` to avoid namespace conflict with ``PyCrypto``.\n - Fixed hang if the connection is not explicitly closed since 1.6.4.\n - Reauthenticate for externalbrowser while running a query.\n - Fixed remove_comments option for SnowSQL.\n\n- v1.6.5 (July 13, 2018)\n\n - Fixed the current object cache in the connection for id token use.\n - Added no OCSP cache server use option.\n\n- v1.6.4 (July 5, 2018)\n\n - Fixed div by zero for Azure PUT command.\n - Cache id token for SSO. This feature is WIP.\n - Added telemetry client and job timings by @dsouzam.\n\n- v1.6.3 (June 14, 2018)\n\n - Fixed binding long value for Python 2.\n\n- v1.6.2 (June 7, 2018)\n\n - Removes username restriction for OAuth. PR 86(@tjj5036)\n - Retry OpenSSL.SysError in tests\n - Updated concurrent insert test as the server improved.\n\n- v1.6.1 (May 17, 2018)\n\n - Enable OCSP Dynamic Cache server for privatelink.\n - Ensure the type of ``login_timeout`` attribute is ``int``.\n\n- v1.6.0 (May 3, 2018)\n\n - Enable OCSP Cache server by default.\n\n- v1.5.8 (April 26, 2018)\n\n - Fixed PUT command error 'Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.' for Azure deployment.\n\n- v1.5.7 (April 19, 2018)\n\n - Fixed object has no attribute errors in Python3 for Azure deployment.\n - Removed ContentEncoding=gzip from the header for PUT command. This caused COPY failure if autocompress=false.\n\n- v1.5.6 (April 5, 2018)\n\n - Updated ``boto3`` and ``botocore`` version dependeny.\n\n- v1.5.5 (March 22, 2018)\n\n - Fixed TypeError: list indices must be integers or slices, not str. PR/Issue 75 (@daniel-sali).\n - Updated ``cryptography`` dependency.\n\n- v1.5.4 (March 15, 2018)\n\n - Tightened ``pyasn`` and ``pyasn1-modules`` version requirements\n - Added OS and OS_VERSION session info.\n - Relaxed ``pycryptodome`` version requirements. No 3.5.0 should be used.\n\n- v1.5.3 (March 9, 2018)\n\n - Pulled back ``pyasn1`` for OCSP check in Python 2. Python 3 continue using ``asn1crypto`` for better performance.\n - Limit the upper bound of ``pycryptodome`` version to less than 3.5.0 for Issue 65.\n\n- v1.5.2 (March 1, 2018)\n\n - Fixed failue in case HOME/USERPROFILE is not set.\n - Updated ``boto3`` and ``botocore`` version dependeny.\n\n- v1.5.1 (February 15, 2018)\n\n - Prototyped oauth. Won't work without the server change.\n - Retry OCSP data parse failure\n - Fixed paramstyle=qmark binding for SQLAlchemy\n\n- v1.5.0 (January 26, 2018)\n\n - Removed ``pyasn1`` and ``pyasn1-modules`` from the dependency.\n - Prototyped key pair authentication.\n - Fixed OCSP response cache expiration check.\n\n- v1.4.17 (January 19, 2018)\n\n - Adjusted ``pyasn1`` and ``pyasn1-modules`` version dependency. PR 48 (@baxen)\n - Started replacing ``pyasn1`` with ``asn1crypto`` Not activated yet.\n\n- v1.4.16 (January 16, 2018)\n\n - Added OCSP cache related tools.\n\n- v1.4.15 (January 11, 2018)\n\n - Added OCSP cache server option.\n\n- v1.4.14 (December 14, 2017)\n\n - Improved OCSP response dump util.\n\n- v1.4.13 (November 30, 2017)\n\n - Updated ``boto3`` and ``botocore`` version dependeny.\n\n- v1.4.12 (November 16, 2017)\n\n - Added ``qmark`` and ``numeric`` paramstyle support for server side binding.\n - Added ``timezone`` session parameter support to connections.\n - Fixed a file handler leak in OCSP checks.\n\n- v1.4.11 (November 9, 2017)\n\n - Fixed Azure PUT command to use AES CBC key encryption.\n - Added retry for intermittent PyAsn1Error.\n\n- v1.4.10 (October 26, 2017)\n\n - Added Azure support for PUT and GET commands.\n - Updated ``cryptography``, ``boto3`` and ``botocore`` version dependeny.\n\n- v1.4.9 (October 10, 2017)\n\n - Fixed a regression caused by ``pyasn1`` upgrade.\n\n- v1.4.8 (October 5, 2017)\n\n - Updated Fed/SSO parameters. The production version of Fed/SSO from Python Connector requires this version.\n - Refactored for Azure support\n - Set CLIENT_APP_ID and CLIENT_APP_VERSION in all requests\n - Support new behaviors of newer version of ``pyasn1``. Relaxed the dependency.\n - Making socket timeout same as the login time\n - Fixed the case where no error message is attached.\n\n- v1.4.7 (September 20, 2017)\n\n - Refresh AWS token in PUT command if S3UploadFailedError includes the ExpiredToken error\n - Retry all of 5xx in connection\n\n- v1.4.6 (September 14, 2017)\n\n - Mitigated sigint handler config failure for SQLAlchemy\n - Improved the message for invalid SSL certificate error\n - Retry forever for query to mitigate 500 errors\n\n- v1.4.5 (August 31, 2017)\n\n - Fixed regression in #34 by rewriting SAML 2.0 compliant service application support.\n - Cleaned up logger by moving instance to module.\n\n- v1.4.4 (August 24, 2017)\n\n - Fixed Azure blob certificate issue. OCSP response structure bug fix\n - Added SAML 2.0 compliant service application support. preview feature.\n - Upgraded SSL wrapper with the latest urllib3 pyopenssl glue module. It uses kqueue, epoll or poll in replacement of select to read data from socket if available.\n\n- v1.4.3 (August 17, 2017)\n\n - Changed the log levels for some messages from ERROR to DEBUG to address confusion as real incidents. In fact, they are not real issues but signals for connection retry.\n - Added ``certifi`` to the dependent component list to mitigate CA root certificate out of date issue.\n - Set the maximum versions of dependent components ``boto3`` and ``botocore``.\n - Updated ``cryptography`` and ``pyOpenSSL`` version dependeny change.\n - Added a connection parameter ``validate_default_parameters`` to validate the default database, schema and warehouse. If the specified object doesn't exist, it raises an error.\n\n- v1.4.2 (August 3, 2017)\n\n - Fixed retry HTTP 400 in upload file when AWS token expires\n - Relaxed the version of dependent components ``pyasn1`` and ``pyasn1-modules``\n\n- v1.4.1 (July 26, 2017)\n\n - Pinned ``pyasn1`` and ``pyasn1-modules`` versions to 0.2.3 and 0.0.9, respectively\n\n- v1.4.0 (July 6, 2017)\n\n - Relaxed the versions of dependent components ``boto3``, ``botocore``, ``cffi`` and ``cryptography`` and ``pyOpenSSL``\n - Minor improvements in OCSP response file cache\n\n- v1.3.18 (June 15, 2017)\n\n - Fixed OCSP response cache file not found issue on Windows. Drive letter was taken off\n - Use less restrictive cryptography>=1.7,<1.8\n - Added ORC detection in PUT command\n\n- v1.3.17 (June 1, 2017)\n\n - Timeout OCSP request in 60 seconds and retry\n - Set autocommit and abort_detached_query session parameters in authentication time if specified\n - Fixed cross region stage issue. Could not get files in us-west-2 region S3 bucket from us-east-1\n\n- v1.3.16 (April 20, 2017)\n\n - Fixed issue in fetching ``DATE`` causing [Error 22] Invalid argument on Windows\n - Retry on ``RuntimeError`` in requests\n\n- v1.3.15 (March 30, 2017)\n\n - Refactored data converters in fetch to improve performance\n - Fixed timestamp format FF to honor the scale of data type\n - Improved the security of OKTA authentication with hostname verifications\n - Retry PUT on the error ``OpenSSL.SSL.SysCallError`` 10053 with lower concurrency\n - Added ``raw_msg`` attribute to ``Error`` class\n - Refactored session managements\n\n- v1.3.14 (February 24, 2017)\n\n - Improved PUT and GET error handler.\n - Added proxy support to OCSP checks.\n - Use proxy parameters for PUT and GET commands.\n - Added ``sfqid`` and ``sqlstate`` to the results from query results.\n - Fixed the connection timeout calculation based on ``login_timeout`` and ``network_timeout``.\n - Improved error messages in case of 403, 502 and 504 HTTP reponse code.\n - Upgraded ``cryptography`` to 1.7.2, ``boto3`` to 1.4.4 and ``botocore`` to 1.5.14.\n - Removed explicit DNS lookup for OCSP URL.\n\n- v1.3.13 (February 9, 2017)\n\n - Fixed AWS SQS connection error with OCSP checks\n - Added ``login_timeout`` and ``network_timeout`` parameters to the ``Connection`` objects.\n - Fixed forbidden access error handing\n\n- v1.3.12 (February 2, 2017)\n\n - Fixed ``region`` parameter. One character was truncated from the tail of account name\n - Improved performance of fetching data by refactoring fetchone method\n\n- v1.3.11 (January 27, 2017)\n\n - Fixed the regression in 1.3.8 that caused intermittent 504 errors\n\n- v1.3.10 (January 26, 2017)\n\n - Compress data in HTTP requests at all times except empty data or OKTA request\n - Refactored FIXED, REAL and TIMESTAMP data fetch to improve performance. This mainly impacts SnowSQL\n - Added ``region`` option to support EU deployments better\n - Increased the retry counter for OCSP servers to mitigate intermittent failure\n - Refactored HTTP access retry logic\n\n- v1.3.9 (January 16, 2017)\n\n - Upgraded ``botocore`` to 1.4.93 to fix and ``boto3`` to 1.4.3 to fix the HTTPS request failure in Python 3.6\n - Fixed python2 incomaptible import http.client\n - Retry OCSP validation in case of non-200 HTTP code returned\n\n- v1.3.8 (January 12, 2017)\n\n - Convert non-UTF-8 data in the large result set chunk to Unicode replacement characters to avoid decode error.\n - Updated copyright year to 2017.\n - Use `six` package to support both PY2 and PY3 for some functions\n - Upgraded ``cryptography`` to 1.7.1 to address MacOS Python 3.6 build issue.\n - Fixed OverflowError caused by invalid range of timetamp data for SnowSQL.\n\n- v1.3.7 (December 8, 2016)\n\n - Increased the validity date acceptance window to prevent OCSP returning invalid responses due to out-of-scope validity dates for certificates.\n - Enabled OCSP response cache file by default.\n\n- v1.3.6 (December 1, 2016)\n\n - Upgraded ``cryptography`` to 1.5.3, ``pyOpenSSL`` to 16.2.0 and ``cffi`` to 1.9.1.\n\n- v1.3.5 (November 17, 2016)\n\n - Fixed CA list cache race condition\n - Added retry intermittent 400 HTTP ``Bad Request`` error\n\n- v1.3.4 (November 3, 2016)\n\n - Added ``quoted_name`` data type support for binding by SQLAlchemy\n - Not to compress ``parquiet`` file in PUT command\n\n- v1.3.3 (October 20, 2016)\n\n - Downgraded ``botocore`` to 1.4.37 due to potential regression.\n - Increased the stability of PUT and GET commands\n\n- v1.3.2 (October 12, 2016)\n\n - Upgraded ``botocore`` to 1.4.52.\n - Set the signature version to v4 to AWS client. This impacts ``PUT``, ``GET`` commands and fetching large result set.\n\n- v1.3.1 (September 30, 2016)\n\n - Added an account name including subdomain.\n\n- v1.3.0 (September 26, 2016)\n\n - Added support for the ``BINARY`` data type, which enables support for more Python data types:\n\n - Python 3: \n\n - ``bytes`` and ``bytearray`` can be used for binding.\n - ``bytes`` is also used for fetching ``BINARY`` data type.\n\n - Python 2:\n\n - ``bytearray`` can be used for binding\n - ``str`` is used for fetching ``BINARY`` data type.\n\n - Added ``proxy_user`` and ``proxy_password`` connection parameters for proxy servers that require authentication.\n\n- v1.2.8 (August 16, 2016)\n\n - Upgraded ``botocore`` to 1.4.37.\n - Added ``Connection.execute_string`` and ``Connection.execute_stream`` to run multiple statements in a string and stream.\n - Increased the stability of fetching data for Python 2.\n - Refactored memory usage in fetching large result set (Work in Progress).\n\n- v1.2.7 (July 31, 2016)\n\n - Fixed ``snowflake.cursor.rowcount`` for INSERT ALL.\n - Force OCSP cache invalidation after 24 hours for better security.\n - Use ``use_accelerate_endpoint`` in PUT and GET if Transfer acceleration is enabled for the S3 bucket.\n - Fixed the side effect of ``python-future`` that loads ``test.py`` in the current directory.\n\n- v1.2.6 (July 13, 2016)\n\n - Fixed the AWS token renewal issue with PUT command when uploading uncompressed large files.\n\n- v1.2.5 (July 8, 2016)\n\n - Added retry for errors ``S3UploadFailedError`` and ``RetriesExceededError`` in PUT and GET, respectively.\n\n- v1.2.4 (July 6, 2016)\n\n - Added ``max_connection_pool`` parameter to Connection so that you can specify the maximum number of HTTP/HTTPS connections in the pool.\n - Minor enhancements for SnowSQL.\n\n- v1.2.3 (June 29, 2016)\n\n - Fixed 404 issue in GET command. An extra slash character changed the S3 path and failed to identify the file to download.\n\n- v1.2.2 (June 21, 2016)\n\n - Upgraded ``botocore`` to 1.4.26.\n - Added retry for 403 error when accessing S3.\n\n- v1.2.1 (June 13, 2016)\n\n - Improved fetch performance for data types (part 2): DATE, TIME, TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ and TIMESTAMP_TZ.\n\n- v1.2.0 (June 10, 2016)\n\n - Improved fetch performance for data types (part 1): FIXED, REAL, STRING.\n\n- v1.1.5 (June 2, 2016)\n\n - Upgraded ``boto3`` to 1.3.1 and ``botocore`` and 1.4.22.\n - Fixed ``snowflake.cursor.rowcount`` for DML by ``snowflake.cursor.executemany``.\n - Added ``numpy`` data type binding support. ``numpy.intN``, ``numpy.floatN`` and ``numpy.datetime64`` can be bound and fetched.\n\n- v1.1.4 (May 21, 2016)\n\n - Upgraded ``cffi`` to 1.6.0.\n - Minor enhancements to SnowSQL.\n\n- v1.1.3 (May 5, 2016)\n\n - Upgraded ``cryptography`` to 1.3.2.\n\n- v1.1.2 (May 4, 2016)\n\n - Changed the dependency of ``tzlocal`` optional.\n - Fixed charmap error in OCSP checks.\n\n- v1.1.1 (Apr 11, 2016)\n\n - Fixed OCSP revocation check issue with the new certificate and AWS S3.\n - Upgraded ``cryptography`` to 1.3.1 and ``pyOpenSSL`` to 16.0.0.\n\n- v1.1.0 (Apr 4, 2016)\n\n - Added ``bzip2`` support in ``PUT`` command. This feature requires a server upgrade.\n - Replaced the self contained packages in ``snowflake._vendor`` with the dependency of ``boto3`` 1.3.0 and ``botocore`` 1.4.2.\n\n- v1.0.7 (Mar 21, 2016)\n\n - Keep ``pyOpenSSL`` at 0.15.1.\n\n- v1.0.6 (Mar 15, 2016)\n\n - Upgraded ``cryptography`` to 1.2.3.\n - Added support for ``TIME`` data type, which is now a Snowflake supported data type. This feature requires a server upgrade.\n - Added ``snowflake.connector.DistCursor`` to fetch the results in ``dict`` instead of ``tuple``.\n - Added compression to the SQL text and commands.\n\n- v1.0.5 (Mar 1, 2016)\n\n - Upgraded ``cryptography`` to 1.2.2 and ``cffi`` to 1.5.2.\n - Fixed the conversion from ``TIMESTAMP_LTZ`` to datetime in queries.\n\n- v1.0.4 (Feb 15, 2016)\n\n - Fixed the truncated parallel large result set.\n - Added retry OpenSSL low level errors ``ETIMEDOUT`` and ``ECONNRESET``.\n - Time out all HTTPS requests so that the Python Connector can retry the job or recheck the status.\n - Fixed the location of encrypted data for ``PUT`` command. They used to be in the same directory as the source data files.\n - Added support for renewing the AWS token used in ``PUT`` commands if the token expires.\n\n- v1.0.3 (Jan 13, 2016)\n\n - Added support for the ``BOOLEAN`` data type (i.e. ``TRUE`` or ``FALSE``). This changes the behavior of the binding for the ``bool`` type object:\n \n - Previously, ``bool`` was bound as a numeric value (i.e. ``1`` for ``True``, ``0`` for ``False``).\n - Now, ``bool`` is bound as native SQL data (i.e. ``TRUE`` or ``FALSE``).\n\n - Added the ``autocommit`` method to the ``Connection`` object:\n \n - By default, ``autocommit`` mode is ON (i.e. each DML statement commits the change).\n - If ``autocommit`` mode is OFF, the ``commit`` and ``rollback`` methods are enabled.\n\n - Avoid segfault issue for ``cryptography`` 1.2 in Mac OSX by using 1.1 until resolved.\n\n- v1.0.2 (Dec 15, 2015)\n\n - Upgraded ``boto3`` 1.2.2, ``botocore`` 1.3.12.\n - Removed ``SSLv3`` mapping from the initial table.\n\n- v1.0.1 (Dec 8, 2015)\n\n - Minor bug fixes.\n\n- v1.0.0 (Dec 1, 2015)\n\n - General Availability release.", "description_content_type": "", "docs_url": null, "download_url": "https://www.snowflake.net/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.snowflake.net/", "keywords": "Snowflake db database cloud analytics warehouse", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "snowflake-connector-python-no-azure", "package_url": "https://pypi.org/project/snowflake-connector-python-no-azure/", "platform": "", "project_url": "https://pypi.org/project/snowflake-connector-python-no-azure/", "project_urls": { "Download": "https://www.snowflake.net/", "Homepage": "https://www.snowflake.net/" }, "release_url": "https://pypi.org/project/snowflake-connector-python-no-azure/1.7.11/", "requires_dist": null, "requires_python": ">=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "summary": "Snowflake Connector for Python", "version": "1.7.11" }, "last_serial": 5209038, "releases": { "1.7.10": [ { "comment_text": "", "digests": { "md5": "7d10260a167f615cf14685753a17ed7b", "sha256": "988da4a840eab118dfc73a1daaca567a5b4435f11eee715bc8c99c206d4c72df" }, "downloads": -1, "filename": "snowflake-connector-python-no-azure-1.7.10.tar.gz", "has_sig": false, "md5_digest": "7d10260a167f615cf14685753a17ed7b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 124909, "upload_time": "2019-04-30T15:48:53", "url": "https://files.pythonhosted.org/packages/a9/a2/1dec430453e4bd9f9b3cda3153ea80cfd00e53b8a4416467aaef5667ccf3/snowflake-connector-python-no-azure-1.7.10.tar.gz" } ], "1.7.11": [ { "comment_text": "", "digests": { "md5": "559b6dd5477e108999b7962ba12a5fa2", "sha256": "0874dc1e5541bac27bc16198d3ae1ac947c87d42e1330c11e7fb22347159ce49" }, "downloads": -1, "filename": "snowflake-connector-python-no-azure-1.7.11.tar.gz", "has_sig": false, "md5_digest": "559b6dd5477e108999b7962ba12a5fa2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 124910, "upload_time": "2019-04-30T16:11:43", "url": "https://files.pythonhosted.org/packages/20/7a/858be55f4a52d26e3a2af6def84a4d8eb72c6e8d28c8d165b22a96d3c828/snowflake-connector-python-no-azure-1.7.11.tar.gz" } ], "1.7.9": [ { "comment_text": "", "digests": { "md5": "f150c63e5a808ed447e0a97b07e433d0", "sha256": "0264a02300d199460c8ed6f533226a75437de3c5dfc094669930ccb461656742" }, "downloads": -1, "filename": "snowflake_connector_python_no_azure-1.7.9-py3.7.egg", "has_sig": false, "md5_digest": "f150c63e5a808ed447e0a97b07e433d0", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 317848, "upload_time": "2019-04-26T23:17:23", "url": "https://files.pythonhosted.org/packages/88/64/f40220035fc1e0993e30704e9285934bb542120445a4fb15d46af38605ef/snowflake_connector_python_no_azure-1.7.9-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "32f114494ae1271d61dc59c56d675191", "sha256": "31229381c53def7fdadb56b0e2271d9beddab6ae512c762c47665960b28de70f" }, "downloads": -1, "filename": "snowflake-connector-python-no-azure-1.7.9.tar.gz", "has_sig": false, "md5_digest": "32f114494ae1271d61dc59c56d675191", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 124850, "upload_time": "2019-04-26T23:17:12", "url": "https://files.pythonhosted.org/packages/88/dc/9b5a5d2bb2f1b8e6033ae8df2c95859a4122a0d38ac28bdbf31d48afcdba/snowflake-connector-python-no-azure-1.7.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "559b6dd5477e108999b7962ba12a5fa2", "sha256": "0874dc1e5541bac27bc16198d3ae1ac947c87d42e1330c11e7fb22347159ce49" }, "downloads": -1, "filename": "snowflake-connector-python-no-azure-1.7.11.tar.gz", "has_sig": false, "md5_digest": "559b6dd5477e108999b7962ba12a5fa2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 124910, "upload_time": "2019-04-30T16:11:43", "url": "https://files.pythonhosted.org/packages/20/7a/858be55f4a52d26e3a2af6def84a4d8eb72c6e8d28c8d165b22a96d3c828/snowflake-connector-python-no-azure-1.7.11.tar.gz" } ] }