dida-cli 0.2.2__tar.gz → 0.2.3__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: dida-cli
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: 事咚咚 - 个人待办管理的 CLI 工具
5
5
  Author: gudong
6
6
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "dida-cli"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  description = "事咚咚 - 个人待办管理的 CLI 工具"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -8,8 +8,8 @@ from datetime import datetime
8
8
  from dong import json_output, ValidationError, NotFoundError
9
9
 
10
10
  from . import __version__
11
- from .db.connection import init_db, get_connection
12
- from .const import DB_PATH, PRIORITIES
11
+ from .db.connection import init_db, get_connection, get_db_path
12
+ from .const import PRIORITIES
13
13
 
14
14
  app = typer.Typer(
15
15
  name="dida",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes