BCBvcl4pyAPI 0.1.1__tar.gz → 0.1.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.
- bcbvcl4pyapi-0.1.3/BCBvcl4pyAPI/__init__.py +3 -0
- {bcbvcl4pyapi-0.1.1 → bcbvcl4pyapi-0.1.3}/BCBvcl4pyAPI.egg-info/PKG-INFO +5 -1
- {bcbvcl4pyapi-0.1.1 → bcbvcl4pyapi-0.1.3}/PKG-INFO +5 -1
- bcbvcl4pyapi-0.1.3/README.md +3 -0
- {bcbvcl4pyapi-0.1.1 → bcbvcl4pyapi-0.1.3}/pyproject.toml +1 -3
- bcbvcl4pyapi-0.1.1/BCBvcl4pyAPI/__init__.py +0 -0
- bcbvcl4pyapi-0.1.1/README.md +0 -0
- {bcbvcl4pyapi-0.1.1 → bcbvcl4pyapi-0.1.3}/BCBvcl4pyAPI/BCBvcl4pyAPI.py +0 -0
- {bcbvcl4pyapi-0.1.1 → bcbvcl4pyapi-0.1.3}/BCBvcl4pyAPI.egg-info/SOURCES.txt +0 -0
- {bcbvcl4pyapi-0.1.1 → bcbvcl4pyapi-0.1.3}/BCBvcl4pyAPI.egg-info/dependency_links.txt +0 -0
- {bcbvcl4pyapi-0.1.1 → bcbvcl4pyapi-0.1.3}/BCBvcl4pyAPI.egg-info/top_level.txt +0 -0
- {bcbvcl4pyapi-0.1.1 → bcbvcl4pyapi-0.1.3}/setup.cfg +0 -0
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: BCBvcl4pyAPI
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: BCBvcl4pyAPI Python package
|
|
5
5
|
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
6
|
Project-URL: Homepage, https://mis.gotech.biz
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
Version 0.1.3: 2025/09/19
|
|
10
|
+
--------------
|
|
11
|
+
Mainly fixed the issue where Packages could not be found after an update.
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: BCBvcl4pyAPI
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: BCBvcl4pyAPI Python package
|
|
5
5
|
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
6
|
Project-URL: Homepage, https://mis.gotech.biz
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
Version 0.1.3: 2025/09/19
|
|
10
|
+
--------------
|
|
11
|
+
Mainly fixed the issue where Packages could not be found after an update.
|
|
@@ -4,15 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "BCBvcl4pyAPI"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.3"
|
|
8
8
|
description = "BCBvcl4pyAPI Python package"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name="James Lin", email="tylin123@ms27.hinet.net" }
|
|
11
11
|
]
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
license = { file = "LICENSE" }
|
|
14
|
-
dependencies = [
|
|
15
|
-
]
|
|
16
14
|
|
|
17
15
|
[project.urls]
|
|
18
16
|
Homepage = "https://mis.gotech.biz"
|
|
File without changes
|
bcbvcl4pyapi-0.1.1/README.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|