velocity-python 0.0.69__py3-none-any.whl → 0.0.71__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 velocity-python might be problematic. Click here for more details.

velocity/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = version = "0.0.69"
1
+ __version__ = version = "0.0.71"
2
2
 
3
3
  from . import aws
4
4
  from . import db
@@ -156,7 +156,7 @@ class LambdaHandler:
156
156
  tx.table(helpers.get_tracking_table(user or self.session)).insert(data)
157
157
 
158
158
  def OnActionDefault(self, tx, context):
159
- return {"event": self.aws_event, "postdata": context.postdata}
159
+ return {"event": self.aws_event, "postdata": context.postdata()}
160
160
 
161
161
  def OnActionTracking(self, tx, context):
162
162
  self.track(tx, context.payload().get("data", {}))
@@ -116,7 +116,12 @@ class SQL:
116
116
  for col in columns:
117
117
  processed_columns.append(
118
118
  th.resolve_references(
119
- col, options={"alias_column": True, "alias_table": True, bypass_on_error=True}
119
+ col,
120
+ options={
121
+ "alias_column": True,
122
+ "alias_table": True,
123
+ "bypass_on_error": True,
124
+ },
120
125
  )
121
126
  )
122
127
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: velocity-python
3
- Version: 0.0.69
3
+ Version: 0.0.71
4
4
  Summary: A rapid application development library for interfacing with data storage
5
5
  Author-email: Paul Perez <pperez@codeclubs.org>
6
6
  Project-URL: Homepage, https://codeclubs.org/projects/velocity
@@ -1,8 +1,8 @@
1
- velocity/__init__.py,sha256=QBkdg_Y9sxtwoFe1Uoi69oz-y-W1UOps4xGyhXTemlA,88
1
+ velocity/__init__.py,sha256=5wo7K-uWNzbQl7RRKSD2SzOdE4bgZJoh6Y4D-kJSmgc,88
2
2
  velocity/aws/__init__.py,sha256=GBTEr02whnCH3TG-BWCpUC3KfHY3uNxD21g0OvsVJnc,598
3
3
  velocity/aws/handlers/__init__.py,sha256=xnpFZJVlC2uoeeFW4zuPST8wA8ajaQDky5Y6iXZzi3A,172
4
4
  velocity/aws/handlers/context.py,sha256=UIjNR83y2NSIyK8HMPX8t5tpJHFNabiZvNgmmdQL3HA,1822
5
- velocity/aws/handlers/lambda_handler.py,sha256=RfEFIIn6a2k0W25AMEOMWCqbpUkXF13kV6vXFVKz0b0,6309
5
+ velocity/aws/handlers/lambda_handler.py,sha256=jiSdub26wXmmT9KVUKCiQ45YEUCF5DCLnuIw2GOEVeA,6311
6
6
  velocity/aws/handlers/response.py,sha256=LXhtizLKnVBWjtHyE0h0bk-NYDrRpj7CHa7tRz9KkC4,9324
7
7
  velocity/aws/handlers/sqs_handler.py,sha256=YBqrEkA6EfkQUVk_kwsSI-HjFJO8-JqYco-p0UYDNXE,3368
8
8
  velocity/db/__init__.py,sha256=vrn2AFNAKaqTdnPwLFS0OcREcCtzUCOodlmH54U7ADg,200
@@ -28,7 +28,7 @@ velocity/db/servers/tablehelper.py,sha256=t_4Z0j3NT26dCe88ydAskipMoaQyrhgyrs_3hm
28
28
  velocity/db/servers/postgres/__init__.py,sha256=SRqTRrhHkueEzGScG82KVveXC9mfNm6t4XylSCObkXQ,546
29
29
  velocity/db/servers/postgres/operators.py,sha256=A2T1qFwhzPl0fdXVhLZJhh5Qfx-qF8oZsDnxnq2n_V8,389
30
30
  velocity/db/servers/postgres/reserved.py,sha256=5tKLaqFV-HrWRj-nsrxl5KGbmeM3ukn_bPZK36XEu8M,3648
31
- velocity/db/servers/postgres/sql.py,sha256=XdWT0xAwS3_MOroVAmmpasJQ16NaPCTidMZJOZs_odI,38095
31
+ velocity/db/servers/postgres/sql.py,sha256=GvgqYA5k--gqggpEoQ1P3tDXDZvqR6q4e4efNzsHE_4,38214
32
32
  velocity/db/servers/postgres/types.py,sha256=Wa45ppVf_pdWul-jYWFRGMl6IdSq8dAp10SKnhL7osQ,3757
33
33
  velocity/misc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
34
  velocity/misc/db.py,sha256=MPgt-kkukKR_Wh_S_5W-MyDgaeoZ4YLoDJ54wU2ppm4,2830
@@ -41,8 +41,8 @@ velocity/misc/tools.py,sha256=_bGneHHA_BV-kUonzw5H3hdJ5AOJRCKfzhgpkFbGqIo,1502
41
41
  velocity/misc/conv/__init__.py,sha256=MLYF58QHjzfDSxb1rdnmLnuEQCa3gnhzzZ30CwZVvQo,40
42
42
  velocity/misc/conv/iconv.py,sha256=d4_BucW8HTIkGNurJ7GWrtuptqUf-9t79ObzjJ5N76U,10603
43
43
  velocity/misc/conv/oconv.py,sha256=h5Lo05DqOQnxoD3y6Px_MQP_V-pBbWf8Hkgkb9Xp1jk,6032
44
- velocity_python-0.0.69.dist-info/licenses/LICENSE,sha256=aoN245GG8s9oRUU89KNiGTU4_4OtnNmVi4hQeChg6rM,1076
45
- velocity_python-0.0.69.dist-info/METADATA,sha256=-4YMKA00hQC2LXoDX2--HsUA-CWaksoBYl6RFZvoMtk,8541
46
- velocity_python-0.0.69.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
47
- velocity_python-0.0.69.dist-info/top_level.txt,sha256=JW2vJPmodgdgSz7H6yoZvnxF8S3fTMIv-YJWCT1sNW0,9
48
- velocity_python-0.0.69.dist-info/RECORD,,
44
+ velocity_python-0.0.71.dist-info/licenses/LICENSE,sha256=aoN245GG8s9oRUU89KNiGTU4_4OtnNmVi4hQeChg6rM,1076
45
+ velocity_python-0.0.71.dist-info/METADATA,sha256=TeqzaKYxa2-lZmGNwNAHE9XF9xVft2C1Gutljm_VZQ8,8541
46
+ velocity_python-0.0.71.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
+ velocity_python-0.0.71.dist-info/top_level.txt,sha256=JW2vJPmodgdgSz7H6yoZvnxF8S3fTMIv-YJWCT1sNW0,9
48
+ velocity_python-0.0.71.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5