vtjson 2.2.1__tar.gz → 2.2.2__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.
- {vtjson-2.2.1/src/vtjson.egg-info → vtjson-2.2.2}/PKG-INFO +2 -2
- {vtjson-2.2.1 → vtjson-2.2.2}/pyproject.toml +1 -1
- {vtjson-2.2.1 → vtjson-2.2.2}/src/vtjson/vtjson.py +1 -1
- {vtjson-2.2.1 → vtjson-2.2.2/src/vtjson.egg-info}/PKG-INFO +2 -2
- {vtjson-2.2.1 → vtjson-2.2.2}/AUTHORS +0 -0
- {vtjson-2.2.1 → vtjson-2.2.2}/LICENSE +0 -0
- {vtjson-2.2.1 → vtjson-2.2.2}/README.md +0 -0
- {vtjson-2.2.1 → vtjson-2.2.2}/setup.cfg +0 -0
- {vtjson-2.2.1 → vtjson-2.2.2}/src/vtjson/__init__.py +0 -0
- {vtjson-2.2.1 → vtjson-2.2.2}/src/vtjson/py.typed +0 -0
- {vtjson-2.2.1 → vtjson-2.2.2}/src/vtjson.egg-info/SOURCES.txt +0 -0
- {vtjson-2.2.1 → vtjson-2.2.2}/src/vtjson.egg-info/dependency_links.txt +0 -0
- {vtjson-2.2.1 → vtjson-2.2.2}/src/vtjson.egg-info/requires.txt +0 -0
- {vtjson-2.2.1 → vtjson-2.2.2}/src/vtjson.egg-info/top_level.txt +0 -0
- {vtjson-2.2.1 → vtjson-2.2.2}/tests/test_vtjson.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vtjson
|
|
3
|
-
Version: 2.2.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 2.2.2
|
|
4
|
+
Summary: An easy to use validation library compatible with Python type annotations
|
|
5
5
|
Author-email: Michel Van den Bergh <michel.vandenbergh@uhasselt.be>
|
|
6
6
|
Project-URL: Homepage, https://github.com/vdbergh/vtjson
|
|
7
7
|
Project-URL: Bug Tracker, https://github.com/vdbergh/vtjson/issues
|
|
@@ -8,7 +8,7 @@ dynamic = ["version"]
|
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Michel Van den Bergh", email="michel.vandenbergh@uhasselt.be" },
|
|
10
10
|
]
|
|
11
|
-
description = "
|
|
11
|
+
description = "An easy to use validation library compatible with Python type annotations"
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
dependencies = ["dnspython", "email_validator", "idna", "python-magic", "typing_extensions"]
|
|
14
14
|
requires-python = ">=3.7"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vtjson
|
|
3
|
-
Version: 2.2.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 2.2.2
|
|
4
|
+
Summary: An easy to use validation library compatible with Python type annotations
|
|
5
5
|
Author-email: Michel Van den Bergh <michel.vandenbergh@uhasselt.be>
|
|
6
6
|
Project-URL: Homepage, https://github.com/vdbergh/vtjson
|
|
7
7
|
Project-URL: Bug Tracker, https://github.com/vdbergh/vtjson/issues
|
|
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
|