linkarchivetools 0.1.14__py3-none-any.whl → 0.1.15__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of linkarchivetools might be problematic. Click here for more details.

@@ -106,6 +106,8 @@ class ReflectedGenericTable(object):
106
106
  self.engine = engine
107
107
  self.connection = connection
108
108
  self.table_name = table_name
109
+ self.table = None
110
+
109
111
  if self.table_name is None:
110
112
  self.table_name = self.get_table_name()
111
113
 
@@ -113,11 +115,14 @@ class ReflectedGenericTable(object):
113
115
  return self.table_name
114
116
 
115
117
  def get_table(self):
118
+ if self.table is not None:
119
+ return self.table
120
+
116
121
  destination_metadata = MetaData()
117
- destination_table = Table(
122
+ self.table = Table(
118
123
  self.table_name, destination_metadata, autoload_with=self.engine
119
124
  )
120
- return destination_table
125
+ return self.table
121
126
 
122
127
  def truncate(self):
123
128
  sql_text = f"DELETE FROM {self.table_name};"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: linkarchivetools
3
- Version: 0.1.14
3
+ Version: 0.1.15
4
4
  Summary: Link Archive Tools
5
5
  License: GPL3
6
6
  Author: Iwan Grozny
@@ -11,8 +11,8 @@ linkarchivetools/json2db.py,sha256=IF01_KhMmHcdm4jfagU_kuJGCEtRwgwjZDuxLtlT7EQ,7
11
11
  linkarchivetools/tableconfig.py,sha256=TsYYl2kbAkP035XElHUmeJqH5Kugl7bwi4ClIwJ6MSA,1731
12
12
  linkarchivetools/utils/alchemysearch.py,sha256=voUDEBP4RShlGj8E0iHg83jP8JYJQKLOaJjCZNi4LMY,5689
13
13
  linkarchivetools/utils/omnisearch.py,sha256=7HVzz8LesS3Yo6exdlPf4WdPbi2DQekPR2CmkJcfBbI,10115
14
- linkarchivetools/utils/reflected.py,sha256=2UcNfzzdh7Gbjxmr5KOMgrXO7nVhDJv02bmrAUOHNv8,15661
15
- linkarchivetools-0.1.14.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
16
- linkarchivetools-0.1.14.dist-info/METADATA,sha256=iNhQRkA5Eagm2JvQ94owsNtDTZtaNyzd3NQ3GWCSgy4,1203
17
- linkarchivetools-0.1.14.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
18
- linkarchivetools-0.1.14.dist-info/RECORD,,
14
+ linkarchivetools/utils/reflected.py,sha256=bK4hgNmVUUer4BKTQbq732bXSgBJrHlzg11Wa1v0iYI,15740
15
+ linkarchivetools-0.1.15.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
16
+ linkarchivetools-0.1.15.dist-info/METADATA,sha256=84HOSBHXeDCG1ZTY1aQWFJa9cwdKJQNw847eX39MLvs,1203
17
+ linkarchivetools-0.1.15.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
18
+ linkarchivetools-0.1.15.dist-info/RECORD,,