velocity-python 0.0.82__py3-none-any.whl → 0.0.83__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.82"
1
+ __version__ = version = "0.0.83"
2
2
 
3
3
  from . import aws
4
4
  from . import db
@@ -163,7 +163,9 @@ class LambdaHandler:
163
163
  print("[ERROR] AWS_EVENT", self.aws_event)
164
164
 
165
165
  aws_event = to_json(self.aws_event)
166
- context.response.set_body({"event": aws_event, "postdata": context.postdata()})
166
+ context.response().set_body(
167
+ {"event": aws_event, "postdata": context.postdata()}
168
+ )
167
169
 
168
170
  def OnActionTracking(self, tx, context):
169
171
  self.track(tx, context.payload().get("data", {}))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: velocity-python
3
- Version: 0.0.82
3
+ Version: 0.0.83
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,9 +1,9 @@
1
- velocity/__init__.py,sha256=H5f5hd5-ifzrA3GmSxnpidbolTF3mQtWDgcHYFztCjE,88
1
+ velocity/__init__.py,sha256=eVlMFy2qtY1TdOX6158a-_b9qzHaF5dLWfVoWLGV5Zc,88
2
2
  velocity/aws/__init__.py,sha256=tj9-NliYxRVPYLnnDuA4FMwBHbbH4ed8gtHgwRskNgY,647
3
3
  velocity/aws/amplify.py,sha256=PkFVmskwhm-ajAiwGg0QnSKlg1b_55d9WLdF-3-70aE,15102
4
4
  velocity/aws/handlers/__init__.py,sha256=xnpFZJVlC2uoeeFW4zuPST8wA8ajaQDky5Y6iXZzi3A,172
5
5
  velocity/aws/handlers/context.py,sha256=UIjNR83y2NSIyK8HMPX8t5tpJHFNabiZvNgmmdQL3HA,1822
6
- velocity/aws/handlers/lambda_handler.py,sha256=Yrb8N5WXB61O469JKsYTD4NQ3quOyZuHCsSYhIJ3-7U,6695
6
+ velocity/aws/handlers/lambda_handler.py,sha256=ageBwPBguts1mSI1ex_Tnyc9HoFQ956OxkoB8ewCEvI,6719
7
7
  velocity/aws/handlers/response.py,sha256=LXhtizLKnVBWjtHyE0h0bk-NYDrRpj7CHa7tRz9KkC4,9324
8
8
  velocity/aws/handlers/sqs_handler.py,sha256=YBqrEkA6EfkQUVk_kwsSI-HjFJO8-JqYco-p0UYDNXE,3368
9
9
  velocity/db/__init__.py,sha256=vrn2AFNAKaqTdnPwLFS0OcREcCtzUCOodlmH54U7ADg,200
@@ -42,8 +42,8 @@ velocity/misc/tools.py,sha256=_bGneHHA_BV-kUonzw5H3hdJ5AOJRCKfzhgpkFbGqIo,1502
42
42
  velocity/misc/conv/__init__.py,sha256=MLYF58QHjzfDSxb1rdnmLnuEQCa3gnhzzZ30CwZVvQo,40
43
43
  velocity/misc/conv/iconv.py,sha256=d4_BucW8HTIkGNurJ7GWrtuptqUf-9t79ObzjJ5N76U,10603
44
44
  velocity/misc/conv/oconv.py,sha256=h5Lo05DqOQnxoD3y6Px_MQP_V-pBbWf8Hkgkb9Xp1jk,6032
45
- velocity_python-0.0.82.dist-info/licenses/LICENSE,sha256=aoN245GG8s9oRUU89KNiGTU4_4OtnNmVi4hQeChg6rM,1076
46
- velocity_python-0.0.82.dist-info/METADATA,sha256=Eg5QRZYdYlVQQTC2nBzR4tSj9NGSisvGKUzzp1hGBno,8586
47
- velocity_python-0.0.82.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
48
- velocity_python-0.0.82.dist-info/top_level.txt,sha256=JW2vJPmodgdgSz7H6yoZvnxF8S3fTMIv-YJWCT1sNW0,9
49
- velocity_python-0.0.82.dist-info/RECORD,,
45
+ velocity_python-0.0.83.dist-info/licenses/LICENSE,sha256=aoN245GG8s9oRUU89KNiGTU4_4OtnNmVi4hQeChg6rM,1076
46
+ velocity_python-0.0.83.dist-info/METADATA,sha256=j1wZfzc0lNB2MN6dE54CP8g5juJBB7mNAFUQU0YlR2w,8586
47
+ velocity_python-0.0.83.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
48
+ velocity_python-0.0.83.dist-info/top_level.txt,sha256=JW2vJPmodgdgSz7H6yoZvnxF8S3fTMIv-YJWCT1sNW0,9
49
+ velocity_python-0.0.83.dist-info/RECORD,,