initial commit
This commit is contained in:
0
packages/KomTaggerTui/README.md
Normal file
0
packages/KomTaggerTui/README.md
Normal file
19
packages/KomTaggerTui/pyproject.toml
Normal file
19
packages/KomTaggerTui/pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[project]
|
||||
name = "komtaggertui"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "WorldTeacher", email = "coding_contact@pm.me" }
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"komtagger",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.uv.sources]
|
||||
komtagger = { workspace = true }
|
||||
2
packages/KomTaggerTui/src/komtaggertui/__init__.py
Normal file
2
packages/KomTaggerTui/src/komtaggertui/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def hello() -> str:
|
||||
return "Hello from komtaggertui!"
|
||||
3
packages/KomTaggerTui/src/komtaggertui/app.py
Normal file
3
packages/KomTaggerTui/src/komtaggertui/app.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from textual.content import Content
|
||||
from rich.console import RenderableType
|
||||
from
|
||||
0
packages/KomTaggerTui/src/komtaggertui/py.typed
Normal file
0
packages/KomTaggerTui/src/komtaggertui/py.typed
Normal file
Reference in New Issue
Block a user