gibson-cli 0.3.5__tar.gz → 0.4.0__tar.gz
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_cli-0.3.5/gibson_cli.egg-info → gibson_cli-0.4.0}/PKG-INFO +3 -3
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/README.md +2 -2
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/auth/Auth.py +1 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/core/Colors.py +4 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/core/Completions.py +3 -2
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/core/Configuration.py +3 -1
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/core/Conversation.py +2 -1
- gibson_cli-0.4.0/gibson/core/PythonPath.py +52 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/customization/BaseCustomization.py +1 -1
- {gibson_cli-0.3.5 → gibson_cli-0.4.0/gibson_cli.egg-info}/PKG-INFO +3 -3
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson_cli.egg-info/SOURCES.txt +1 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/pyproject.toml +1 -1
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/.gitignore +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/.pre-commit-config.yaml +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/bin/build.sh +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/bin/release.sh +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/api/BaseApi.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/api/Cli.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/bin/gibson.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/BaseCommand.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Build.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Code.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Conf.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Count.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Dev.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Forget.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Import.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/List.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Merge.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Model.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Modify.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Module.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/New.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/OpenApi.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Question.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Remove.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Rename.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Schema.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Show.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Test.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Tree.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/Version.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/WarGames.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/auth/Login.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/auth/Logout.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/rewrite/Api.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/rewrite/Base.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/rewrite/Models.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/rewrite/Rewrite.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/rewrite/Schemas.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/rewrite/Tests.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/tests/test_command_BaseCommand.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/command/tests/test_command_Conf.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Api.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Code.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Custom.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Datastore.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Dependencies.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Dev.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Frameworks.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Modeler.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Paths.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Platform.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Project.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/Version.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/dev/Api.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/dev/Base.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/dev/Model.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/dev/Schema.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/tests/test_conf_Dependencies.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/conf/tests/test_conf_Platform.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/core/CommandRouter.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/core/Env.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/core/Memory.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/core/TimeKeeper.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/core/utils.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/data/bash-completion.tmpl +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/data/default-ref-table.tmpl +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/data/default-table.tmpl +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/db/TableExceptions.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/db/tests/test_db_TableExceptions.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/dev/Dev.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/display/Header.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/display/WorkspaceFooter.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/display/WorkspaceHeader.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/display/tests/test_display_Header.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/display/tests/test_display_WorkspaceFooter.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/display/tests/test_display_WorkspaceHeader.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/lang/Python.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/lang/tests/test_lang_Python.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/auth/Server.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/context/schema/DataDictionary.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/context/schema/EntityKeys.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/context/schema/Manager.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/context/schema/tests/test_code_context_schema_DataDictionary.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/context/schema/tests/test_code_context_schema_EntityKeys.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/context/schema/tests/test_code_context_schema_Manager.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/customization/Authenticator.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/customization/CustomizationManager.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/customization/Index.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/customization/tests/test_code_customization_Authenticator.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/customization/tests/test_code_customization_BaseCustomization.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/structure/Entity.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/structure/constraints/ReferenceConstraint.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/structure/keys/ForeignKey.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/structure/keys/Index.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/structure/keys/IndexAttribute.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/structure/keys/tests/test_ForeignKey.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/structure/keys/tests/test_Index.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/structure/keys/tests/test_IndexAttribute.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/structure/testing.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/structure/tests/test_Entity.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/tests/test_Env.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/tests/test_Memory.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/tests/test_utils.py +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson_cli.egg-info/dependency_links.txt +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson_cli.egg-info/entry_points.txt +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson_cli.egg-info/top_level.txt +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/requirements.txt +0 -0
- {gibson_cli-0.3.5 → gibson_cli-0.4.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: gibson-cli
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.4.0
|
4
4
|
Summary: Gibson Command Line Interface
|
5
5
|
Author-email: GibsonAI <noc@gibsonai.com>
|
6
6
|
Project-URL: Homepage, https://gibsonai.com/
|
@@ -93,7 +93,7 @@ Run `gibson auth login` to login to Gibson with your Google account.
|
|
93
93
|
|
94
94
|
While in beta, you have to acquire an API manually:
|
95
95
|
|
96
|
-
- Go to <https://
|
96
|
+
- Go to <https://app.gibsonai.com/>.
|
97
97
|
- Chat with Gibson and create a new project.
|
98
98
|
- When your project is complete Gibson will email you the API key.
|
99
99
|
- gibson conf api::key [API key]
|
@@ -256,7 +256,7 @@ For example, you might provide class name = `MyBaseModel` and import path = `pro
|
|
256
256
|
|
257
257
|
### Building a Project End-to-End Using AI
|
258
258
|
|
259
|
-
- Go to <https://
|
259
|
+
- Go to <https://app.gibsonai.com/>.
|
260
260
|
- Chat with Gibson and create a new project.
|
261
261
|
- When your project is complete Gibson will email you the API key.
|
262
262
|
- `gibson conf api::key [API key]`
|
@@ -76,7 +76,7 @@ Run `gibson auth login` to login to Gibson with your Google account.
|
|
76
76
|
|
77
77
|
While in beta, you have to acquire an API manually:
|
78
78
|
|
79
|
-
- Go to <https://
|
79
|
+
- Go to <https://app.gibsonai.com/>.
|
80
80
|
- Chat with Gibson and create a new project.
|
81
81
|
- When your project is complete Gibson will email you the API key.
|
82
82
|
- gibson conf api::key [API key]
|
@@ -239,7 +239,7 @@ For example, you might provide class name = `MyBaseModel` and import path = `pro
|
|
239
239
|
|
240
240
|
### Building a Project End-to-End Using AI
|
241
241
|
|
242
|
-
- Go to <https://
|
242
|
+
- Go to <https://app.gibsonai.com/>.
|
243
243
|
- Chat with Gibson and create a new project.
|
244
244
|
- When your project is complete Gibson will email you the API key.
|
245
245
|
- `gibson conf api::key [API key]`
|
@@ -18,6 +18,7 @@ class Auth(BaseCommand):
|
|
18
18
|
self.usage()
|
19
19
|
|
20
20
|
def usage(self):
|
21
|
+
self.conversation.display_project(self.configuration.project.name)
|
21
22
|
self.conversation.type(
|
22
23
|
f"usage: {command(self.configuration.command)} {subcommand('auth')} {argument('login')} {hint('login to Gibson')} \n"
|
23
24
|
)
|
@@ -5,9 +5,10 @@ class Completions:
|
|
5
5
|
def __init__(self):
|
6
6
|
self.user_home = os.environ.get("HOME")
|
7
7
|
self.gibson_config = ".gibsonai"
|
8
|
+
self.file_name = "bash_completion"
|
8
9
|
|
9
10
|
def install(self):
|
10
|
-
completions_location = f"$HOME/{self.gibson_config}/
|
11
|
+
completions_location = f"$HOME/{self.gibson_config}/{self.file_name}"
|
11
12
|
installation = f"""\n[ -s "{completions_location}" ] && \\. "{completions_location}" # Load gibson auto completion\n"""
|
12
13
|
|
13
14
|
for file in [f"{self.user_home}/.bashrc", f"{self.user_home}/.zshrc"]:
|
@@ -31,7 +32,7 @@ class Completions:
|
|
31
32
|
except FileExistsError:
|
32
33
|
pass
|
33
34
|
|
34
|
-
with open(f"{self.user_home}/{self.gibson_config}/
|
35
|
+
with open(f"{self.user_home}/{self.gibson_config}/{self.file_name}", "w") as f:
|
35
36
|
f.write(contents)
|
36
37
|
|
37
38
|
return self
|
@@ -11,12 +11,13 @@ from gibson.conf.Platform import Platform
|
|
11
11
|
from gibson.conf.Project import Project
|
12
12
|
from gibson.core.Completions import Completions
|
13
13
|
from gibson.core.Conversation import Conversation
|
14
|
+
from gibson.core.PythonPath import PythonPath
|
14
15
|
from gibson.services.auth.Server import Server as AuthServer
|
15
16
|
|
16
17
|
|
17
18
|
class Configuration:
|
18
19
|
VERSION = 2
|
19
|
-
API_ENV = os.environ.get("GIBSONAI_API_ENV", "
|
20
|
+
API_ENV = os.environ.get("GIBSONAI_API_ENV", "production")
|
20
21
|
|
21
22
|
def __init__(self):
|
22
23
|
self.command = None
|
@@ -37,6 +38,7 @@ class Configuration:
|
|
37
38
|
self.read_config()
|
38
39
|
|
39
40
|
Completions().write().install()
|
41
|
+
PythonPath().write().install()
|
40
42
|
|
41
43
|
def api_domain(self):
|
42
44
|
domains = {
|
@@ -6,6 +6,7 @@ import time
|
|
6
6
|
import pyfiglet
|
7
7
|
|
8
8
|
from gibson.conf.Version import Version
|
9
|
+
from gibson.core.Colors import project
|
9
10
|
|
10
11
|
|
11
12
|
class Conversation:
|
@@ -72,7 +73,7 @@ class Conversation:
|
|
72
73
|
self.newline()
|
73
74
|
|
74
75
|
def display_project(self, project_name):
|
75
|
-
self.type(f"<> Project {project_name}\n\n")
|
76
|
+
self.type(f"<> Project {project(project_name)}\n\n")
|
76
77
|
|
77
78
|
def entities_hijacked(self):
|
78
79
|
self.type(
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import json
|
2
|
+
import os
|
3
|
+
|
4
|
+
|
5
|
+
class PythonPath:
|
6
|
+
def __init__(self):
|
7
|
+
self.user_home = os.environ.get("HOME")
|
8
|
+
self.gibson_config = ".gibsonai"
|
9
|
+
self.file_name = "python_path"
|
10
|
+
|
11
|
+
def install(self):
|
12
|
+
python_path_location = f"$HOME/{self.gibson_config}/{self.file_name}"
|
13
|
+
installation = f"""\n[ -s "{python_path_location}" ] && \\. "{python_path_location}" # Setup pythonpath for gibson projects\n"""
|
14
|
+
|
15
|
+
for file in [f"{self.user_home}/.bashrc", f"{self.user_home}/.zshrc"]:
|
16
|
+
with open(file, "a+") as f:
|
17
|
+
f.seek(0)
|
18
|
+
if python_path_location not in f.read():
|
19
|
+
f.write(installation)
|
20
|
+
|
21
|
+
return self
|
22
|
+
|
23
|
+
def write(self):
|
24
|
+
try:
|
25
|
+
with open(f"{self.user_home}/{self.gibson_config}/config", "r") as f:
|
26
|
+
config = json.loads(f.read())
|
27
|
+
except:
|
28
|
+
return self
|
29
|
+
|
30
|
+
project_paths = filter(
|
31
|
+
lambda x: x is not None,
|
32
|
+
[
|
33
|
+
config.get(project).get("dev", {}).get("base", {}).get("path")
|
34
|
+
for project in config
|
35
|
+
],
|
36
|
+
)
|
37
|
+
|
38
|
+
if not project_paths:
|
39
|
+
return self
|
40
|
+
|
41
|
+
try:
|
42
|
+
os.mkdir(f"{self.user_home}/{self.gibson_config}")
|
43
|
+
except FileExistsError:
|
44
|
+
pass
|
45
|
+
|
46
|
+
contents = "\n".join(
|
47
|
+
f"export PYTHONPATH=$PYTHONPATH:{path}" for path in project_paths
|
48
|
+
)
|
49
|
+
with open(f"{self.user_home}/{self.gibson_config}/{self.file_name}", "w") as f:
|
50
|
+
f.write(contents)
|
51
|
+
|
52
|
+
return self
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: gibson-cli
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.4.0
|
4
4
|
Summary: Gibson Command Line Interface
|
5
5
|
Author-email: GibsonAI <noc@gibsonai.com>
|
6
6
|
Project-URL: Homepage, https://gibsonai.com/
|
@@ -93,7 +93,7 @@ Run `gibson auth login` to login to Gibson with your Google account.
|
|
93
93
|
|
94
94
|
While in beta, you have to acquire an API manually:
|
95
95
|
|
96
|
-
- Go to <https://
|
96
|
+
- Go to <https://app.gibsonai.com/>.
|
97
97
|
- Chat with Gibson and create a new project.
|
98
98
|
- When your project is complete Gibson will email you the API key.
|
99
99
|
- gibson conf api::key [API key]
|
@@ -256,7 +256,7 @@ For example, you might provide class name = `MyBaseModel` and import path = `pro
|
|
256
256
|
|
257
257
|
### Building a Project End-to-End Using AI
|
258
258
|
|
259
|
-
- Go to <https://
|
259
|
+
- Go to <https://app.gibsonai.com/>.
|
260
260
|
- Chat with Gibson and create a new project.
|
261
261
|
- When your project is complete Gibson will email you the API key.
|
262
262
|
- `gibson conf api::key [API key]`
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{gibson_cli-0.3.5 → gibson_cli-0.4.0}/gibson/services/code/customization/CustomizationManager.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
|
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
|
File without changes
|
File without changes
|