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.
Files changed (113) hide show
  1. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/.gitignore +1 -0
  2. {gibson_cli-0.1.0/gibson_cli.egg-info → gibson_cli-0.1.1}/PKG-INFO +19 -6
  3. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/README.md +14 -5
  4. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/auth/Login.py +4 -1
  5. {gibson_cli-0.1.0 → gibson_cli-0.1.1/gibson_cli.egg-info}/PKG-INFO +19 -6
  6. gibson_cli-0.1.1/pyproject.toml +39 -0
  7. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/auth/Server.py +7 -5
  8. gibson_cli-0.1.0/pyproject.toml +0 -41
  9. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/.pre-commit-config.yaml +0 -0
  10. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/api/BaseApi.py +0 -0
  11. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/api/Cli.py +0 -0
  12. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/bin/gibson.py +0 -0
  13. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Api.py +0 -0
  14. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Base.py +0 -0
  15. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/BaseCommand.py +0 -0
  16. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Build.py +0 -0
  17. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Code.py +0 -0
  18. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Conf.py +0 -0
  19. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Count.py +0 -0
  20. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Dev.py +0 -0
  21. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Forget.py +0 -0
  22. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Import.py +0 -0
  23. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/List.py +0 -0
  24. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Merge.py +0 -0
  25. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Model.py +0 -0
  26. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Models.py +0 -0
  27. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Modify.py +0 -0
  28. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Module.py +0 -0
  29. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/New.py +0 -0
  30. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/OpenApi.py +0 -0
  31. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Question.py +0 -0
  32. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Remove.py +0 -0
  33. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Rename.py +0 -0
  34. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Rewrite.py +0 -0
  35. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Schema.py +0 -0
  36. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Schemas.py +0 -0
  37. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Show.py +0 -0
  38. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Test.py +0 -0
  39. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Tests.py +0 -0
  40. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/Tree.py +0 -0
  41. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/WarGames.py +0 -0
  42. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/auth/Auth.py +0 -0
  43. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/auth/Logout.py +0 -0
  44. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/tests/test_command_BaseCommand.py +0 -0
  45. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/command/tests/test_command_Conf.py +0 -0
  46. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Api.py +0 -0
  47. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Code.py +0 -0
  48. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Custom.py +0 -0
  49. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Datastore.py +0 -0
  50. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Dependencies.py +0 -0
  51. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Dev.py +0 -0
  52. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Frameworks.py +0 -0
  53. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Modeler.py +0 -0
  54. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Paths.py +0 -0
  55. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Platform.py +0 -0
  56. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Project.py +0 -0
  57. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/Version.py +0 -0
  58. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/dev/Api.py +0 -0
  59. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/dev/Base.py +0 -0
  60. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/dev/Model.py +0 -0
  61. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/dev/Schema.py +0 -0
  62. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/tests/test_conf_Dependencies.py +0 -0
  63. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/conf/tests/test_conf_Platform.py +0 -0
  64. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/CommandRouter.py +0 -0
  65. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/Configuration.py +0 -0
  66. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/Conversation.py +0 -0
  67. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/Env.py +0 -0
  68. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/Memory.py +0 -0
  69. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/TimeKeeper.py +0 -0
  70. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/core/utils.py +0 -0
  71. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/data/default-ref-table.tmpl +0 -0
  72. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/data/default-table.tmpl +0 -0
  73. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/db/TableExceptions.py +0 -0
  74. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/db/tests/test_db_TableExceptions.py +0 -0
  75. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/dev/Dev.py +0 -0
  76. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/Header.py +0 -0
  77. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/WorkspaceFooter.py +0 -0
  78. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/WorkspaceHeader.py +0 -0
  79. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/tests/test_display_Header.py +0 -0
  80. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/tests/test_display_WorkspaceFooter.py +0 -0
  81. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/display/tests/test_display_WorkspaceHeader.py +0 -0
  82. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/gibson_cli.egg-info/SOURCES.txt +0 -0
  83. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/gibson_cli.egg-info/dependency_links.txt +0 -0
  84. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/gibson_cli.egg-info/entry_points.txt +0 -0
  85. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/gibson_cli.egg-info/top_level.txt +0 -0
  86. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/lang/Python.py +0 -0
  87. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/lang/tests/test_lang_Python.py +0 -0
  88. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/requirements.txt +0 -0
  89. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/DataDictionary.py +0 -0
  90. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/EntityKeys.py +0 -0
  91. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/Manager.py +0 -0
  92. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/tests/test_code_context_schema_DataDictionary.py +0 -0
  93. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/tests/test_code_context_schema_EntityKeys.py +0 -0
  94. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/context/schema/tests/test_code_context_schema_Manager.py +0 -0
  95. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/customization/Authenticator.py +0 -0
  96. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/customization/BaseCustomization.py +0 -0
  97. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/customization/CustomizationManager.py +0 -0
  98. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/customization/tests/test_code_customization_Authenticator.py +0 -0
  99. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/services/code/customization/tests/test_code_customization_BaseCustomization.py +0 -0
  100. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/setup.cfg +0 -0
  101. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/Entity.py +0 -0
  102. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/constraints/ReferenceConstraint.py +0 -0
  103. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/ForeignKey.py +0 -0
  104. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/Index.py +0 -0
  105. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/IndexAttribute.py +0 -0
  106. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/tests/test_ForeignKey.py +0 -0
  107. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/tests/test_Index.py +0 -0
  108. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/keys/tests/test_IndexAttribute.py +0 -0
  109. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/testing.py +0 -0
  110. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/structure/tests/test_Entity.py +0 -0
  111. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/tests/test_Env.py +0 -0
  112. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/tests/test_Memory.py +0 -0
  113. {gibson_cli-0.1.0 → gibson_cli-0.1.1}/tests/test_utils.py +0 -0
@@ -7,3 +7,4 @@ __pycache__
7
7
  *.egg-info
8
8
  venv
9
9
  dist
10
+ build
@@ -1,9 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gibson-cli
3
- Version: 0.1.0
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
+ [![GibsonAI](https://github.com/user-attachments/assets/26bc1002-f878-4995-a6c5-eb8d5eb69c28)](https://gibsonai.com/)
20
+
14
21
  # Gibson CLI
15
22
 
16
- v.0.1.0
23
+ [![PyPI - Version](https://img.shields.io/pypi/v/gibson-cli)](https://pypi.org/project/gibson-cli/)
24
+ ![Python 3.9+](https://img.shields.io/badge/Python-3.9%2B-blue)
25
+ [![Docs](https://img.shields.io/badge/Docs-https://docs.gibsonai.com-green)](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
- - Clone this repository somewhere in your environment
27
- - Modify your `PYTHONPATH` to include a reference to the top level directory here
28
- - `pip3 install -r requirements.txt`
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
+ [![GibsonAI](https://github.com/user-attachments/assets/26bc1002-f878-4995-a6c5-eb8d5eb69c28)](https://gibsonai.com/)
3
+
1
4
  # Gibson CLI
2
5
 
3
- v.0.1.0
6
+ [![PyPI - Version](https://img.shields.io/pypi/v/gibson-cli)](https://pypi.org/project/gibson-cli/)
7
+ ![Python 3.9+](https://img.shields.io/badge/Python-3.9%2B-blue)
8
+ [![Docs](https://img.shields.io/badge/Docs-https://docs.gibsonai.com-green)](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
- - Clone this repository somewhere in your environment
14
- - Modify your `PYTHONPATH` to include a reference to the top level directory here
15
- - `pip3 install -r requirements.txt`
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.type("Login failed, please try again.")
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.0
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
+ [![GibsonAI](https://github.com/user-attachments/assets/26bc1002-f878-4995-a6c5-eb8d5eb69c28)](https://gibsonai.com/)
20
+
14
21
  # Gibson CLI
15
22
 
16
- v.0.1.0
23
+ [![PyPI - Version](https://img.shields.io/pypi/v/gibson-cli)](https://pypi.org/project/gibson-cli/)
24
+ ![Python 3.9+](https://img.shields.io/badge/Python-3.9%2B-blue)
25
+ [![Docs](https://img.shields.io/badge/Docs-https://docs.gibsonai.com-green)](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
- - Clone this repository somewhere in your environment
27
- - Modify your `PYTHONPATH` to include a reference to the top level directory here
28
- - `pip3 install -r requirements.txt`
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, "OK")
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, "Bad Request")
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
- while self.thread is not None:
61
- time.sleep(1)
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
 
@@ -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