vhi-python 0.1.0__tar.gz → 0.1.1__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.
- {vhi_python-0.1.0 → vhi_python-0.1.1}/PKG-INFO +2 -3
- {vhi_python-0.1.0 → vhi_python-0.1.1}/pyproject.toml +2 -3
- {vhi_python-0.1.0 → vhi_python-0.1.1}/src/vhi_python.egg-info/PKG-INFO +2 -3
- {vhi_python-0.1.0 → vhi_python-0.1.1}/README.md +0 -0
- {vhi_python-0.1.0 → vhi_python-0.1.1}/setup.cfg +0 -0
- {vhi_python-0.1.0 → vhi_python-0.1.1}/src/vhi/__init__.py +0 -0
- {vhi_python-0.1.0 → vhi_python-0.1.1}/src/vhi/client.py +0 -0
- {vhi_python-0.1.0 → vhi_python-0.1.1}/src/vhi/exceptions.py +0 -0
- {vhi_python-0.1.0 → vhi_python-0.1.1}/src/vhi/models.py +0 -0
- {vhi_python-0.1.0 → vhi_python-0.1.1}/src/vhi_python.egg-info/SOURCES.txt +0 -0
- {vhi_python-0.1.0 → vhi_python-0.1.1}/src/vhi_python.egg-info/dependency_links.txt +0 -0
- {vhi_python-0.1.0 → vhi_python-0.1.1}/src/vhi_python.egg-info/requires.txt +0 -0
- {vhi_python-0.1.0 → vhi_python-0.1.1}/src/vhi_python.egg-info/top_level.txt +0 -0
- {vhi_python-0.1.0 → vhi_python-0.1.1}/tests/test_client.py +0 -0
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vhi-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: A Python client library for the Vhi API, handling authentication, MFA callbacks, claims retrieval, and document downloads.
|
|
5
5
|
Author-email: Agent <agent@example.com>
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/agent/vhi-python
|
|
8
8
|
Project-URL: Repository, https://github.com/agent/vhi-python.git
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
12
11
|
Classifier: Intended Audience :: Developers
|
|
13
12
|
Requires-Python: >=3.8
|
|
@@ -4,16 +4,15 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "vhi-python"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "A Python client library for the Vhi API, handling authentication, MFA callbacks, claims retrieval, and document downloads."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name = "Agent", email = "agent@example.com" }
|
|
12
12
|
]
|
|
13
|
-
license =
|
|
13
|
+
license = "MIT"
|
|
14
14
|
classifiers = [
|
|
15
15
|
"Programming Language :: Python :: 3",
|
|
16
|
-
"License :: OSI Approved :: MIT License",
|
|
17
16
|
"Operating System :: OS Independent",
|
|
18
17
|
"Intended Audience :: Developers"
|
|
19
18
|
]
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vhi-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: A Python client library for the Vhi API, handling authentication, MFA callbacks, claims retrieval, and document downloads.
|
|
5
5
|
Author-email: Agent <agent@example.com>
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/agent/vhi-python
|
|
8
8
|
Project-URL: Repository, https://github.com/agent/vhi-python.git
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
12
11
|
Classifier: Intended Audience :: Developers
|
|
13
12
|
Requires-Python: >=3.8
|
|
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
|