gibson-cli 0.1.0__tar.gz → 0.1.1__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.1.0 → gibson_cli-0.1.1}/.gitignore +1 -0
- {gibson_cli-0.1.0/gibson_cli.egg-info → gibson_cli-0.1.1}/PKG-INFO +19 -6
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/README.md +14 -5
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/auth/Login.py +4 -1
- {gibson_cli-0.1.0 → gibson_cli-0.1.1/gibson_cli.egg-info}/PKG-INFO +19 -6
- gibson_cli-0.1.1/pyproject.toml +39 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/auth/Server.py +7 -5
- gibson_cli-0.1.0/pyproject.toml +0 -41
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/.pre-commit-config.yaml +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/api/BaseApi.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/api/Cli.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/bin/gibson.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Api.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Base.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/BaseCommand.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Build.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Code.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Conf.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Count.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Dev.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Forget.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Import.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/List.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Merge.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Model.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Models.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Modify.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Module.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/New.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/OpenApi.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Question.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Remove.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Rename.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Rewrite.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Schema.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Schemas.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Show.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Test.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Tests.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Tree.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/WarGames.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/auth/Auth.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/auth/Logout.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/tests/test_command_BaseCommand.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/tests/test_command_Conf.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Api.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Code.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Custom.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Datastore.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Dependencies.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Dev.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Frameworks.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Modeler.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Paths.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Platform.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Project.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Version.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/dev/Api.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/dev/Base.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/dev/Model.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/dev/Schema.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/tests/test_conf_Dependencies.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/tests/test_conf_Platform.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/CommandRouter.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/Configuration.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/Conversation.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/Env.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/Memory.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/TimeKeeper.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/utils.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/data/default-ref-table.tmpl +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/data/default-table.tmpl +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/db/TableExceptions.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/db/tests/test_db_TableExceptions.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/dev/Dev.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/Header.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/WorkspaceFooter.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/WorkspaceHeader.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/tests/test_display_Header.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/tests/test_display_WorkspaceFooter.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/tests/test_display_WorkspaceHeader.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/gibson_cli.egg-info/SOURCES.txt +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/gibson_cli.egg-info/dependency_links.txt +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/gibson_cli.egg-info/entry_points.txt +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/gibson_cli.egg-info/top_level.txt +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/lang/Python.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/lang/tests/test_lang_Python.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/requirements.txt +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/DataDictionary.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/EntityKeys.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/Manager.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/tests/test_code_context_schema_DataDictionary.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/tests/test_code_context_schema_EntityKeys.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/tests/test_code_context_schema_Manager.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/customization/Authenticator.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/customization/BaseCustomization.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/customization/CustomizationManager.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/customization/tests/test_code_customization_Authenticator.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/customization/tests/test_code_customization_BaseCustomization.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/setup.cfg +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/Entity.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/constraints/ReferenceConstraint.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/ForeignKey.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/Index.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/IndexAttribute.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/tests/test_ForeignKey.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/tests/test_Index.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/tests/test_IndexAttribute.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/testing.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/tests/test_Entity.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/tests/test_Env.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/tests/test_Memory.py +0 -0
- {gibson_cli-0.1.0 → gibson_cli-0.1.1}/tests/test_utils.py +0 -0
@@ -1,9 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: gibson-cli
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: Gibson Command Line Interface
|
5
5
|
Author-email: GibsonAI <noc@gibsonai.com>
|
6
6
|
Project-URL: Homepage, https://gibsonai.com/
|
7
|
+
Project-URL: Documentation, https://docs.gibsonai.com/
|
8
|
+
Project-URL: Repository, https://github.com/gibsonai/cli
|
9
|
+
Project-URL: Issues, https://github.com/gibsonai/cli/issues
|
10
|
+
Project-URL: Changelog, https://github.com/gibsonai/cli/releases
|
7
11
|
Classifier: Operating System :: OS Independent
|
8
12
|
Classifier: Development Status :: 4 - Beta
|
9
13
|
Classifier: Intended Audience :: Developers
|
@@ -11,9 +15,14 @@ Classifier: Programming Language :: Python :: 3.9
|
|
11
15
|
Requires-Python: >=3.9
|
12
16
|
Description-Content-Type: text/markdown
|
13
17
|
|
18
|
+
|
19
|
+
[](https://gibsonai.com/)
|
20
|
+
|
14
21
|
# Gibson CLI
|
15
22
|
|
16
|
-
|
23
|
+
[](https://pypi.org/project/gibson-cli/)
|
24
|
+

|
25
|
+
[](https://docs.gibsonai.com)
|
17
26
|
|
18
27
|
## Prerequisites
|
19
28
|
|
@@ -23,10 +32,9 @@ Portions of the Gibson backend code are written by Gibson. So far, versus a hum
|
|
23
32
|
|
24
33
|
## Installation
|
25
34
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
- Add the `bin/` directory to your `PATH`
|
35
|
+
```sh
|
36
|
+
pip3 install gibson-cli
|
37
|
+
```
|
30
38
|
|
31
39
|
## Key Terms
|
32
40
|
|
@@ -304,3 +312,8 @@ At the moment, just refer to the base-level schema directly.
|
|
304
312
|
- e.g. `gibson ? add nickname to sql://user`
|
305
313
|
- `gibson model`
|
306
314
|
- Important note, `gibson ?` may cause your shell to incorrectly interpret the question mark. If it does, you can use `gibson q` instead (just replace the question mark with the letter `q`).
|
315
|
+
|
316
|
+
## Contributing
|
317
|
+
|
318
|
+
- Clone this repository somewhere in your file system
|
319
|
+
- `pip3 install [path to this repository]`
|
@@ -1,6 +1,11 @@
|
|
1
|
+
|
2
|
+
[](https://gibsonai.com/)
|
3
|
+
|
1
4
|
# Gibson CLI
|
2
5
|
|
3
|
-
|
6
|
+
[](https://pypi.org/project/gibson-cli/)
|
7
|
+

|
8
|
+
[](https://docs.gibsonai.com)
|
4
9
|
|
5
10
|
## Prerequisites
|
6
11
|
|
@@ -10,10 +15,9 @@ Portions of the Gibson backend code are written by Gibson. So far, versus a hum
|
|
10
15
|
|
11
16
|
## Installation
|
12
17
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
- Add the `bin/` directory to your `PATH`
|
18
|
+
```sh
|
19
|
+
pip3 install gibson-cli
|
20
|
+
```
|
17
21
|
|
18
22
|
## Key Terms
|
19
23
|
|
@@ -291,3 +295,8 @@ At the moment, just refer to the base-level schema directly.
|
|
291
295
|
- e.g. `gibson ? add nickname to sql://user`
|
292
296
|
- `gibson model`
|
293
297
|
- Important note, `gibson ?` may cause your shell to incorrectly interpret the question mark. If it does, you can use `gibson q` instead (just replace the question mark with the letter `q`).
|
298
|
+
|
299
|
+
## Contributing
|
300
|
+
|
301
|
+
- Clone this repository somewhere in your file system
|
302
|
+
- `pip3 install [path to this repository]`
|
@@ -9,7 +9,10 @@ class Login(BaseCommand):
|
|
9
9
|
token = cli.login()
|
10
10
|
|
11
11
|
if token is None:
|
12
|
-
self.conversation.
|
12
|
+
self.conversation.newline()
|
13
|
+
self.conversation.type(
|
14
|
+
"Login failed, please try again with `gibson auth login`."
|
15
|
+
)
|
13
16
|
else:
|
14
17
|
self.configuration.set_access_token(token)
|
15
18
|
self.conversation.type(f"Welcome! You are now logged in.")
|
@@ -1,9 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: gibson-cli
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: Gibson Command Line Interface
|
5
5
|
Author-email: GibsonAI <noc@gibsonai.com>
|
6
6
|
Project-URL: Homepage, https://gibsonai.com/
|
7
|
+
Project-URL: Documentation, https://docs.gibsonai.com/
|
8
|
+
Project-URL: Repository, https://github.com/gibsonai/cli
|
9
|
+
Project-URL: Issues, https://github.com/gibsonai/cli/issues
|
10
|
+
Project-URL: Changelog, https://github.com/gibsonai/cli/releases
|
7
11
|
Classifier: Operating System :: OS Independent
|
8
12
|
Classifier: Development Status :: 4 - Beta
|
9
13
|
Classifier: Intended Audience :: Developers
|
@@ -11,9 +15,14 @@ Classifier: Programming Language :: Python :: 3.9
|
|
11
15
|
Requires-Python: >=3.9
|
12
16
|
Description-Content-Type: text/markdown
|
13
17
|
|
18
|
+
|
19
|
+
[](https://gibsonai.com/)
|
20
|
+
|
14
21
|
# Gibson CLI
|
15
22
|
|
16
|
-
|
23
|
+
[](https://pypi.org/project/gibson-cli/)
|
24
|
+

|
25
|
+
[](https://docs.gibsonai.com)
|
17
26
|
|
18
27
|
## Prerequisites
|
19
28
|
|
@@ -23,10 +32,9 @@ Portions of the Gibson backend code are written by Gibson. So far, versus a hum
|
|
23
32
|
|
24
33
|
## Installation
|
25
34
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
- Add the `bin/` directory to your `PATH`
|
35
|
+
```sh
|
36
|
+
pip3 install gibson-cli
|
37
|
+
```
|
30
38
|
|
31
39
|
## Key Terms
|
32
40
|
|
@@ -304,3 +312,8 @@ At the moment, just refer to the base-level schema directly.
|
|
304
312
|
- e.g. `gibson ? add nickname to sql://user`
|
305
313
|
- `gibson model`
|
306
314
|
- Important note, `gibson ?` may cause your shell to incorrectly interpret the question mark. If it does, you can use `gibson q` instead (just replace the question mark with the letter `q`).
|
315
|
+
|
316
|
+
## Contributing
|
317
|
+
|
318
|
+
- Clone this repository somewhere in your file system
|
319
|
+
- `pip3 install [path to this repository]`
|
@@ -0,0 +1,39 @@
|
|
1
|
+
[build-system]
|
2
|
+
requires = ["setuptools>=60", "setuptools_scm[toml]>=7", "wheel"]
|
3
|
+
build-backend = "setuptools.build_meta"
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "gibson-cli"
|
7
|
+
authors = [{ name = "GibsonAI", email = "noc@gibsonai.com" }]
|
8
|
+
description = "Gibson Command Line Interface"
|
9
|
+
readme = "README.md"
|
10
|
+
requires-python = ">=3.9"
|
11
|
+
classifiers = [
|
12
|
+
"Operating System :: OS Independent",
|
13
|
+
"Development Status :: 4 - Beta",
|
14
|
+
"Intended Audience :: Developers",
|
15
|
+
"Programming Language :: Python :: 3.9",
|
16
|
+
]
|
17
|
+
version = "0.1.1"
|
18
|
+
|
19
|
+
[tool.setuptools.packages.find]
|
20
|
+
where = ["."]
|
21
|
+
include = ["*"]
|
22
|
+
exclude = ["test*"]
|
23
|
+
|
24
|
+
[project.urls]
|
25
|
+
Homepage = "https://gibsonai.com/"
|
26
|
+
Documentation = "https://docs.gibsonai.com/"
|
27
|
+
Repository = "https://github.com/gibsonai/cli"
|
28
|
+
Issues = "https://github.com/gibsonai/cli/issues"
|
29
|
+
Changelog = "https://github.com/gibsonai/cli/releases"
|
30
|
+
|
31
|
+
[project.scripts]
|
32
|
+
gibson = "bin.gibson:main"
|
33
|
+
|
34
|
+
[tool.black]
|
35
|
+
line-length = 88
|
36
|
+
target-version = ['py39']
|
37
|
+
|
38
|
+
[tool.isort]
|
39
|
+
profile = "black"
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import webbrowser
|
2
|
-
|
3
2
|
import time
|
4
3
|
from http.server import HTTPServer, BaseHTTPRequestHandler
|
5
4
|
from threading import Thread
|
@@ -15,10 +14,10 @@ class Handler(BaseHTTPRequestHandler):
|
|
15
14
|
token = params.get("token", [""])[0]
|
16
15
|
|
17
16
|
if token:
|
18
|
-
self.respond(200, "
|
17
|
+
self.respond(200, "You are now logged in! You can close this window.")
|
19
18
|
self.server.token = token
|
20
19
|
else:
|
21
|
-
self.respond(400, "
|
20
|
+
self.respond(400, "Login failed, please close this window and try again.")
|
22
21
|
|
23
22
|
self.server._stop()
|
24
23
|
|
@@ -57,8 +56,11 @@ class Server(HTTPServer):
|
|
57
56
|
self._start()
|
58
57
|
self._open_browser()
|
59
58
|
|
60
|
-
|
61
|
-
|
59
|
+
try:
|
60
|
+
while self.thread is not None:
|
61
|
+
time.sleep(1)
|
62
|
+
except KeyboardInterrupt:
|
63
|
+
self._stop()
|
62
64
|
|
63
65
|
return self.token
|
64
66
|
|
gibson_cli-0.1.0/pyproject.toml
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
[build-system]
|
2
|
-
requires = [
|
3
|
-
"setuptools>=60",
|
4
|
-
"setuptools_scm[toml]>=7",
|
5
|
-
"wheel"
|
6
|
-
]
|
7
|
-
build-backend = "setuptools.build_meta"
|
8
|
-
|
9
|
-
[project]
|
10
|
-
name = "gibson-cli"
|
11
|
-
authors = [
|
12
|
-
{ name="GibsonAI", email="noc@gibsonai.com" },
|
13
|
-
]
|
14
|
-
description = "Gibson Command Line Interface"
|
15
|
-
readme = "README.md"
|
16
|
-
requires-python = ">=3.9"
|
17
|
-
classifiers = [
|
18
|
-
"Operating System :: OS Independent",
|
19
|
-
"Development Status :: 4 - Beta",
|
20
|
-
"Intended Audience :: Developers",
|
21
|
-
"Programming Language :: Python :: 3.9",
|
22
|
-
]
|
23
|
-
version = "0.1.0"
|
24
|
-
|
25
|
-
[tool.setuptools.packages.find]
|
26
|
-
where = ["."]
|
27
|
-
include = ["*"]
|
28
|
-
exclude = ["test*"]
|
29
|
-
|
30
|
-
[project.urls]
|
31
|
-
"Homepage" = "https://gibsonai.com/"
|
32
|
-
|
33
|
-
[project.scripts]
|
34
|
-
gibson = "bin.gibson:main"
|
35
|
-
|
36
|
-
[tool.black]
|
37
|
-
line-length=88
|
38
|
-
target-version = ['py39']
|
39
|
-
|
40
|
-
[tool.isort]
|
41
|
-
profile = "black"
|
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
|
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
|