add cli
This commit is contained in:
parent
85554e2169
commit
a21dbb08d4
8 changed files with 285 additions and 43 deletions
|
|
@ -24,13 +24,16 @@ classifiers = [
|
|||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
dependencies = [ 'rich', 'sqlmodel', 'typer' ]
|
||||
dependencies = [ 'rich', 'sqlmodel', 'typer', 'iterfzf']
|
||||
|
||||
[project.urls]
|
||||
Documentation = "https://github.com/waylonwalker/sqlmodel-base#readme"
|
||||
Issues = "https://github.com/waylonwalker/sqlmodel-base/issues"
|
||||
Source = "https://github.com/waylonwalker/sqlmodel-base"
|
||||
|
||||
[project.scripts]
|
||||
sqlmodel-base = "sqlmodel_base.cli:app"
|
||||
|
||||
[tool.hatch.version]
|
||||
path = "sqlmodel_base/__about__.py"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue