orrin-cli 0.1.8__tar.gz → 0.1.8.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orrin-cli
3
- Version: 0.1.8
3
+ Version: 0.1.8.2
4
4
  Summary: Orrin CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -4,7 +4,6 @@ from textual.widgets import Header, Footer, Input, Markdown
4
4
  from textual.containers import ScrollableContainer
5
5
  from textual import events
6
6
 
7
-
8
7
  class OrrinCLI(App):
9
8
  CSS = """
10
9
  Screen {
@@ -7,7 +7,6 @@ from pathlib import Path
7
7
  from platformdirs import user_config_dir
8
8
  import yaml, tomli, toml
9
9
  from pathlib import Path
10
- from chat_tui import OrrinCLI
11
10
 
12
11
  app = typer.Typer(help="""
13
12
  Welcome to Orrin CLI v0.1.8!\n\n
@@ -269,7 +268,16 @@ def init_tool_project():
269
268
  'plugins': {
270
269
  'supported': False
271
270
  },
272
- 'metadata': {}
271
+ 'metadata': {},
272
+ 'public': {
273
+ 'display_name': '',
274
+ 'display_desc': '',
275
+ 'usage_rundown': '',
276
+ 'whats_new': '',
277
+ 'authors': [],
278
+ 'open_source': False,
279
+ 'copyright': ''
280
+ }
273
281
  }
274
282
 
275
283
  # Create project
@@ -369,7 +377,8 @@ from orrinsdk import OrrinToolsSDK
369
377
 
370
378
  orrin_sdk = OrrinToolsSDK(
371
379
  developer_api_key='{config["api_key"]}'
372
- )''' + "\n".join(plugin_entries) + '''@orrin_sdk.action(
380
+ )''' + "\n".join(plugin_entries) + '''
381
+ @orrin_sdk.action(
373
382
  name='ExampleAction',
374
383
  payload_schema='',
375
384
  desc=''
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orrin-cli
3
- Version: 0.1.8
3
+ Version: 0.1.8.2
4
4
  Summary: Orrin CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "orrin-cli"
3
3
  readme = "README.md"
4
- version = "0.1.8"
4
+ version = "0.1.8.2"
5
5
  description = "Orrin CLI"
6
6
  requires-python = ">=3.9"
7
7
  dependencies = [
File without changes
File without changes
File without changes
File without changes