convertapi
Advanced tools
| Metadata-Version: 1.1 | ||
| Name: convertapi | ||
| Version: 1.1.0 | ||
| Version: 1.1.1 | ||
| Summary: Convert API Python Client | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/ConvertAPI/convertapi-python |
@@ -1,2 +0,2 @@ | ||
| __version__ = '1.1.0' | ||
| __version__ = '1.1.1' | ||
@@ -3,0 +3,0 @@ from .exceptions import * |
@@ -6,5 +6,5 @@ class BaseError(BaseException): | ||
| def __init__(self, result): | ||
| message = result.get('Message', '[message not set]') | ||
| self.message = result.get('Message', '[message not set]') | ||
| super(ApiError, self).__init__(message) | ||
| super(ApiError, self).__init__(self.message) | ||
@@ -11,0 +11,0 @@ self.code = result.get('Code', '') |
+1
-1
| Metadata-Version: 1.1 | ||
| Name: convertapi | ||
| Version: 1.1.0 | ||
| Version: 1.1.1 | ||
| Summary: Convert API Python Client | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/ConvertAPI/convertapi-python |
+1
-1
@@ -102,3 +102,3 @@ # ConvertAPI Python Client | ||
| You can find more advanced examples in the [examples/](examples) folder. | ||
| You can find more advanced examples in the [/examples](https://github.com/ConvertAPI/convertapi-python/tree/master/examples) folder. | ||
@@ -105,0 +105,0 @@ ## Development |
+3
-0
@@ -6,2 +6,5 @@ [metadata] | ||
| [bdist_wheel] | ||
| universal = 1 | ||
| [egg_info] | ||
@@ -8,0 +11,0 @@ tag_build = |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
13794
0.72%