pylhb 0.2.6__py3-none-any.whl → 0.3.0__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.
pylhb/__init__.py CHANGED
@@ -1,2 +1,7 @@
1
- def main() -> None:
2
- print("Hello from pylhb!")
1
+ from .myconfig import MyConfig
2
+ from .myjson import MyJSON
3
+ from .mylog import MyLog
4
+ from .myodbc import MSSQL
5
+ from .mysqlite import SQLite
6
+
7
+ __all__=["MyConfig","MyJSON","MyLog","MSSQL","SQLite"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pylhb
3
- Version: 0.2.6
3
+ Version: 0.3.0
4
4
  Summary: Mr.Lee's Helpers
5
5
  License: Non-Commercial Use License
6
6
 
@@ -222,7 +222,7 @@ if __name__ == "__main__":
222
222
 
223
223
  ## 🌺mysqlite
224
224
 
225
- SQLite配置操作
225
+ SQLite操作
226
226
 
227
227
  使用示例:
228
228
 
@@ -1,10 +1,10 @@
1
- pylhb/__init__.py,sha256=w-OXDD2tii5g0E0kWQYl-LP0C1LSezXFkUCe5cgO-nY,51
1
+ pylhb/__init__.py,sha256=b6XoUxAcSVPcrd804z_IwUW9_OoRro87ujvmh6Udrbc,193
2
2
  pylhb/myconfig.py,sha256=skaiIe2jfnWj4X3bfbBqBpygkcrDZ2rMKxX_CBKekms,1223
3
3
  pylhb/myjson.py,sha256=tsk-xCeQaAhXB3r2UfHBnBKMOwju9gaeF6mHzKraRS8,713
4
4
  pylhb/mylog.py,sha256=EQwJue0Vg_hl25kD4t5R9ZXGeJY5hvh_f-_R_-vPHFg,2029
5
5
  pylhb/myodbc.py,sha256=2psoAiKLUHmw8M6oedOhQDg9-avVqMR1xX6pakibAgo,7748
6
6
  pylhb/mysqlite.py,sha256=mXEiYoK-RIFC9PEq3Y2Sjq-dNcFGcIeQYSdrnP7Zv4Q,3593
7
- pylhb-0.2.6.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
8
- pylhb-0.2.6.dist-info/entry_points.txt,sha256=JgRWNHrbkaBFjPwbIi60UzpImMHwTtOchFnclGWMqeY,38
9
- pylhb-0.2.6.dist-info/METADATA,sha256=aharaXI9GCRkpE1jcX4WwxZAllx1OE4_eW-oJLYGCvk,8049
10
- pylhb-0.2.6.dist-info/RECORD,,
7
+ pylhb-0.3.0.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
8
+ pylhb-0.3.0.dist-info/entry_points.txt,sha256=JgRWNHrbkaBFjPwbIi60UzpImMHwTtOchFnclGWMqeY,38
9
+ pylhb-0.3.0.dist-info/METADATA,sha256=hq9OmK0WhJ6v4x6GEd0PcxYA-1NEvDrdHJ_gdRf-ZPs,8043
10
+ pylhb-0.3.0.dist-info/RECORD,,
File without changes