pysubtypes
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: pysubtypes | ||
| Version: 0.3.16 | ||
| Version: 0.3.17 | ||
| Summary: Provides subclasses for common python types with additional functionality and convenience methods. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/matthewgdv/subtypes |
| Metadata-Version: 2.1 | ||
| Name: pysubtypes | ||
| Version: 0.3.16 | ||
| Version: 0.3.17 | ||
| Summary: Provides subclasses for common python types with additional functionality and convenience methods. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/matthewgdv/subtypes |
+1
-1
| from setuptools import setup, find_packages | ||
| from os import path | ||
| __version__ = "0.3.16" | ||
| __version__ = "0.3.17" | ||
@@ -6,0 +6,0 @@ here = path.abspath(path.dirname(__file__)) |
@@ -112,4 +112,4 @@ from __future__ import annotations | ||
| from sqlhandler import Sql | ||
| sql = sql if sql is not None else Sql(database=database) | ||
| return sql.frame_to_table(self, table=table, schema=schema, if_exists=Sql.IfExists(if_exists), primary_key=primary_key) | ||
| sql = sql if sql is not None else Sql.from_connection(database=database) | ||
| return sql.frame_to_table(self, table=table, schema=schema, if_exists=Sql.Enums.IfExists(if_exists), primary_key=primary_key) | ||
@@ -116,0 +116,0 @@ def to_dataframe(self) -> pd.DataFrame: |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
120347
0.02%