libdev
Advanced tools
| Metadata-Version: 2.4 | ||
| Name: libdev | ||
| Version: 0.98 | ||
| Version: 0.99 | ||
| Summary: Set of standard functions for development | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/chilleco/lib |
@@ -5,4 +5,4 @@ """ | ||
| __version__ = "0.98" | ||
| __version__ = "0.99" | ||
| __all__ = ("__version__",) |
+5
-1
@@ -38,3 +38,7 @@ """ | ||
| # pylint: disable=protected-access | ||
| exif = image._getexif() | ||
| get_exif = getattr(image, "_getexif", None) | ||
| if not callable(get_exif): | ||
| return image | ||
| exif = get_exif() | ||
| if exif and orientation in exif: | ||
@@ -41,0 +45,0 @@ exif = dict(exif.items()) |
+1
-1
| Metadata-Version: 2.4 | ||
| Name: libdev | ||
| Version: 0.98 | ||
| Version: 0.99 | ||
| Summary: Set of standard functions for development | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/chilleco/lib |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
121101
0.08%3062
0.1%