yasoo
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: yasoo | ||
| Version: 0.12.2 | ||
| Version: 0.12.3 | ||
| Summary: Yet another serializer of objects | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/drorvinkler/yasoo |
+1
-1
@@ -9,3 +9,3 @@ import setuptools | ||
| name="yasoo", | ||
| version="0.12.2", | ||
| version="0.12.3", | ||
| author="Dror A. Vinkler", | ||
@@ -12,0 +12,0 @@ description="Yet another serializer of objects", |
| Metadata-Version: 2.1 | ||
| Name: yasoo | ||
| Version: 0.12.2 | ||
| Version: 0.12.3 | ||
| Summary: Yet another serializer of objects | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/drorvinkler/yasoo |
@@ -150,3 +150,3 @@ from functools import lru_cache | ||
| def _resolve_type(globals, t): | ||
| return globals.get(t) if isinstance(t, str) else t | ||
| return globals.get(t, t) if isinstance(t, str) else t | ||
@@ -153,0 +153,0 @@ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
54066
0.01%