SQLConn
Advanced tools
+6
-3
| Metadata-Version: 2.1 | ||
| Name: SQLConn | ||
| Version: 0.0.13 | ||
| Version: 0.0.14 | ||
| Summary: This package facilitates easy SQL database integration. | ||
@@ -8,2 +8,6 @@ Home-page: https://github.com/janyoungjin/SQLConn | ||
| Keywords: mysql,postgresql,sqlite,mssql,sql | ||
| Classifier: Programming Language :: Python :: 3 | ||
| Classifier: License :: OSI Approved :: MIT License | ||
| Classifier: Operating System :: OS Independent | ||
| Requires-Python: >=3.6 | ||
| Description-Content-Type: text/markdown | ||
@@ -14,4 +18,3 @@ Requires-Dist: pandas | ||
| Requires-Dist: pymssql | ||
| Requires-Dist: psycopg2 | ||
| Requires-Dist: sqlite3 | ||
| Requires-Dist: psycopg2-binary | ||
@@ -18,0 +21,0 @@ # SQLConn |
+10
-5
@@ -8,3 +8,3 @@ from setuptools import setup, find_packages | ||
| name='SQLConn', | ||
| version='0.0.13', | ||
| version='0.0.14', | ||
| description='This package facilitates easy SQL database integration.', | ||
@@ -19,8 +19,13 @@ long_description=long_description, | ||
| 'pymssql', | ||
| 'psycopg2', | ||
| 'sqlite3' | ||
| 'psycopg2-binary' | ||
| ], | ||
| packages=find_packages(exclude=[]), | ||
| packages=find_packages(), | ||
| url='https://github.com/janyoungjin/SQLConn', | ||
| keywords=['mysql', 'postgresql', 'sqlite', 'mssql', 'sql'] | ||
| keywords=['mysql', 'postgresql', 'sqlite', 'mssql', 'sql'], | ||
| classifiers=[ | ||
| 'Programming Language :: Python :: 3', | ||
| 'License :: OSI Approved :: MIT License', | ||
| 'Operating System :: OS Independent', | ||
| ], | ||
| python_requires='>=3.6', | ||
| ) |
| Metadata-Version: 2.1 | ||
| Name: SQLConn | ||
| Version: 0.0.13 | ||
| Version: 0.0.14 | ||
| Summary: This package facilitates easy SQL database integration. | ||
@@ -8,2 +8,6 @@ Home-page: https://github.com/janyoungjin/SQLConn | ||
| Keywords: mysql,postgresql,sqlite,mssql,sql | ||
| Classifier: Programming Language :: Python :: 3 | ||
| Classifier: License :: OSI Approved :: MIT License | ||
| Classifier: Operating System :: OS Independent | ||
| Requires-Python: >=3.6 | ||
| Description-Content-Type: text/markdown | ||
@@ -14,4 +18,3 @@ Requires-Dist: pandas | ||
| Requires-Dist: pymssql | ||
| Requires-Dist: psycopg2 | ||
| Requires-Dist: sqlite3 | ||
| Requires-Dist: psycopg2-binary | ||
@@ -18,0 +21,0 @@ # SQLConn |
@@ -5,3 +5,2 @@ pandas | ||
| pymssql | ||
| psycopg2 | ||
| sqlite3 | ||
| psycopg2-binary |
@@ -69,3 +69,3 @@ from pandas import read_sql | ||
| raise ValueError("to_HTML does only supports 'select' or 'show' commands.") | ||
| self.to_DataFrame(cmd).to_html(index=False) | ||
| return self.to_DataFrame(cmd).to_html(index=False) | ||
| @property | ||
@@ -72,0 +72,0 @@ def conn(self): |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
37969
1.33%142
3.65%