sql-runner

View on PyPIReverse Dependencies (0)

0.5.0 sql_runner-0.5.0-py3-none-any.whl

Wheel Details

Project: sql-runner
Version: 0.5.0
Filename: sql_runner-0.5.0-py3-none-any.whl
Download: [link]
Size: 35740
MD5: 7c293c8f704f7fc856f97e5644434cf8
SHA256: 088465d49c14abf409c2cb5d87fe88002ad820db9614aa20c9bf9778bb39fd61
Uploaded: 2021-04-06 15:13:28 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: sql-runner
Version: 0.5.0
Summary: DEPT SQL runner
Author: sql-runner contributors
License: Apache 2.0
Requires-Python: ~=3.8
Requires-Dist: networkx (==2.5)
Requires-Dist: pydot (==1.4.2)
Requires-Dist: graphviz (==0.16)
Requires-Dist: pythondialog
Requires-Dist: sqlparse
Requires-Dist: pyodbc; extra == "azuredwh"
Requires-Dist: google-cloud-bigquery (==2.12.0); extra == "bigquery"
Requires-Dist: psycopg2-binary; extra == "postgres"
Requires-Dist: psycopg2-binary; extra == "redshift"
Requires-Dist: boto3 (==1.17.33); extra == "s3"
Requires-Dist: snowflake-connector-python (==2.4.1); extra == "snowflake"
Provides-Extra: azuredwh
Provides-Extra: bigquery
Provides-Extra: postgres
Provides-Extra: redshift
Provides-Extra: s3
Provides-Extra: snowflake
Description-Content-Type: text/markdown
[Description omitted; length: 9658 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
sql_runner/__init__.py sha256=Ei0KTpZES4l3Lu2ZBvwZ6YJn5eLM3wpuwwjdogfHCTk 126
sql_runner/deps.py sha256=J9j2Wud6oC82VhRnE6eDNU3hzQVKoJ6lpDiaVXrB0a8 8727
sql_runner/parsing.py sha256=1-oRGjFCYIU9yUV0xtCci8TwEiRzJ80KR87ENeKBBug 19993
sql_runner/query_list.py sha256=OrCRKdcI7FEBQb3HVXYspsccZ283h-Y4sGX36S7CCNo 6419
sql_runner/run_sql.py sha256=TA503wSYBnZFnVXswNJKyQLwX7mmMaApUQFLmPYpG-k 2401
sql_runner/runner.py sha256=sJFAYreR_YY1SCIjmXQjYPhCKBUBtBSUkbM4PK-0ApM 4145
sql_runner/tests.py sha256=PQJXOzhCTidbVbHmYOpSxopQ5CD4u0UTgTkNSTSVmk0 522
sql_runner/db/__init__.py sha256=HnAruzOxO-pn-QbMZF2klYOSU4hmPHI-YYe3ZF4Cxeo 16042
sql_runner/db/azuredwh.py sha256=typ3rbJFK7ujCuvqaqZbPmTh4if0B1rhIk_ocmCt2As 10148
sql_runner/db/bigquery.py sha256=Dep5DIJ4ZOjH4jvGM5Co2RhD_0dnUotDo1MoCGrc5pM 9493
sql_runner/db/postgres.py sha256=XHlbdVcocMzF8gYtN56uVFy4xrXCe8BvQFfYv5kE0TE 1954
sql_runner/db/redshift.py sha256=8-P4Pprhb2vYhOuNO7P7nOBERsArN4uejoQRz72YWRg 2910
sql_runner/db/snowflake.py sha256=jRSEp7BUtRTzRCVd2yG1ZfKxn4h52-T5eYXV9ampkNo 2628
sql_runner-0.5.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
sql_runner-0.5.0.dist-info/METADATA sha256=6GGzx1ucAOltk2piDxNlfbAvfG5Y8OH-74oJc8KlVr0 10527
sql_runner-0.5.0.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
sql_runner-0.5.0.dist-info/entry_points.txt sha256=8Vcs4GUlb-dOl4ypY2SjID33WHowhWCnacR9QyTblDI 120
sql_runner-0.5.0.dist-info/top_level.txt sha256=xhLwncmZjtfh4eZav5P0HkV8GWuQT-kU_LU14IKqcEE 11
sql_runner-0.5.0.dist-info/RECORD

top_level.txt

sql_runner

entry_points.txt

run_sql = sql_runner.run_sql:main
runner = sql_runner.runner:main
sqlrunner = sql_runner.runner:main