New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

SQLConn

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

SQLConn - pypi Package Compare versions

Comparing version
0.0.10
to
0.0.11
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: SQLConn
Version: 0.0.10
Version: 0.0.11
Summary: This package facilitates easy SQL database integration.

@@ -5,0 +5,0 @@ Home-page: https://github.com/janyoungjin/SQLConn

@@ -8,3 +8,3 @@ from setuptools import setup, find_packages

name='SQLConn',
version='0.0.10',
version='0.0.11',
description='This package facilitates easy SQL database integration.',

@@ -11,0 +11,0 @@ long_description=long_description,

Metadata-Version: 2.1
Name: SQLConn
Version: 0.0.10
Version: 0.0.11
Summary: This package facilitates easy SQL database integration.

@@ -5,0 +5,0 @@ Home-page: https://github.com/janyoungjin/SQLConn

from pandas import read_sql
import warnings
import cx_Oracle
from sqlalchemy import create_engine

@@ -5,0 +4,0 @@ from sqlalchemy.engine.base import Engine