gibson-cli 0.1.2__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.
- gibson/api/BaseApi.py +112 -0
- {api → gibson/api}/Cli.py +21 -59
- {bin → gibson/bin}/gibson.py +2 -2
- {command → gibson/command}/Api.py +5 -6
- {command → gibson/command}/Base.py +4 -5
- {command → gibson/command}/BaseCommand.py +2 -2
- {command → gibson/command}/Build.py +2 -3
- {command → gibson/command}/Code.py +12 -11
- {command → gibson/command}/Conf.py +1 -1
- {command → gibson/command}/Dev.py +2 -3
- {command → gibson/command}/Import.py +4 -5
- {command → gibson/command}/List.py +2 -3
- {command → gibson/command}/Merge.py +2 -3
- {command → gibson/command}/Model.py +4 -5
- {command → gibson/command}/Models.py +4 -5
- {command → gibson/command}/Modify.py +2 -3
- {command → gibson/command}/Module.py +2 -3
- {command → gibson/command}/New.py +2 -3
- {command → gibson/command}/OpenApi.py +2 -3
- {command → gibson/command}/Question.py +2 -3
- {command → gibson/command}/Remove.py +3 -4
- {command → gibson/command}/Rename.py +3 -4
- {command → gibson/command}/Rewrite.py +3 -3
- {command → gibson/command}/Schema.py +4 -5
- {command → gibson/command}/Schemas.py +4 -5
- {command → gibson/command}/Test.py +4 -5
- {command → gibson/command}/Tests.py +4 -5
- {command → gibson/command}/Version.py +2 -2
- {command → gibson/command}/WarGames.py +2 -3
- {command → gibson/command}/auth/Auth.py +3 -3
- gibson/command/auth/Login.py +20 -0
- {command → gibson/command}/auth/Logout.py +1 -1
- {command → gibson/command}/tests/test_command_BaseCommand.py +2 -2
- {command → gibson/command}/tests/test_command_Conf.py +2 -2
- {conf → gibson/conf}/Dev.py +4 -4
- {conf → gibson/conf}/tests/test_conf_Dependencies.py +1 -1
- {conf → gibson/conf}/tests/test_conf_Platform.py +1 -1
- {core → gibson/core}/CommandRouter.py +34 -34
- gibson/core/Completions.py +35 -0
- {core → gibson/core}/Configuration.py +24 -11
- {core → gibson/core}/Conversation.py +8 -5
- {core → gibson/core}/Env.py +2 -2
- {core → gibson/core}/Memory.py +1 -1
- gibson/data/bash-completion.tmpl +96 -0
- {db → gibson/db}/tests/test_db_TableExceptions.py +1 -1
- {dev → gibson/dev}/Dev.py +2 -11
- {display → gibson/display}/tests/test_display_Header.py +1 -1
- {display → gibson/display}/tests/test_display_WorkspaceFooter.py +1 -1
- {display → gibson/display}/tests/test_display_WorkspaceHeader.py +1 -1
- {lang → gibson/lang}/Python.py +1 -1
- {lang → gibson/lang}/tests/test_lang_Python.py +1 -1
- {services → gibson/services}/auth/Server.py +11 -6
- {services → gibson/services}/code/context/schema/EntityKeys.py +3 -3
- {services → gibson/services}/code/context/schema/Manager.py +2 -2
- {services → gibson/services}/code/context/schema/tests/test_code_context_schema_DataDictionary.py +1 -1
- {services → gibson/services}/code/context/schema/tests/test_code_context_schema_EntityKeys.py +4 -4
- {services → gibson/services}/code/context/schema/tests/test_code_context_schema_Manager.py +2 -2
- {services → gibson/services}/code/customization/Authenticator.py +2 -2
- {services → gibson/services}/code/customization/BaseCustomization.py +1 -1
- {services → gibson/services}/code/customization/CustomizationManager.py +2 -2
- {services → gibson/services}/code/customization/tests/test_code_customization_Authenticator.py +2 -2
- {services → gibson/services}/code/customization/tests/test_code_customization_BaseCustomization.py +2 -2
- {structure → gibson/structure}/Entity.py +2 -2
- {structure → gibson/structure}/keys/ForeignKey.py +1 -1
- {structure → gibson/structure}/keys/Index.py +1 -1
- {structure → gibson/structure}/keys/tests/test_ForeignKey.py +2 -2
- {structure → gibson/structure}/keys/tests/test_Index.py +1 -1
- {structure → gibson/structure}/keys/tests/test_IndexAttribute.py +1 -1
- {structure → gibson/structure}/testing.py +1 -1
- {structure → gibson/structure}/tests/test_Entity.py +5 -5
- gibson/tests/test_Env.py +14 -0
- gibson/tests/test_Memory.py +89 -0
- gibson/tests/test_utils.py +20 -0
- {gibson_cli-0.1.2.dist-info → gibson_cli-0.1.4.dist-info}/METADATA +1 -1
- gibson_cli-0.1.4.dist-info/RECORD +108 -0
- {gibson_cli-0.1.2.dist-info → gibson_cli-0.1.4.dist-info}/WHEEL +1 -1
- gibson_cli-0.1.4.dist-info/entry_points.txt +2 -0
- gibson_cli-0.1.4.dist-info/top_level.txt +1 -0
- api/BaseApi.py +0 -45
- command/auth/Login.py +0 -20
- gibson_cli-0.1.2.dist-info/RECORD +0 -103
- gibson_cli-0.1.2.dist-info/entry_points.txt +0 -2
- gibson_cli-0.1.2.dist-info/top_level.txt +0 -12
- {command → gibson/command}/Count.py +0 -0
- {command → gibson/command}/Forget.py +0 -0
- {command → gibson/command}/Show.py +0 -0
- {command → gibson/command}/Tree.py +0 -0
- {conf → gibson/conf}/Api.py +0 -0
- {conf → gibson/conf}/Code.py +0 -0
- {conf → gibson/conf}/Custom.py +0 -0
- {conf → gibson/conf}/Datastore.py +0 -0
- {conf → gibson/conf}/Dependencies.py +0 -0
- {conf → gibson/conf}/Frameworks.py +0 -0
- {conf → gibson/conf}/Modeler.py +0 -0
- {conf → gibson/conf}/Paths.py +0 -0
- {conf → gibson/conf}/Platform.py +0 -0
- {conf → gibson/conf}/Project.py +0 -0
- {conf → gibson/conf}/Version.py +0 -0
- {conf → gibson/conf}/dev/Api.py +0 -0
- {conf → gibson/conf}/dev/Base.py +0 -0
- {conf → gibson/conf}/dev/Model.py +0 -0
- {conf → gibson/conf}/dev/Schema.py +0 -0
- {core → gibson/core}/TimeKeeper.py +0 -0
- {core → gibson/core}/utils.py +0 -0
- {data → gibson/data}/default-ref-table.tmpl +0 -0
- {data → gibson/data}/default-table.tmpl +0 -0
- {db → gibson/db}/TableExceptions.py +0 -0
- {display → gibson/display}/Header.py +0 -0
- {display → gibson/display}/WorkspaceFooter.py +0 -0
- {display → gibson/display}/WorkspaceHeader.py +0 -0
- {services → gibson/services}/code/context/schema/DataDictionary.py +0 -0
- {structure → gibson/structure}/constraints/ReferenceConstraint.py +0 -0
- {structure → gibson/structure}/keys/IndexAttribute.py +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
import pytest
|
2
2
|
|
3
|
-
from structure.constraints.ReferenceConstraint import ReferenceConstraint
|
4
|
-
from structure.keys.ForeignKey import ForeignKey
|
3
|
+
from gibson.structure.constraints.ReferenceConstraint import ReferenceConstraint
|
4
|
+
from gibson.structure.keys.ForeignKey import ForeignKey
|
5
5
|
|
6
6
|
|
7
7
|
def test_sql_exceptions():
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import pytest
|
2
2
|
|
3
|
-
from structure.constraints.ReferenceConstraint import ReferenceConstraint
|
4
|
-
from structure.Entity import Entity
|
5
|
-
from structure.keys.ForeignKey import ForeignKey
|
6
|
-
from structure.keys.Index import Index
|
7
|
-
from structure.testing import (
|
3
|
+
from gibson.structure.constraints.ReferenceConstraint import ReferenceConstraint
|
4
|
+
from gibson.structure.Entity import Entity
|
5
|
+
from gibson.structure.keys.ForeignKey import ForeignKey
|
6
|
+
from gibson.structure.keys.Index import Index
|
7
|
+
from gibson.structure.testing import (
|
8
8
|
structure_testing_get_entity,
|
9
9
|
structure_testing_get_struct_data,
|
10
10
|
)
|
gibson/tests/test_Env.py
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
import pytest
|
2
|
+
|
3
|
+
from gibson.core.Configuration import Configuration
|
4
|
+
from gibson.core.Env import Env
|
5
|
+
|
6
|
+
|
7
|
+
def test_verify_language_exception():
|
8
|
+
configuration = Configuration()
|
9
|
+
configuration.project.code.language = "invalid"
|
10
|
+
|
11
|
+
with pytest.raises(RuntimeError) as e:
|
12
|
+
Env().verify(configuration)
|
13
|
+
|
14
|
+
assert str(e.value) == 'unrecognized language "invalid"'
|
@@ -0,0 +1,89 @@
|
|
1
|
+
from gibson.core.Configuration import Configuration
|
2
|
+
from gibson.core.Memory import Memory
|
3
|
+
|
4
|
+
|
5
|
+
def test_recall_merged_no_entities():
|
6
|
+
memory = Memory(Configuration())
|
7
|
+
memory.entities = None
|
8
|
+
memory.last = None
|
9
|
+
|
10
|
+
assert memory.recall_merged() == []
|
11
|
+
|
12
|
+
|
13
|
+
def test_recall_merged_entities_only():
|
14
|
+
memory = Memory(Configuration())
|
15
|
+
memory.entities = [{"definition": "abc", "name": "def"}]
|
16
|
+
memory.last = None
|
17
|
+
|
18
|
+
assert memory.recall_merged() == [{"definition": "abc", "name": "def"}]
|
19
|
+
|
20
|
+
|
21
|
+
def test_recall_merged_last_only():
|
22
|
+
memory = Memory(Configuration())
|
23
|
+
memory.entities = None
|
24
|
+
memory.last = {"entities": [{"definition": "abc", "name": "def"}]}
|
25
|
+
|
26
|
+
assert memory.recall_merged() == [{"definition": "abc", "name": "def"}]
|
27
|
+
|
28
|
+
|
29
|
+
def test_recall_merged_no_overlap():
|
30
|
+
memory = Memory(Configuration())
|
31
|
+
memory.entities = [{"definition": "abc", "name": "def"}]
|
32
|
+
memory.last = {"entities": [{"definition": "ghi", "name": "jkl"}]}
|
33
|
+
|
34
|
+
assert memory.recall_merged() == [
|
35
|
+
{"definition": "ghi", "name": "jkl"},
|
36
|
+
{"definition": "abc", "name": "def"},
|
37
|
+
]
|
38
|
+
|
39
|
+
|
40
|
+
def test_recall_merged_overlap():
|
41
|
+
memory = Memory(Configuration())
|
42
|
+
memory.entities = [
|
43
|
+
{"definition": "abc", "name": "def"},
|
44
|
+
{"definition": "ghi", "name": "jkl"},
|
45
|
+
]
|
46
|
+
memory.last = {
|
47
|
+
"entities": [
|
48
|
+
{"definition": "xyz", "name": "def"},
|
49
|
+
{"definition": "mno", "name": "pqr"},
|
50
|
+
]
|
51
|
+
}
|
52
|
+
|
53
|
+
assert memory.recall_merged() == [
|
54
|
+
{"definition": "xyz", "name": "def"},
|
55
|
+
{"definition": "mno", "name": "pqr"},
|
56
|
+
{"definition": "ghi", "name": "jkl"},
|
57
|
+
]
|
58
|
+
|
59
|
+
|
60
|
+
def test_recall_entity_none():
|
61
|
+
memory = Memory(Configuration())
|
62
|
+
memory.entities = None
|
63
|
+
memory.last = None
|
64
|
+
|
65
|
+
assert memory.recall_entity("abc") is None
|
66
|
+
|
67
|
+
|
68
|
+
def test_recall_entity_entities():
|
69
|
+
memory = Memory(Configuration())
|
70
|
+
memory.entities = [{"definition": "abc", "name": "def"}]
|
71
|
+
memory.last = None
|
72
|
+
|
73
|
+
assert memory.recall_entity("def") == {"definition": "abc", "name": "def"}
|
74
|
+
|
75
|
+
|
76
|
+
def test_recall_entity_last():
|
77
|
+
memory = Memory(Configuration())
|
78
|
+
memory.entities = None
|
79
|
+
memory.last = {"entities": [{"definition": "abc", "name": "def"}]}
|
80
|
+
|
81
|
+
assert memory.recall_entity("def") == {"definition": "abc", "name": "def"}
|
82
|
+
|
83
|
+
|
84
|
+
def test_recall_entity_prefer_last():
|
85
|
+
memory = Memory(Configuration())
|
86
|
+
memory.entities = [{"definition": "abc", "name": "def"}]
|
87
|
+
memory.last = {"entities": [{"definition": "xyz", "name": "def"}]}
|
88
|
+
|
89
|
+
assert memory.recall_entity("def") == {"definition": "xyz", "name": "def"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
from gibson.core.utils import (
|
2
|
+
utils_entity_name_to_class_name,
|
3
|
+
utils_extract_module_name,
|
4
|
+
utils_is_ref_table,
|
5
|
+
)
|
6
|
+
|
7
|
+
|
8
|
+
def test_entity_name_to_class_name():
|
9
|
+
assert utils_entity_name_to_class_name("abc_def_ghi") == "AbcDefGhi"
|
10
|
+
|
11
|
+
|
12
|
+
def test_extract_module_name():
|
13
|
+
assert utils_extract_module_name("abc_def_ghi") == "abc"
|
14
|
+
|
15
|
+
|
16
|
+
def test_is_ref_table():
|
17
|
+
assert utils_is_ref_table("abc") is False
|
18
|
+
assert utils_is_ref_table("abc_def") is False
|
19
|
+
assert utils_is_ref_table("abc_ref") is True
|
20
|
+
assert utils_is_ref_table("abc_ref_def") is True
|
@@ -0,0 +1,108 @@
|
|
1
|
+
gibson/api/BaseApi.py,sha256=SgEsVvEJ0t4U2jwJ-dp6YLVdBjh15pAOuT_wPQYn_v0,3233
|
2
|
+
gibson/api/Cli.py,sha256=WT2EvEwUJgfM2klxKBSMaDFWrO1maImo9LSeJM4-Eho,7146
|
3
|
+
gibson/bin/gibson.py,sha256=N1mAWaww9pw8s5u0et87FC5cFHVU6JzN4Kls3lDn-xw,354
|
4
|
+
gibson/command/Api.py,sha256=sSvAqEJXdgQjYcu0uiM6ndHE3GnfkfVL6eqP2Otkbww,1002
|
5
|
+
gibson/command/Base.py,sha256=eqp9e3XlCpGt4j_aR2htsQnICgkZT6GWeQblCFM792g,819
|
6
|
+
gibson/command/BaseCommand.py,sha256=mmWUO0FxjMCbv3cHWnnasfAWnU_hTuGHUsRVJ4hUcqM,777
|
7
|
+
gibson/command/Build.py,sha256=ATKN6HJs5egheDKJ_7eYxuxdYLDJHEZjEZLZ5bdlS54,2571
|
8
|
+
gibson/command/Code.py,sha256=7ToeAWcB0JsjQE76VJyLC-KJGN3wwZY_ag8XQB6yPbQ,6824
|
9
|
+
gibson/command/Conf.py,sha256=Wy8ybYAAnEtO6qPUyhVPAZdMayI0GHZNjMDTKSaIKsU,2390
|
10
|
+
gibson/command/Count.py,sha256=xsYPRXP8TrW0T8P6uhjuovc28oR2iQgukL81eLoMpOc,976
|
11
|
+
gibson/command/Dev.py,sha256=Vc9gnJ2gl_vmlS51Wksk7z46I4i3MGkEAS3ZCg-aEI0,4238
|
12
|
+
gibson/command/Forget.py,sha256=iM8SdUMMdiw8Vbn3bJ6dgdnNXg-MIt3VM4G1ix3Kei4,1058
|
13
|
+
gibson/command/Import.py,sha256=g-047rI3WbfIN0bovSq16zy7V-opRQUWYKLURl8lgyI,3690
|
14
|
+
gibson/command/List.py,sha256=QgY2ycBxd6-z-qwXJ6JbCL1W_E0EiwAC8lTYCZ-Xgvg,2174
|
15
|
+
gibson/command/Merge.py,sha256=zJme8FIVbabJCPFhRjR1J3R7TDoqtGJtLsnErkx5Uw0,1089
|
16
|
+
gibson/command/Model.py,sha256=wBGBCdTJo7Y1nSzGyFbXuoV6vSNQVYm5V8I9CPuYuV8,1229
|
17
|
+
gibson/command/Models.py,sha256=I_OdeN0n-CSsc7-EnHKskeq7RNs76QYrN8aMdnbxrZY,931
|
18
|
+
gibson/command/Modify.py,sha256=y1rnHW9UEe9Y2u6xDy1tmO-ys4kZLSGyknlhzPsXqdE,1276
|
19
|
+
gibson/command/Module.py,sha256=ZaiRiv_kVCRpWwwpDyDrvloocwH_wcL0XXyRldIpj00,1280
|
20
|
+
gibson/command/New.py,sha256=aiWzoZc3Zj7OC2GhnS4pzPHZ-sduDV1-TOng2giE7TM,1157
|
21
|
+
gibson/command/OpenApi.py,sha256=c9LM_sXJr5W7hInur02kNGbUK9i3ZBROzKgy_oThXWI,4341
|
22
|
+
gibson/command/Question.py,sha256=bfAkfhSdNAfFqWp18Nv4CzdtFTCDW5BQaLxEci6V8H0,3748
|
23
|
+
gibson/command/Remove.py,sha256=GRq5vZXK-ADKhRdye7ehm1kmMoMuQe8XF_hbEMx2gy0,2390
|
24
|
+
gibson/command/Rename.py,sha256=OYF0h3YDPycUrny-K8IOZjCEUEa9H4RtRbuIjTka-g4,2220
|
25
|
+
gibson/command/Rewrite.py,sha256=IfKdMOmHYy_oXBASXLwBftUIwDc-yZKi1P6A1u3iyZM,3132
|
26
|
+
gibson/command/Schema.py,sha256=w47Z2klLAUSGx8Ln6iCWCVuZtz6cHBMc_i4ru7DqhyI,1233
|
27
|
+
gibson/command/Schemas.py,sha256=QHuRG0PIYFuZqa-lSZ6KXTHcqrI_TuK9nZid6YaqepM,934
|
28
|
+
gibson/command/Show.py,sha256=oNGKeNfEo6Qz1n4rJIRjlLuHWHWs5lB0TWE8Vn3hE2U,1190
|
29
|
+
gibson/command/Test.py,sha256=7M7zVo9_dPGZ_hWlN9HcvuqHdpw1-Lc4--eK2fS7j10,1228
|
30
|
+
gibson/command/Tests.py,sha256=4aMGYCn-VQ5anQdPMDR6cNSR9I3LvMDywplXBWNmfas,931
|
31
|
+
gibson/command/Tree.py,sha256=JWvUimeHWY5-6vEh6axTkhAdI-dVTxbKSjx_4isAAx8,3041
|
32
|
+
gibson/command/Version.py,sha256=Dbi1Mg56oRahWF-hxfCGFwRUli7vYguoCKKkJv-c7MI,227
|
33
|
+
gibson/command/WarGames.py,sha256=V0KIpz-Z546qtQaOPdIVHQ6wp2n3r3M3tgKx-GRQzzU,1300
|
34
|
+
gibson/command/auth/Auth.py,sha256=7R4Xt9NrkkSg8yYZeWi0VdhqCCK8ved2JUBdCbrMMZ8,717
|
35
|
+
gibson/command/auth/Login.py,sha256=QpIQirzCAl_bDfV7zZLZKJIj2NGqTzmr6PDN000DIfI,746
|
36
|
+
gibson/command/auth/Logout.py,sha256=9fs_iNdJdcdsE7q5Yi0XzqH_A0w8uqP34YZ6PWcZ3Pg,212
|
37
|
+
gibson/command/tests/test_command_BaseCommand.py,sha256=hSbBfLFI3RTp_DdEHtm5oOLWoN6drI6ucFJypi7xxV8,364
|
38
|
+
gibson/command/tests/test_command_Conf.py,sha256=NhN8tIZ_lwP0fV4jtplaxJbO3GTozsQVmiV5j1BNbxQ,583
|
39
|
+
gibson/conf/Api.py,sha256=GM9okYs1A8ujPjDwzziOoQpqRYFkr-dz5pgkfb6j4DI,59
|
40
|
+
gibson/conf/Code.py,sha256=3Bd5kxCbgWaUOyYLRejOO_SqM9spGk1dYAf2hYzuDSw,199
|
41
|
+
gibson/conf/Custom.py,sha256=7S5v3bQK3UKuGUMTrAJeubWqszDtMlJI19-yOXk1TFs,101
|
42
|
+
gibson/conf/Datastore.py,sha256=PVAnysrk4wH1oCWxTUaakH2_x83Zpm4vzD1ELhfMDSw,90
|
43
|
+
gibson/conf/Dependencies.py,sha256=DZxyFtDR_3QpmsZbHApJFSeA7uYrMX1Bdx4lZKJ49Uo,891
|
44
|
+
gibson/conf/Dev.py,sha256=nMjKmRrJbNIsMqQRFo8f68Lx-hSU-lihvLvhj0Safzg,344
|
45
|
+
gibson/conf/Frameworks.py,sha256=Dv5iqeVe0JmNCKX5a-6S_dCrx7WZyI3qkTAFX6JWfDU,173
|
46
|
+
gibson/conf/Modeler.py,sha256=RayW3VFD_2nCFXZepfEcCXTUX2tWd7WtOjHULNVCai8,67
|
47
|
+
gibson/conf/Paths.py,sha256=NHJ_YLzmTIUUVLvtZornRdl1xPSluSmpFlMNsnqonxA,192
|
48
|
+
gibson/conf/Platform.py,sha256=ai7bLab2Ak_zWiANJH78Pj3YjTlTCQ1EEtkFaVDijOc,307
|
49
|
+
gibson/conf/Project.py,sha256=2lc_rr7giu1aGA4Ue4sU3Ey8-_yB2orLM1cw8f9zcdo,440
|
50
|
+
gibson/conf/Version.py,sha256=a1VNbiIj5E7m-PmH_pWBVFNf8Iu8zACSJ_qPNdtI9b0,89
|
51
|
+
gibson/conf/dev/Api.py,sha256=EKZwy-3h7NxLdP6AYtwyTpJhD1kdQN6gVLuWw4_2KC8,158
|
52
|
+
gibson/conf/dev/Base.py,sha256=HisA87syPa5sJFjfjyxWRkLIKuVM5CtAkwW3f2zJx5Y,72
|
53
|
+
gibson/conf/dev/Model.py,sha256=HbHRX3VDxR7hXlzuxkKw4Bf7FH6XMfQ96k9BeIUoBf4,73
|
54
|
+
gibson/conf/dev/Schema.py,sha256=kOSlX1jEyVb82xd8TO8jEAimLcaefIFJr6d2JYvyTqg,74
|
55
|
+
gibson/conf/tests/test_conf_Dependencies.py,sha256=LITeeYiqXM5rKkyWFBqcnMvUR5pzDRuHVAngH372jWc,116
|
56
|
+
gibson/conf/tests/test_conf_Platform.py,sha256=Zc53IsZmV-hT9VRrZEPNrsuehSdWnJXWKGMmOhEqWHo,138
|
57
|
+
gibson/core/CommandRouter.py,sha256=jYKWpsCQGLjuCPkg7C8PPBnS07AddrUv3APTqB0s2C0,9558
|
58
|
+
gibson/core/Completions.py,sha256=r9GL-da-mq2HftWs2rmxnmasMEkJ3MMhzOn02YZE9sE,1116
|
59
|
+
gibson/core/Configuration.py,sha256=6EX8vh7qf15OB1hDfr2lYyKz6r-nB3KG0ltiax80_dU,14300
|
60
|
+
gibson/core/Conversation.py,sha256=rKSfJao5VGj1WyWHjfbKnYqWS9j0fPmDCF5uX9e04zs,8196
|
61
|
+
gibson/core/Env.py,sha256=7HFKGah25KjLelyOjYS8ylR6yDScT6utyZe7HdB3aRE,431
|
62
|
+
gibson/core/Memory.py,sha256=Anauq7vx883Bg5djoZCVyvAJBQeMtqQLzZtNecJMpZc,3921
|
63
|
+
gibson/core/TimeKeeper.py,sha256=0mzs04wizjGEJbiQFWZyi4ja4XgeJaDqc0JzPCHp9po,250
|
64
|
+
gibson/core/utils.py,sha256=KTnPvA3sUYnLFTZG7Tke5YEdls8Da0rNbeaOm8hapiU,408
|
65
|
+
gibson/data/bash-completion.tmpl,sha256=d9oGeuTjD7Dm_rp5ojjcAyIxy8W_5rK7IPO60CyWMkw,2383
|
66
|
+
gibson/data/default-ref-table.tmpl,sha256=cVqjTsmHDjmTGrbDEpNHaDG-GX1iWMzsQDXk5TASEXg,123
|
67
|
+
gibson/data/default-table.tmpl,sha256=4t7SmXBuZN4nV5SjuQp6PBdo0-c3hdRnl8TQ2wdaS3w,247
|
68
|
+
gibson/db/TableExceptions.py,sha256=F1NGHDhusg9E_3tLez1_abrbANtWyR0UtC_wE9CwNFE,137
|
69
|
+
gibson/db/tests/test_db_TableExceptions.py,sha256=PjZiIqfE-sr3zDR744qyMPJktI94fJsIPDbjIYOBHoM,222
|
70
|
+
gibson/dev/Dev.py,sha256=O-GiMATpVd9kYHsVfbHaC-Omh17HQ8FalFQNelfxh2s,2544
|
71
|
+
gibson/display/Header.py,sha256=moTxePVMNhtpeFtcI9EhnnLSK1gHIQiwYiWQtBPq_bY,298
|
72
|
+
gibson/display/WorkspaceFooter.py,sha256=1-PsPtLcC7xUZLwufSSaVo9caXuyZEwfR_iZatxwHF4,316
|
73
|
+
gibson/display/WorkspaceHeader.py,sha256=1oyyhZJF6C0SUCY2Cs_VkXt5Plp8xLb51XWa278l9mo,217
|
74
|
+
gibson/display/tests/test_display_Header.py,sha256=I1GmB9RRa80rcYtgm3YXtpugdp5obca94zBVjmREYCY,324
|
75
|
+
gibson/display/tests/test_display_WorkspaceFooter.py,sha256=96syJutXZWbGOLiAS5SkRZjwEAgj0E0t-uTT85BJe_w,359
|
76
|
+
gibson/display/tests/test_display_WorkspaceHeader.py,sha256=9FuNLOkCAyFSDaonZbLQhLJSizc7bI2HAz3z1ifJlYs,316
|
77
|
+
gibson/lang/Python.py,sha256=0QFqEFEmpRYB9ZpjbJZCAQFAg4eSAWg0bogDTaXpEgY,1680
|
78
|
+
gibson/lang/tests/test_lang_Python.py,sha256=exebkaJXOQs6rtBf-5LSpbIARFb6oNqxT6oMWC2K2Tg,1968
|
79
|
+
gibson/services/auth/Server.py,sha256=j8pjO8R6AUeFJnK2GI9H-C5YQcMlg1rliR08H4qy_CI,1953
|
80
|
+
gibson/services/code/context/schema/DataDictionary.py,sha256=zWLzxOzW8iMHxfXPEwnnbruEAtFa8j1UpghNd4AHzfA,369
|
81
|
+
gibson/services/code/context/schema/EntityKeys.py,sha256=rmCABPloMckvzfq9Gwx6DRP-RdmEwXarkpMR4boIQwQ,1569
|
82
|
+
gibson/services/code/context/schema/Manager.py,sha256=I_xcPrcE2nFJmBEXcIoJQ9lxKfWNQYHOEZNP0i9aYuY,906
|
83
|
+
gibson/services/code/context/schema/tests/test_code_context_schema_DataDictionary.py,sha256=YkWrE1lzpR0amIeQC7lTUCSp54FRMGJrkfmu1FeOI7M,364
|
84
|
+
gibson/services/code/context/schema/tests/test_code_context_schema_EntityKeys.py,sha256=i--xVPHNw7Ks8kkuv9GmSbpp0BuMMKTGtPBY1HwT-60,2114
|
85
|
+
gibson/services/code/context/schema/tests/test_code_context_schema_Manager.py,sha256=FiQFpFmJjv9g46QjmBjGVF3yz1GF0Q42j0fvZm5ZOYw,1230
|
86
|
+
gibson/services/code/customization/Authenticator.py,sha256=kbE-zXfUaY_8F9g3CCQrt5zPbcUMwumJbePHc_GLc0Y,1579
|
87
|
+
gibson/services/code/customization/BaseCustomization.py,sha256=9a3S6KQEVXevqIv7q9BrPTP-luB2FsM0ULkSxEkYVrs,293
|
88
|
+
gibson/services/code/customization/CustomizationManager.py,sha256=wCwmN1S5lVQVsZyg2_Rwb7NW5kq-loWoJ466bUw6UVw,584
|
89
|
+
gibson/services/code/customization/tests/test_code_customization_Authenticator.py,sha256=kKExkLfKPpRA2NQH3fvRCuBEMhCGhR-IvNJqXuyBz3c,1949
|
90
|
+
gibson/services/code/customization/tests/test_code_customization_BaseCustomization.py,sha256=jaEwxxoU7d9ziOtfF21NPmZX2qSRpa-kz_8Ju9BKGts,412
|
91
|
+
gibson/structure/Entity.py,sha256=_WBrxgQ2wE6Q6XNS8tFMS0pNEpr09TC3aEn4Q8jG41o,3532
|
92
|
+
gibson/structure/testing.py,sha256=ACXnTPr6sFOtfw_lTmMYLdcZ-TEtNkBJuptbpLC2eQQ,7552
|
93
|
+
gibson/structure/constraints/ReferenceConstraint.py,sha256=5zzKk--A2Bu1ZsN8QqS4jNILwq_BhOrV-f26WHKz5I0,1145
|
94
|
+
gibson/structure/keys/ForeignKey.py,sha256=S05vz_U_K7PBPolL0OOvz0F1ub_-e1IZF79ccEyo5nM,1237
|
95
|
+
gibson/structure/keys/Index.py,sha256=5U81zveraJzoGHOj7ur29mqdK_VJiEfOL9hl4tTTHN4,1701
|
96
|
+
gibson/structure/keys/IndexAttribute.py,sha256=GL-ma2v_GidZ6jjIlFc6IWKe4Gtg4UJUlqf1cYisqS0,298
|
97
|
+
gibson/structure/keys/tests/test_ForeignKey.py,sha256=Z1on0UgjXyv73Eitlqh7iPkySea0gNYO43igH7vdedY,2275
|
98
|
+
gibson/structure/keys/tests/test_Index.py,sha256=uV2ftbbx9_87uGsO1lVhg7EJ1gXIvwocnYMlIPn3Tzc,2170
|
99
|
+
gibson/structure/keys/tests/test_IndexAttribute.py,sha256=8FgRXZuGr4-JlBsvAsHyQ1ASx8l7ZzYp8pQavNttSxk,388
|
100
|
+
gibson/structure/tests/test_Entity.py,sha256=Gl9f1NcEKdpWCx4W3takFFzp18mLhCYWKrdKwpo17Ss,3152
|
101
|
+
gibson/tests/test_Env.py,sha256=DPWmP0-aEelducq9bAwv7rKoY2NjWXUeCrzfJDQkn2M,369
|
102
|
+
gibson/tests/test_Memory.py,sha256=YP7owToABAk_-s7fD5UG0HTc4lamDjdA39JUlLnk3Fg,2574
|
103
|
+
gibson/tests/test_utils.py,sha256=r_y-EG05YTCNtL8MWiAK1KmPsmeoMgypKsQC_lVgOtM,559
|
104
|
+
gibson_cli-0.1.4.dist-info/METADATA,sha256=_HBe3pwBB0skSUTkik-RABVEKkepv4joPnLbOMn4jVY,11437
|
105
|
+
gibson_cli-0.1.4.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
106
|
+
gibson_cli-0.1.4.dist-info/entry_points.txt,sha256=j5VUvq3AzL21xPvVC24zMoXFt-I5lUWulr66nL3OAPM,50
|
107
|
+
gibson_cli-0.1.4.dist-info/top_level.txt,sha256=GIvzfJmscYHhX9eE-3SJmCIcjF3If-EtcoQdnlmsBuQ,7
|
108
|
+
gibson_cli-0.1.4.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
gibson
|
api/BaseApi.py
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
import requests
|
2
|
-
|
3
|
-
|
4
|
-
class BaseApi:
|
5
|
-
def get_headers(self):
|
6
|
-
raise NotImplementedError
|
7
|
-
|
8
|
-
def _get(self, end_point):
|
9
|
-
r = requests.get(self.get_url(end_point), headers=self.get_headers())
|
10
|
-
|
11
|
-
self.__raise_for_status(r)
|
12
|
-
|
13
|
-
return r.json()
|
14
|
-
|
15
|
-
def _post(self, end_point, json: dict):
|
16
|
-
r = requests.post(
|
17
|
-
self.get_url(end_point), headers=self.get_headers(), json=json
|
18
|
-
)
|
19
|
-
|
20
|
-
self.__raise_for_status(r)
|
21
|
-
|
22
|
-
return r
|
23
|
-
|
24
|
-
def _put(self, end_point, json: dict):
|
25
|
-
r = requests.put(self.get_url(end_point), headers=self.get_headers(), json=json)
|
26
|
-
|
27
|
-
self.__raise_for_status(r)
|
28
|
-
|
29
|
-
return r
|
30
|
-
|
31
|
-
def __raise_for_status(self, r):
|
32
|
-
try:
|
33
|
-
r.raise_for_status()
|
34
|
-
except:
|
35
|
-
try:
|
36
|
-
message = r.json()
|
37
|
-
|
38
|
-
print("=" * 78)
|
39
|
-
print("Raw Response:\n")
|
40
|
-
print(message)
|
41
|
-
print("\n" + "=" * 78)
|
42
|
-
except requests.exceptions.JSONDecodeError:
|
43
|
-
pass
|
44
|
-
|
45
|
-
raise
|
command/auth/Login.py
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
from api.Cli import Cli
|
2
|
-
|
3
|
-
from ..BaseCommand import BaseCommand
|
4
|
-
|
5
|
-
|
6
|
-
class Login(BaseCommand):
|
7
|
-
def execute(self):
|
8
|
-
cli = Cli(self.configuration)
|
9
|
-
token = cli.login()
|
10
|
-
|
11
|
-
if token is None:
|
12
|
-
self.conversation.newline()
|
13
|
-
self.conversation.type(
|
14
|
-
"Login failed, please try again with `gibson auth login`."
|
15
|
-
)
|
16
|
-
else:
|
17
|
-
self.configuration.set_access_token(token)
|
18
|
-
self.conversation.type(f"Welcome! You are now logged in.")
|
19
|
-
|
20
|
-
self.conversation.newline()
|
@@ -1,103 +0,0 @@
|
|
1
|
-
api/BaseApi.py,sha256=W5C_Rq-sf_MOwArozYG0ILFL8nyXhSwX84dpLT69o1M,1055
|
2
|
-
api/Cli.py,sha256=CPl_VnNuPyXkQNIv-YNfKpQbAdJIP8i2DeHbsmodXlA,8380
|
3
|
-
bin/gibson.py,sha256=Ip7qGG6yR_lCQYkBTgfpMXS-OT2meB6kYnK9gL53hvI,340
|
4
|
-
command/Api.py,sha256=-dGNE5StHlmN97g59mFraUZcaBEk5sBBMLShJoG4Yb8,961
|
5
|
-
command/Base.py,sha256=OqN_O8wAq_swESCBQ1bF5j4AT1K4PAjep68u-WxGT7U,785
|
6
|
-
command/BaseCommand.py,sha256=y0qD75qQ7b_phn3z2JSsraDpKovF_CEqiSUld_0LwrY,763
|
7
|
-
command/Build.py,sha256=8Gw1dSakBsgNiAw5rKLTuhf6qAXGONQ--_XCx5j2k9s,2551
|
8
|
-
command/Code.py,sha256=ltmU5htLvFShh-jgf0hdfKaENvkIE2vl_IGuGU_Z6K8,6725
|
9
|
-
command/Conf.py,sha256=afZMpJ-tS1wcY3s6cjNjmW6d8hihRw-mZvaS7hFV47w,2376
|
10
|
-
command/Count.py,sha256=xsYPRXP8TrW0T8P6uhjuovc28oR2iQgukL81eLoMpOc,976
|
11
|
-
command/Dev.py,sha256=gD_0AeQ0uPNCMsYAAIrCJBefKicMaLYHmFf2kog7H-Y,4218
|
12
|
-
command/Forget.py,sha256=iM8SdUMMdiw8Vbn3bJ6dgdnNXg-MIt3VM4G1ix3Kei4,1058
|
13
|
-
command/Import.py,sha256=4jNHpKSn_vjCUC1GUY1ZiLiMpSJuWyxLYJBi2W_jfeQ,3649
|
14
|
-
command/List.py,sha256=L2eTIxivZqalXQ4TwdSukGXVJ60bnPN0DA0MKdBfC84,2154
|
15
|
-
command/Merge.py,sha256=afiEZaY7BPwV91S0T0KbZJ7JHh-BhoAvmQhbzyGZZJo,1069
|
16
|
-
command/Model.py,sha256=P6Eo61zOj--C565m7nYe6lUnJJWr0utw7Eavlpt35VA,1195
|
17
|
-
command/Models.py,sha256=wzJqqdvPr-7vn4F_zqKPr7f70qHe1k7nGtteEjRPoz0,897
|
18
|
-
command/Modify.py,sha256=gRqbBdrUeRt1xhdAPNyiqgStTC3zrsm0EWng4FbwWgM,1256
|
19
|
-
command/Module.py,sha256=LKBCYagACPLqSC4emRXszX_f3lvhlmD9Kgh0kzCto8I,1260
|
20
|
-
command/New.py,sha256=ojmlN1YEs71uwouLDuSO_Eox4PDcTAZ8Sw32xWlrjWA,1137
|
21
|
-
command/OpenApi.py,sha256=G8R_Dc8hPLCgWZAMNHIgHN9JBfnfDrDdT2ie0a-Rrx4,4321
|
22
|
-
command/Question.py,sha256=vH04VrSXak4rOnYvV2e1eTGScli-_vIPyA9NR8PlmIA,3728
|
23
|
-
command/Remove.py,sha256=vkBeD641MvbR9YwwXpq2Cej36QWwt-VTzn8XBDpxmpE,2356
|
24
|
-
command/Rename.py,sha256=XOYAHkckYw5m4Vr_XomjkyhZT2QGlmv7yZnFUW38-3w,2186
|
25
|
-
command/Rewrite.py,sha256=yh7IPjtN7y0YzXs9K-I5E47SRVziI7bp0gis_8S_PGM,3111
|
26
|
-
command/Schema.py,sha256=U6SH_fTfEprIvvX8eDmHoMC4B6AfaGMrR17co13JO2M,1199
|
27
|
-
command/Schemas.py,sha256=d4zgLFrXaaBSuAX8ouy429DXiWnx6uwEeFUDWAr4NmA,900
|
28
|
-
command/Show.py,sha256=oNGKeNfEo6Qz1n4rJIRjlLuHWHWs5lB0TWE8Vn3hE2U,1190
|
29
|
-
command/Test.py,sha256=2zfxSTm-lwvzERTZNgD99z-AtOWb4RdAN1B93aa-UEk,1194
|
30
|
-
command/Tests.py,sha256=1l8iJs2W6fJDKMPL9Qdx7Qzm2I3azg_esthrZihK-S4,897
|
31
|
-
command/Tree.py,sha256=JWvUimeHWY5-6vEh6axTkhAdI-dVTxbKSjx_4isAAx8,3041
|
32
|
-
command/Version.py,sha256=15rhAl3nfMOXmCAc8Tbh9URlj2R9dAXBrPRAEzzypgg,206
|
33
|
-
command/WarGames.py,sha256=vgMXSddUEU_PwDKyI7K0j-FN7uPs5jznfRj-CWh78FI,1280
|
34
|
-
command/auth/Auth.py,sha256=taUwmwAsJWN19oKmjgVGhPA_A8vj6vQLmNUVkuiqfjg,666
|
35
|
-
command/auth/Login.py,sha256=oEdvzXYgO1RGYXMiJWpGWQpMqVEv0reDSyyEInVtt8o,549
|
36
|
-
command/auth/Logout.py,sha256=kxyHEGUXp4Ql6VS9R0eQfZqRDf8yhAslZNXExwh1gjY,199
|
37
|
-
command/tests/test_command_BaseCommand.py,sha256=BCeceiGl6ljjxkPiHMKzzrzjK1BUPWTHu9fTwGIETJI,350
|
38
|
-
command/tests/test_command_Conf.py,sha256=4tgWLoIYNuv-bmCAFFy2Kl9nau5KtCwKJMKwMCfL8ow,569
|
39
|
-
conf/Api.py,sha256=GM9okYs1A8ujPjDwzziOoQpqRYFkr-dz5pgkfb6j4DI,59
|
40
|
-
conf/Code.py,sha256=3Bd5kxCbgWaUOyYLRejOO_SqM9spGk1dYAf2hYzuDSw,199
|
41
|
-
conf/Custom.py,sha256=7S5v3bQK3UKuGUMTrAJeubWqszDtMlJI19-yOXk1TFs,101
|
42
|
-
conf/Datastore.py,sha256=PVAnysrk4wH1oCWxTUaakH2_x83Zpm4vzD1ELhfMDSw,90
|
43
|
-
conf/Dependencies.py,sha256=DZxyFtDR_3QpmsZbHApJFSeA7uYrMX1Bdx4lZKJ49Uo,891
|
44
|
-
conf/Dev.py,sha256=xWccZPN5lW2j9O5ZfBDS9gMmxf75AhjGaDUnw0abEyo,316
|
45
|
-
conf/Frameworks.py,sha256=Dv5iqeVe0JmNCKX5a-6S_dCrx7WZyI3qkTAFX6JWfDU,173
|
46
|
-
conf/Modeler.py,sha256=RayW3VFD_2nCFXZepfEcCXTUX2tWd7WtOjHULNVCai8,67
|
47
|
-
conf/Paths.py,sha256=NHJ_YLzmTIUUVLvtZornRdl1xPSluSmpFlMNsnqonxA,192
|
48
|
-
conf/Platform.py,sha256=ai7bLab2Ak_zWiANJH78Pj3YjTlTCQ1EEtkFaVDijOc,307
|
49
|
-
conf/Project.py,sha256=2lc_rr7giu1aGA4Ue4sU3Ey8-_yB2orLM1cw8f9zcdo,440
|
50
|
-
conf/Version.py,sha256=a1VNbiIj5E7m-PmH_pWBVFNf8Iu8zACSJ_qPNdtI9b0,89
|
51
|
-
conf/dev/Api.py,sha256=EKZwy-3h7NxLdP6AYtwyTpJhD1kdQN6gVLuWw4_2KC8,158
|
52
|
-
conf/dev/Base.py,sha256=HisA87syPa5sJFjfjyxWRkLIKuVM5CtAkwW3f2zJx5Y,72
|
53
|
-
conf/dev/Model.py,sha256=HbHRX3VDxR7hXlzuxkKw4Bf7FH6XMfQ96k9BeIUoBf4,73
|
54
|
-
conf/dev/Schema.py,sha256=kOSlX1jEyVb82xd8TO8jEAimLcaefIFJr6d2JYvyTqg,74
|
55
|
-
conf/tests/test_conf_Dependencies.py,sha256=zmUFIANwpmFSMeEV5CllJstaqSSOBh9-Vgk-nETdlx0,109
|
56
|
-
conf/tests/test_conf_Platform.py,sha256=amq1YqxHOXimIP6eIoSg-hAKZ8S68cDAXRdNEaTkdfw,131
|
57
|
-
core/CommandRouter.py,sha256=3YbjTMnuHtTP3p7XZvmqGxTI0Yi1ytLnJfpVqWX2wPk,9304
|
58
|
-
core/Configuration.py,sha256=Rw8g0W11BK1TW7WdWef6tIB4YVLuRGiUtn-VjL8OFu0,13881
|
59
|
-
core/Conversation.py,sha256=y9-RrMjC-DfAUXLGGjXWsi8PxpEP4_LaGrRoHQN0I7Y,8106
|
60
|
-
core/Env.py,sha256=ulL7y1xqlz6Mrg_hVUM3NzSumDCI2B1Zjfz9StT2Ju0,413
|
61
|
-
core/Memory.py,sha256=A7YtZFZwHqYpTFODsms8r_RNFNj3l-HKmaD8DhKH6So,3910
|
62
|
-
core/TimeKeeper.py,sha256=0mzs04wizjGEJbiQFWZyi4ja4XgeJaDqc0JzPCHp9po,250
|
63
|
-
core/utils.py,sha256=KTnPvA3sUYnLFTZG7Tke5YEdls8Da0rNbeaOm8hapiU,408
|
64
|
-
data/default-ref-table.tmpl,sha256=cVqjTsmHDjmTGrbDEpNHaDG-GX1iWMzsQDXk5TASEXg,123
|
65
|
-
data/default-table.tmpl,sha256=4t7SmXBuZN4nV5SjuQp6PBdo0-c3hdRnl8TQ2wdaS3w,247
|
66
|
-
db/TableExceptions.py,sha256=F1NGHDhusg9E_3tLez1_abrbANtWyR0UtC_wE9CwNFE,137
|
67
|
-
db/tests/test_db_TableExceptions.py,sha256=siPrXUBenRHW5nOO-n1eExTwgaJgZASAYdhDJXeXTJg,215
|
68
|
-
dev/Dev.py,sha256=QWdzf1mvi95WCEMHnlnk8Xj5k75mBQE3-hTH3yiFESE,2888
|
69
|
-
display/Header.py,sha256=moTxePVMNhtpeFtcI9EhnnLSK1gHIQiwYiWQtBPq_bY,298
|
70
|
-
display/WorkspaceFooter.py,sha256=1-PsPtLcC7xUZLwufSSaVo9caXuyZEwfR_iZatxwHF4,316
|
71
|
-
display/WorkspaceHeader.py,sha256=1oyyhZJF6C0SUCY2Cs_VkXt5Plp8xLb51XWa278l9mo,217
|
72
|
-
display/tests/test_display_Header.py,sha256=rQ7ip3ViJ62H9sFFWGjsLEn8c4C2s4KJpFhaeah4crY,317
|
73
|
-
display/tests/test_display_WorkspaceFooter.py,sha256=fDxXdwDmQLIRWYIBHbh32gfy2eW6Nlc4uq3wCOtGLIM,352
|
74
|
-
display/tests/test_display_WorkspaceHeader.py,sha256=Mhloli8KkyVFqv3-Ci4CDggXjrdJ5xebyZmw4foxsuE,309
|
75
|
-
lang/Python.py,sha256=qplU7xoplAIwWTTUSP1RcG3eMhHNUcbyJxCh1yZsXP8,1672
|
76
|
-
lang/tests/test_lang_Python.py,sha256=nulN-VSftAG2BM9HGFUP2RGUHebJAOCWIVPLbHY96Uk,1961
|
77
|
-
services/auth/Server.py,sha256=IAkp4Z6Zpyr1o2WttRwDJ6cPrRuKCuCux46riQzZnuc,1661
|
78
|
-
services/code/context/schema/DataDictionary.py,sha256=zWLzxOzW8iMHxfXPEwnnbruEAtFa8j1UpghNd4AHzfA,369
|
79
|
-
services/code/context/schema/EntityKeys.py,sha256=c8psaGfKseGN9V84xTjotgoLNs41sshbgX9K6ToFXHI,1548
|
80
|
-
services/code/context/schema/Manager.py,sha256=rzj4eTfLn2NDJVop4VWqedNZ6oN0ST1hXqK54UwHe5A,892
|
81
|
-
services/code/context/schema/tests/test_code_context_schema_DataDictionary.py,sha256=ASqifx7re5BU2RDKV3S0T00jxQTEiGEXa7rRcOeqa8E,357
|
82
|
-
services/code/context/schema/tests/test_code_context_schema_EntityKeys.py,sha256=vdynazkI_TMGo5TVvhDeAelU08FrXOKMHx-jF05jOs0,2086
|
83
|
-
services/code/context/schema/tests/test_code_context_schema_Manager.py,sha256=xVGeYj838VwhLNVIWYBDijBO7ObIPfSfVrU0DUlLweo,1216
|
84
|
-
services/code/customization/Authenticator.py,sha256=5qnBjO_U7GhuQkC0boGgjqo5YTe-axyBWkl2ggkLg2I,1565
|
85
|
-
services/code/customization/BaseCustomization.py,sha256=YZT3yP6cObTTPWjIvOyt5Cf6sRNVHtEXDJEmtcRRrzc,286
|
86
|
-
services/code/customization/CustomizationManager.py,sha256=U4TFhIGUyUtJfeP72Ke9fxVTR3sonRDU2lFFLprCq68,570
|
87
|
-
services/code/customization/tests/test_code_customization_Authenticator.py,sha256=eKOZ1F6zpSQsLo8bpjvcYozlGGGv8Gll7MSMXBWyUTs,1935
|
88
|
-
services/code/customization/tests/test_code_customization_BaseCustomization.py,sha256=RUTepr2upveeEZowszk8HEEVBQ7y2MQin_Sh5BhKEAI,398
|
89
|
-
structure/Entity.py,sha256=iDEtPy0fEAniABxffLxiYF6wWHQdrIWgW4L_-gB4hOA,3518
|
90
|
-
structure/testing.py,sha256=NAXg4JWb_ysS-OCWZyJ4413vv7FnnWCyjD9Tj4dK_VM,7545
|
91
|
-
structure/constraints/ReferenceConstraint.py,sha256=5zzKk--A2Bu1ZsN8QqS4jNILwq_BhOrV-f26WHKz5I0,1145
|
92
|
-
structure/keys/ForeignKey.py,sha256=1XN_XssLz6NcQp3vf91TrBZ7006xZKnPnTexu-nvpKQ,1230
|
93
|
-
structure/keys/Index.py,sha256=k5QfUyQM6hRkCNq1NtWWuAGxElmG4bXSCSRivzjr9g4,1694
|
94
|
-
structure/keys/IndexAttribute.py,sha256=GL-ma2v_GidZ6jjIlFc6IWKe4Gtg4UJUlqf1cYisqS0,298
|
95
|
-
structure/keys/tests/test_ForeignKey.py,sha256=rcNEgHpYjg5fYsbSHa1zd_N09NFRRyimDhVSnd13RQs,2261
|
96
|
-
structure/keys/tests/test_Index.py,sha256=0ZFHEnU5DJBtxG2TCavVD13Rq6aloUXPFM1bspWhbXg,2163
|
97
|
-
structure/keys/tests/test_IndexAttribute.py,sha256=_v3aKmL06cgXuV3xLXJMdp-8oPxHStj7qymtF3HtGrQ,381
|
98
|
-
structure/tests/test_Entity.py,sha256=MYog9b_IV3gbfYx9_hPmCgX3JNPz0t6cXQ-LU1WobjE,3117
|
99
|
-
gibson_cli-0.1.2.dist-info/METADATA,sha256=sl47VC64ftoMAgdqc0M7VD_47o8_mzowFpemMZ8WRuU,11437
|
100
|
-
gibson_cli-0.1.2.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
101
|
-
gibson_cli-0.1.2.dist-info/entry_points.txt,sha256=VAGCYo_zQgGI5bYR4Ql4rHhl5Zt7iA-Irt1v4iriLvQ,43
|
102
|
-
gibson_cli-0.1.2.dist-info/top_level.txt,sha256=e26JAjLAeXm2tl9nuW9OxrRvzkIXNYlXnHo-Yf5ZtnE,70
|
103
|
-
gibson_cli-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{conf → gibson/conf}/Api.py
RENAMED
File without changes
|
{conf → gibson/conf}/Code.py
RENAMED
File without changes
|
{conf → gibson/conf}/Custom.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{conf → gibson/conf}/Modeler.py
RENAMED
File without changes
|
{conf → gibson/conf}/Paths.py
RENAMED
File without changes
|
{conf → gibson/conf}/Platform.py
RENAMED
File without changes
|
{conf → gibson/conf}/Project.py
RENAMED
File without changes
|
{conf → gibson/conf}/Version.py
RENAMED
File without changes
|
{conf → gibson/conf}/dev/Api.py
RENAMED
File without changes
|
{conf → gibson/conf}/dev/Base.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{core → gibson/core}/utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|