lidb 1.0.1__py3-none-any.whl → 1.0.3__py3-none-any.whl

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.

Potentially problematic release.


This version of lidb might be problematic. Click here for more details.

lidb/__init__.py CHANGED
@@ -17,4 +17,4 @@ from .database import (
17
17
  tb_path,
18
18
  )
19
19
 
20
- __version__ = "1.0.1"
20
+ __version__ = "1.0.3"
lidb/init.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  from pathlib import Path
7
7
  from dynaconf import Dynaconf
8
- import tolog
8
+ import logair
9
9
 
10
10
 
11
11
  USERHOME = Path("~").expanduser() # 用户家目录
@@ -13,7 +13,7 @@ NAME = "lidb"
13
13
  DB_PATH = USERHOME / NAME
14
14
  CONFIG_PATH = DB_PATH / "conf" / "settings.toml"
15
15
 
16
- logger = tolog.get_logger(NAME)
16
+ logger = logair.get_logger(NAME)
17
17
 
18
18
 
19
19
  if not CONFIG_PATH.exists():
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lidb
3
- Version: 1.0.1
3
+ Version: 1.0.3
4
4
  Requires-Python: >=3.12
5
5
  Description-Content-Type: text/markdown
6
6
  Requires-Dist: dynaconf>=3.2.11
7
7
  Requires-Dist: polars>=1.31.0
8
8
  Requires-Dist: sqlparse>=0.5.3
9
- Requires-Dist: tolog>=1.0.0
9
+ Requires-Dist: logair>=1.0.0
@@ -0,0 +1,8 @@
1
+ lidb/__init__.py,sha256=GZLAOnJ1tu9y_9t5VNXeSbg3_txKg6xkktPBsEh3_ek,277
2
+ lidb/database.py,sha256=OktJZCPVIaBUYENGMeWNB8NPOy1R01kwWtkfuUzP07E,3147
3
+ lidb/init.py,sha256=S6Yud6bHEmbaCVV7yXZWsQhe0YIsw9D_Yy17kiDpsGQ,1159
4
+ lidb/parse.py,sha256=N1BBZoUhvLj58biZfEhFs4cGsqaZqsanx27bAp_P7Oo,2236
5
+ lidb-1.0.3.dist-info/METADATA,sha256=ZatuH9dkJ4iGgyXpCizaRz_ShWiS1CxzDESEb5jNNqY,234
6
+ lidb-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ lidb-1.0.3.dist-info/top_level.txt,sha256=NgXJNwt6ld6oLXtW1vOPaEh-VO5R0JEX_KmGIJR4ueE,5
8
+ lidb-1.0.3.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- lidb/__init__.py,sha256=X-wb6Gf4uWsJ0N6bEz7Y6jp1_hN4zrF05KUDM8ftikY,277
2
- lidb/database.py,sha256=OktJZCPVIaBUYENGMeWNB8NPOy1R01kwWtkfuUzP07E,3147
3
- lidb/init.py,sha256=fQze6zgdDocWjbbsqWL0CDGRV_-64H0wt7qQBe-iINw,1157
4
- lidb/parse.py,sha256=N1BBZoUhvLj58biZfEhFs4cGsqaZqsanx27bAp_P7Oo,2236
5
- lidb-1.0.1.dist-info/METADATA,sha256=U9Ditce4cneGOLXF_rR5az6Ks8KOWs-Gue87E3xX9Z4,233
6
- lidb-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- lidb-1.0.1.dist-info/top_level.txt,sha256=NgXJNwt6ld6oLXtW1vOPaEh-VO5R0JEX_KmGIJR4ueE,5
8
- lidb-1.0.1.dist-info/RECORD,,
File without changes