Skip to content

Commit a67f4e8

Browse files
committed
feat: add klyne
1 parent 058d767 commit a67f4e8

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

packages/myfy-cli/myfy_cli/main.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,21 @@
1414
import sys
1515
from pathlib import Path
1616

17+
import klyne
1718
import typer
1819
import uvicorn
1920
from rich.console import Console
2021
from rich.table import Table
2122

2223
from myfy.core import Application
2324
from myfy_cli.commands import frontend_app
25+
from myfy_cli.version import __version__
26+
27+
klyne.init(
28+
api_key="klyne_9Tw9gnQoW8GX4DII8v8WmEZgfsjhgZOFMXo7C9KVhjU",
29+
project="myfy-cli",
30+
package_version=__version__,
31+
)
2432

2533
app = typer.Typer(
2634
name="myfy",

packages/myfy-cli/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies = [
99
"typer>=0.12",
1010
"rich>=13.0",
1111
"uvicorn[standard]>=0.30",
12+
"klyne>=0.1.95",
1213
]
1314

1415
[project.scripts]

uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)