ApiLogicServer 15.1.2__py3-none-any.whl → 15.1.3__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,9 +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.01.02" # last public release: 15.00.65
15
+ __version__ = "15.01.03" # last public release: 15.00.65
16
16
  recent_changes = \
17
17
  f'\n\nRecent Changes:\n' +\
18
+ "\t08/17/2024 - 15.01.03: LogicBanl 01.30, with fix for copy_children[19] \n"\
18
19
  "\t08/13/2024 - 15.01.02: Id vs ID in codegen (parent_accessor_from_fk: [#100]), pyodbc fix in blt \n"\
19
20
  "\t08/09/2024 - 15.01.00: improved vibe instructions \n"\
20
21
  "\t08/06/2024 - 15.00.65: instructions for custom API endpoints, behave testing \n"\
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ApiLogicServer
3
- Version: 15.1.2
3
+ Version: 15.1.3
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
@@ -48,7 +48,7 @@ Requires-Dist: Flask-Login==0.6.2
48
48
  Requires-Dist: Flask-OpenID==1.3.0
49
49
  Requires-Dist: python-dotenv==0.15.0
50
50
  Requires-Dist: email-validator==1.1.1
51
- Requires-Dist: LogicBank>=1.20.26
51
+ Requires-Dist: LogicBank>=1.30.00
52
52
  Requires-Dist: cryptography==36.0.1
53
53
  Requires-Dist: rsa
54
54
  Requires-Dist: PyMySQL==1.0.3
@@ -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=kgbASPVQXYR37V3I7S7KiVW7Fw8yKqDAWAwtlKXBbv4,104113
2
+ api_logic_server_cli/api_logic_server.py,sha256=zp0DJWBVUPPrSLj8Ftn_tbC3_0ouZx54jeIVmHckt54,104196
3
3
  api_logic_server_cli/api_logic_server_info.yaml,sha256=1nZB5njl0Ug0abJz_PQft7Jb9K6UVkkp3anYY0goMd8,235
4
4
  api_logic_server_cli/cli.py,sha256=tlFXb3c9X1RzJttSNjVW-6L5gwGgC2MK7HGWFZXA-QQ,87355
5
5
  api_logic_server_cli/cli_args_base.py,sha256=7cVM6BeizwttYAwUu1FUyuLuvWufvgt0TFeA8FI6tu0,3304
@@ -2769,9 +2769,9 @@ api_logic_server_cli/tools/mini_skel/database/system/SAFRSBaseX.py,sha256=p8C7AF
2769
2769
  api_logic_server_cli/tools/mini_skel/database/system/TestDataBase.py,sha256=U02SYqThsbY5g3DX7XGaiMxjZBuOpzvtPS6RfI1WQFg,371
2770
2770
  api_logic_server_cli/tools/mini_skel/logic/declare_logic.py,sha256=fTrlHyqMeZsw_TyEXFa1VlYBL7fzjZab5ONSXO7aApo,175
2771
2771
  api_logic_server_cli/tools/mini_skel/logic/load_verify_rules.py,sha256=Rr5bySJpYCZmNPF2h-phcPJ53nAOPcT_ohZpCD93-a0,7530
2772
- apilogicserver-15.1.2.dist-info/licenses/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
2773
- apilogicserver-15.1.2.dist-info/METADATA,sha256=zTIM4Wgk8jG945E3YAKDFS3tFwxorOEBQM4ZAfa4eWI,6652
2774
- apilogicserver-15.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2775
- apilogicserver-15.1.2.dist-info/entry_points.txt,sha256=W9EVNvf09h8n6rJChmVj2gzxVQ6BXXZa2x3wri0lFGc,259
2776
- apilogicserver-15.1.2.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
2777
- apilogicserver-15.1.2.dist-info/RECORD,,
2772
+ apilogicserver-15.1.3.dist-info/licenses/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
2773
+ apilogicserver-15.1.3.dist-info/METADATA,sha256=r3GOiWkMsdgKriIk3qDTyB1nvmZ9PtWFiH2XG9ALpjo,6652
2774
+ apilogicserver-15.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2775
+ apilogicserver-15.1.3.dist-info/entry_points.txt,sha256=W9EVNvf09h8n6rJChmVj2gzxVQ6BXXZa2x3wri0lFGc,259
2776
+ apilogicserver-15.1.3.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
2777
+ apilogicserver-15.1.3.dist-info/RECORD,,