Metadata-Version: 2.1
Name: snowmobile
Version: 0.2.0b0
Summary: A wrapper library around the snowflake-connector-python for streamlined
Home-page: UNKNOWN
License: UNKNOWN
Keywords: snowflake database,snowflake python
Author: Grant Murray
Author-email: gmurray203@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pytest >= 5.0.0 ; extra == "test"
Project-URL: Code, https://github.com/GEM7318/Snowmobile
Project-URL: Documentation, https://snowmobile.readthedocs.io/en/latest/index.html
Provides-Extra: test

[![Documentation Status](https://readthedocs.org/projects/snowmobile/badge/?version=latest)](https://snowmobile.readthedocs.io/en/latest/?badge=latest#)
[![codecov](https://codecov.io/gh/GEM7318/Snowmobile/branch/0.2.1/graph/badge.svg?token=UCMCWRIIJ8)](https://codecov.io/gh/GEM7318/Snowmobile)
[![PyPI version](https://badge.fury.io/py/snowmobile.svg)](https://badge.fury.io/py/snowmobile)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/GEM7318/Snowmobile/blob/master/LICENSE.txt)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# snowmobile

`snowmobile` is a wrapper around the Snowflake Connector for Python; this branch
houses code for version 0.2.0; see https://snowmobile.readthedocs.io/en/latest/index.html
for WIP documentation on the API.

