gigantum
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: gigantum | ||
| Version: 1.1.2 | ||
| Version: 1.1.3 | ||
| Summary: CLI for the Gigantum Platform | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/gigantum/gigantum-cli |
@@ -1,2 +0,2 @@ | ||
| docker==4.2.1 | ||
| docker==4.3.1 | ||
| six==1.12.0 |
| # Gigantum CLI Version | ||
| __version__ = "1.1.2" | ||
| __version__ = "1.1.3" |
@@ -16,3 +16,11 @@ import sys | ||
| # Temporary fix due to docker 2.5.0.0 and docker-py failing when container doesn't exist | ||
| # See https://github.com/docker/docker-py/issues/2696 | ||
| if platform.system() == 'Windows': | ||
| from pywintypes import error as TempDockerError | ||
| else: | ||
| class TempDockerError(OSError): | ||
| pass | ||
| def _cleanup_containers() -> None: | ||
@@ -45,2 +53,6 @@ """Method to clean up gigantum managed containers, stopping if needed. | ||
| pass | ||
| except (requests.exceptions.ChunkedEncodingError, TempDockerError): | ||
| # Temporary fix due to docker 2.5.0.0 and docker-py failing when container doesn't exist | ||
| # See https://github.com/docker/docker-py/issues/2696 | ||
| pass | ||
@@ -55,2 +67,6 @@ try: | ||
| pass | ||
| except (requests.exceptions.ChunkedEncodingError, TempDockerError): | ||
| # Temporary fix due to docker 2.5.0.0 and docker-py failing when container doesn't exist | ||
| # See https://github.com/docker/docker-py/issues/2696 | ||
| pass | ||
@@ -57,0 +73,0 @@ |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: gigantum | ||
| Version: 1.1.2 | ||
| Version: 1.1.3 | ||
| Summary: CLI for the Gigantum Platform | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/gigantum/gigantum-cli |
+1
-1
| # docker currently mandates a specific version range for requests (which we use) | ||
| # Please ensure that requests remains required if you bump the docker version! | ||
| docker==4.2.1 | ||
| docker==4.3.1 | ||
| six==1.12.0 |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
84084
0.93%975
1.56%