lam-cli 0.1.3__py3-none-any.whl → 0.1.4__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.
lam/lam.py CHANGED
@@ -8,7 +8,7 @@ import socket
8
8
  import subprocess
9
9
  import sys
10
10
  import tempfile
11
- from datetime import datetime
11
+ from datetime import datetime, timezone
12
12
  from enum import Enum
13
13
  from pathlib import Path
14
14
  from typing import Any, Dict, Optional, Tuple, Union
@@ -22,6 +22,8 @@ from posthog import Posthog
22
22
  posthog = Posthog(project_api_key='phc_wfeHFG0p5yZIdBpjVYy00o5x1HbEpggdMzIuFYgNPSK',
23
23
  host='https://app.posthog.com')
24
24
 
25
+ # Configure logging with UTC timezone
26
+ logging.Formatter.converter = lambda *args: datetime.now(timezone.utc).timetuple()
25
27
  logging.basicConfig(level=logging.DEBUG,
26
28
  format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
27
29
  logger = logging.getLogger(__name__)
@@ -547,4 +549,4 @@ def run(program_file: str, input: str, language: str, workspace_id: str,
547
549
  logger.removeHandler(file_handler)
548
550
 
549
551
  if __name__ == '__main__':
550
- lam()
552
+ lam()
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: lam-cli
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Secure data transformation tool supporting JQ and JavaScript (Bun)
5
5
  Home-page: https://github.com/laminar-run/lam
6
6
  Author: Laminar Run, Inc.
@@ -46,6 +46,7 @@ Dynamic: description-content-type
46
46
  Dynamic: home-page
47
47
  Dynamic: keywords
48
48
  Dynamic: license
49
+ Dynamic: license-file
49
50
  Dynamic: project-url
50
51
  Dynamic: requires-dist
51
52
  Dynamic: requires-python
@@ -0,0 +1,8 @@
1
+ lam/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ lam/lam.py,sha256=-ZevhAtS_QRRIJGeKGknkb71zLGe7KKGL1ED3ns8lyA,21113
3
+ lam_cli-0.1.4.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
4
+ lam_cli-0.1.4.dist-info/METADATA,sha256=X118bVMyM_XXtI_LF0QhNALoSxDxwJ_PUEGnI3JdaBE,1917
5
+ lam_cli-0.1.4.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
6
+ lam_cli-0.1.4.dist-info/entry_points.txt,sha256=iJSsJitcGMikKJ3Q9KNWxEy911oTrSxGSO1HiwcBrKE,40
7
+ lam_cli-0.1.4.dist-info/top_level.txt,sha256=WyM7-Ig60qQH9meqS293pEd83jrMtbvGJM8ALZOQCtA,4
8
+ lam_cli-0.1.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- lam/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- lam/lam.py,sha256=MrJKA_tFVEEvnhKJkMtrDbdL50bX27aJ0WUbP2dUJiU,20981
3
- lam_cli-0.1.3.dist-info/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
4
- lam_cli-0.1.3.dist-info/METADATA,sha256=urxYh-mNjUh3v-ggzB_gDIdp5JOa1aQPVKx9kPQGSio,1895
5
- lam_cli-0.1.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
- lam_cli-0.1.3.dist-info/entry_points.txt,sha256=iJSsJitcGMikKJ3Q9KNWxEy911oTrSxGSO1HiwcBrKE,40
7
- lam_cli-0.1.3.dist-info/top_level.txt,sha256=WyM7-Ig60qQH9meqS293pEd83jrMtbvGJM8ALZOQCtA,4
8
- lam_cli-0.1.3.dist-info/RECORD,,