gibson-cli 0.7.6__py3-none-any.whl → 0.7.7__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.
@@ -34,7 +34,6 @@ class Rewrite(BaseCommand):
34
34
 
35
35
  def write(self, argument=None):
36
36
  self.configuration.require_project()
37
- self.configuration.require_project_key()
38
37
 
39
38
  if len(self.memory.recall_merged()) == 0:
40
39
  self.conversation.cant_no_entities(self.configuration.project.name)
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: gibson-cli
3
- Version: 0.7.6
3
+ Version: 0.7.7
4
4
  Summary: Gibson Command Line Interface
5
5
  Author-email: GibsonAI <noc@gibsonai.com>
6
6
  Project-URL: Homepage, https://gibsonai.com/
@@ -43,7 +43,7 @@ gibson/command/new/New.py,sha256=cwsBpZAZH-9se26ywAUFyvrc9L9ezwoERIrRLlDkrzU,151
43
43
  gibson/command/new/Project.py,sha256=Cw1Z6TvPIGhTi7GiQZ2VFjv6hXdpGKQdX9HuAd5gric,759
44
44
  gibson/command/rename/Entity.py,sha256=SaAiN1bYsTOsqjyVzxghK8-N3sAKITThTzS5LEYgppY,1801
45
45
  gibson/command/rename/Rename.py,sha256=Ly-X2XGkH8oyxNUs4qPudmcriPJlOQegZMZN1qw02V0,668
46
- gibson/command/rewrite/Rewrite.py,sha256=WXUgO-Xk7riKqdQIiG2yMvOeIzEkd9BEF-HqwSgaqXg,4453
46
+ gibson/command/rewrite/Rewrite.py,sha256=5Htt4LkHMl3FUrzU48PQeqyefU9PUXW3HaevfkjNTGo,4404
47
47
  gibson/command/tests/test_command_BaseCommand.py,sha256=hSbBfLFI3RTp_DdEHtm5oOLWoN6drI6ucFJypi7xxV8,364
48
48
  gibson/command/tests/test_command_Conf.py,sha256=5eBuCjEfskjb-JujwwUDQLFKjc3uThO4cJj148JoxkE,597
49
49
  gibson/conf/Api.py,sha256=GM9okYs1A8ujPjDwzziOoQpqRYFkr-dz5pgkfb6j4DI,59
@@ -126,8 +126,8 @@ gibson/structure/tests/test_structure_Entity.py,sha256=askl8w0p1uqET6HKBogJlRcPP
126
126
  gibson/tests/test_Env.py,sha256=DPWmP0-aEelducq9bAwv7rKoY2NjWXUeCrzfJDQkn2M,369
127
127
  gibson/tests/test_Memory.py,sha256=YP7owToABAk_-s7fD5UG0HTc4lamDjdA39JUlLnk3Fg,2574
128
128
  gibson/tests/test_utils.py,sha256=r_y-EG05YTCNtL8MWiAK1KmPsmeoMgypKsQC_lVgOtM,559
129
- gibson_cli-0.7.6.dist-info/METADATA,sha256=l4_cKuK-vskymWf4WUJ_7y9_rcDeg_X9u57ILFFK3_0,13578
130
- gibson_cli-0.7.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
131
- gibson_cli-0.7.6.dist-info/entry_points.txt,sha256=j5VUvq3AzL21xPvVC24zMoXFt-I5lUWulr66nL3OAPM,50
132
- gibson_cli-0.7.6.dist-info/top_level.txt,sha256=RFaUY7VXGiqkMwo1Rj7pM4kGvxkhhnfo-2LmPpuL_fs,11
133
- gibson_cli-0.7.6.dist-info/RECORD,,
129
+ gibson_cli-0.7.7.dist-info/METADATA,sha256=4difcHaPdkQCAaDJO4TcyctSnhg0V0XfRN6o9Z8PedE,13578
130
+ gibson_cli-0.7.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
131
+ gibson_cli-0.7.7.dist-info/entry_points.txt,sha256=j5VUvq3AzL21xPvVC24zMoXFt-I5lUWulr66nL3OAPM,50
132
+ gibson_cli-0.7.7.dist-info/top_level.txt,sha256=RFaUY7VXGiqkMwo1Rj7pM4kGvxkhhnfo-2LmPpuL_fs,11
133
+ gibson_cli-0.7.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5