ApiLogicServer 15.0.58__py3-none-any.whl → 15.0.60__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.
@@ -12,10 +12,10 @@ ApiLogicServer CLI: given a database url, create [and run] customizable ApiLogic
12
12
  Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
13
13
  '''
14
14
 
15
- __version__ = "15.00.58" # last public release: 15.00.52 (15.00.12)
15
+ __version__ = "15.00.60" # last public release: 15.00.52 (15.00.12)
16
16
  recent_changes = \
17
17
  f'\n\nRecent Changes:\n' +\
18
- "\t07/25/2024 - 15.00.58: system vibe support -- initial testing, build fix \n"\
18
+ "\t07/25/2024 - 15.00.60: confluent-kafka==2.6.0 for 3.13, system vibe support -- initial testing \n"\
19
19
  "\t07/20/2024 - 15.00.52: Python 3.13 compatibility fixes - psycopg2→psycopg3, SQLAlchemy 2.0+, pkg_resources→importlib.metadata. mgr dbs \n"\
20
20
  "\t07/17/2024 - 15.00.49: venv fix+, ext bldr * fix, copilot vibe tweaks - creation, mcp logic, basic_demo autonums \n"\
21
21
  "\t07/10/2024 - 15.00.41: copilot vibe support for logic, UI, MCP, bug[98] \n"\
@@ -13,7 +13,7 @@ For example, create Northwind and basic_demo like this:
13
13
  ```bash
14
14
  genai-logic create --project_name=nw --db_url=sqlite:///samples/dbs/nw.sqlite
15
15
 
16
- genai-logic create --project_name=basic_demo --db_url=sqlite:///samples/dbs/basic_demo
16
+ genai-logic create --project_name=basic_demo --db_url=sqlite:///samples/dbs/basic_demo.sqlite
17
17
  ```
18
18
 
19
19
  ## Database Connectivity
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ApiLogicServer
3
- Version: 15.0.58
3
+ Version: 15.0.60
4
4
  Author-email: Val Huber <apilogicserver@gmail.com>
5
5
  License-Expression: BSD-3-Clause
6
6
  Project-URL: Homepage, https://www.genai-logic.com
@@ -66,7 +66,7 @@ Requires-Dist: psutil==6.0.0
66
66
  Requires-Dist: pandas==2.2.2
67
67
  Requires-Dist: openpyxl==3.1.5
68
68
  Requires-Dist: GeoAlchemy2==0.12.5
69
- Requires-Dist: confluent-kafka==2.3.0
69
+ Requires-Dist: confluent-kafka==2.6.0
70
70
  Requires-Dist: translate==3.6.1
71
71
  Requires-Dist: libretranslatepy==2.1.1
72
72
  Requires-Dist: reportlab==4.2.0
@@ -1,5 +1,5 @@
1
1
  api_logic_server_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- api_logic_server_cli/api_logic_server.py,sha256=UbLp0zHkFtW4gNx-XiM-DyEwdKPMfaBrHSxvk19CuLo,103596
2
+ api_logic_server_cli/api_logic_server.py,sha256=wImMCMmAIM1fJhkxrzQ-mrPxJF7VGe2o33IxW98dd4o,103618
3
3
  api_logic_server_cli/api_logic_server_info.yaml,sha256=kmtXD4fOxapV6jpXO9rsmYe8mq9Bz0PvghUVbRMvVWM,128
4
4
  api_logic_server_cli/cli.py,sha256=gd_uHrUanp705EryYAdkY5D9LJJvvSEHUwoylm-G6sw,87355
5
5
  api_logic_server_cli/cli_args_base.py,sha256=7cVM6BeizwttYAwUu1FUyuLuvWufvgt0TFeA8FI6tu0,3304
@@ -793,7 +793,7 @@ api_logic_server_cli/prototypes/manager/.vscode/.copilot-instructions.md,sha256=
793
793
  api_logic_server_cli/prototypes/manager/.vscode/ApiLogicServer.code-workspace,sha256=yC_pOIZN5o5Qiw3t2kBPsiO01Mgp3VEbAizYx1T3aPI,282
794
794
  api_logic_server_cli/prototypes/manager/.vscode/launch.json,sha256=alh_fiuqMjY-uIk4ghfwyMs3y-U2dYr1W6rS9ncpNEY,33491
795
795
  api_logic_server_cli/prototypes/manager/.vscode/settings.json,sha256=Zj9oPObeI-KVh1l4b3uuF1vkezKomVqnhP241h6ZB-M,619
796
- api_logic_server_cli/prototypes/manager/samples/readme_samples.md,sha256=DnrKgO4byYk1zu2PxCuHfu--0lMAjPD_0LeMW7estLA,3153
796
+ api_logic_server_cli/prototypes/manager/samples/readme_samples.md,sha256=Ixk5QEhFixfLNWqu0GJYOlbqGBql2lOj0xfKsU80W7M,3160
797
797
  api_logic_server_cli/prototypes/manager/samples/dbs/readme_dbs.md,sha256=FvxzBqR00Kgc5Z76JOslHju6HYmsYOwkoARe_U-dnY0,570
798
798
  api_logic_server_cli/prototypes/manager/samples/docker_samples/run_sample_docker.sh,sha256=P_p_w4qu6Uw_JxTNCmej7XV8cdwCMUnq2HMrN5bFuZs,860
799
799
  api_logic_server_cli/prototypes/manager/samples/docker_samples/run_web_genai.sh,sha256=vA8dxmnau59OQ1NPvDP0O65fmSVQLcfk4TjFM3kLE-o,127
@@ -2264,9 +2264,9 @@ api_logic_server_cli/tools/mini_skel/database/system/SAFRSBaseX.py,sha256=p8C7AF
2264
2264
  api_logic_server_cli/tools/mini_skel/database/system/TestDataBase.py,sha256=U02SYqThsbY5g3DX7XGaiMxjZBuOpzvtPS6RfI1WQFg,371
2265
2265
  api_logic_server_cli/tools/mini_skel/logic/declare_logic.py,sha256=fTrlHyqMeZsw_TyEXFa1VlYBL7fzjZab5ONSXO7aApo,175
2266
2266
  api_logic_server_cli/tools/mini_skel/logic/load_verify_rules.py,sha256=Rr5bySJpYCZmNPF2h-phcPJ53nAOPcT_ohZpCD93-a0,7530
2267
- apilogicserver-15.0.58.dist-info/licenses/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
2268
- apilogicserver-15.0.58.dist-info/METADATA,sha256=BqHpzi5mFlS3OeeUU6M9g_wusLE--g3kn6jDeifLtog,6653
2269
- apilogicserver-15.0.58.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2270
- apilogicserver-15.0.58.dist-info/entry_points.txt,sha256=W9EVNvf09h8n6rJChmVj2gzxVQ6BXXZa2x3wri0lFGc,259
2271
- apilogicserver-15.0.58.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
2272
- apilogicserver-15.0.58.dist-info/RECORD,,
2267
+ apilogicserver-15.0.60.dist-info/licenses/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
2268
+ apilogicserver-15.0.60.dist-info/METADATA,sha256=epNpQGGfMm_iNVBp3U4-WjNX4SFW9msUGGSTe_umdPo,6653
2269
+ apilogicserver-15.0.60.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2270
+ apilogicserver-15.0.60.dist-info/entry_points.txt,sha256=W9EVNvf09h8n6rJChmVj2gzxVQ6BXXZa2x3wri0lFGc,259
2271
+ apilogicserver-15.0.60.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
2272
+ apilogicserver-15.0.60.dist-info/RECORD,,