qtmodel 0.5.22__tar.gz → 0.5.23__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.
Potentially problematic release.
This version of qtmodel might be problematic. Click here for more details.
- {qtmodel-0.5.22 → qtmodel-0.5.23}/PKG-INFO +2 -2
- qtmodel-0.5.23/README.md +2669 -0
- {qtmodel-0.5.22 → qtmodel-0.5.23}/qtmodel.egg-info/PKG-INFO +2 -2
- {qtmodel-0.5.22 → qtmodel-0.5.23}/qtmodel.egg-info/SOURCES.txt +1 -1
- {qtmodel-0.5.22 → qtmodel-0.5.23}/setup.py +2 -2
- qtmodel-0.5.22/README.txt +0 -5323
- {qtmodel-0.5.22 → qtmodel-0.5.23}/qtmodel/__init__.py +0 -0
- {qtmodel-0.5.22 → qtmodel-0.5.23}/qtmodel/qt_db.py +0 -0
- {qtmodel-0.5.22 → qtmodel-0.5.23}/qtmodel/qt_mdb.py +0 -0
- {qtmodel-0.5.22 → qtmodel-0.5.23}/qtmodel/qt_odb.py +0 -0
- {qtmodel-0.5.22 → qtmodel-0.5.23}/qtmodel.egg-info/dependency_links.txt +0 -0
- {qtmodel-0.5.22 → qtmodel-0.5.23}/qtmodel.egg-info/top_level.txt +0 -0
- {qtmodel-0.5.22 → qtmodel-0.5.23}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.23
|
|
4
4
|
Summary: python modeling for qt 24/10/15
|
|
5
5
|
Home-page: https://github.com/Inface0443/pyqt
|
|
6
6
|
Author: dqy-zhj
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
|
|
15
|
-
# 最新版本 V0.5.
|
|
15
|
+
# 最新版本 V0.5.23 - 2024.10.15
|
|
16
16
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
17
17
|
- 规范帮助文档
|
|
18
18
|
## 项目管理
|