ethernity-cloud-sdk-py 0.2.43__tar.gz → 0.2.45__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.
- {ethernity_cloud_sdk_py-0.2.43/ethernity_cloud_sdk_py.egg-info → ethernity_cloud_sdk_py-0.2.45}/PKG-INFO +2 -1
- ethernity_cloud_sdk_py-0.2.45/ethernity_cloud_sdk_py/commands/__pycache__/__init__.cpython-311.pyc +0 -0
- ethernity_cloud_sdk_py-0.2.45/ethernity_cloud_sdk_py/commands/__pycache__/build.cpython-311.pyc +0 -0
- ethernity_cloud_sdk_py-0.2.45/ethernity_cloud_sdk_py/commands/__pycache__/config.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/publish.py +0 -21
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45/ethernity_cloud_sdk_py.egg-info}/PKG-INFO +2 -1
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py.egg-info/SOURCES.txt +3 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py.egg-info/requires.txt +1 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/setup.py +2 -1
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/LICENSE +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/MANIFEST.in +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/README.md +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/cli.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/build.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/config.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/enums.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/init.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/private_key.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/publish.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/Dockerfile.base +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/Dockerfile.base.tpl +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/Dockerfile.tpl +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/scripts/binary-fs-build.sh +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/cert1-ca1-clean.crt +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/cert1-ca1-clean.key +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/enclave_pub_cert.pem +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/input.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/payload.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/public-cert-clean.pem +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/result.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/transaction.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/etny_crypto.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/etny_exec.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/etny_exec_flask.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/etny_exec_serv.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/image_registry.abi +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/key_generation.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/models.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/pox.abi +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/securelock.py.tmpl +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/swift_stream_service.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/build.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/ipfs_client.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/run/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/run/docker-compose-final.yml.tmpl +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/run/docker-compose-swift-stream.yml.tmpl +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/run/docker-compose.yml.tmpl +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/run/etny-securelock-test.yaml.tpl +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/run/image_registry.abi +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/run/image_registry.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/run/image_registry_runner.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/pynithy/run/public_key_service.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/commands/spinner.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/templates/src/ethernity_task.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/templates/src/serverless/Dockerfile.serverless +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/templates/src/serverless/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/templates/src/serverless/backend.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/templates/src/serverless/requirements.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py.egg-info/dependency_links.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py.egg-info/entry_points.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py.egg-info/top_level.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/setup.cfg +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/tests/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/tests/test_example.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ethernity-cloud-sdk-py
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.45
|
|
4
4
|
Summary: Ethernity Cloud SDK Python
|
|
5
5
|
Home-page: https://github.com/ethernity-cloud/ethernity-cloud-sdk-py
|
|
6
6
|
Author: Ethernity Cloud Team
|
|
@@ -15,6 +15,7 @@ Requires-Dist: requests_toolbelt
|
|
|
15
15
|
Requires-Dist: cryptography
|
|
16
16
|
Requires-Dist: typing-extensions
|
|
17
17
|
Requires-Dist: ethernity-cloud-runner-py
|
|
18
|
+
Requires-Dist: pyyaml
|
|
18
19
|
Dynamic: author
|
|
19
20
|
Dynamic: author-email
|
|
20
21
|
Dynamic: description
|
ethernity_cloud_sdk_py-0.2.45/ethernity_cloud_sdk_py/commands/__pycache__/__init__.cpython-311.pyc
ADDED
|
Binary file
|
ethernity_cloud_sdk_py-0.2.45/ethernity_cloud_sdk_py/commands/__pycache__/build.cpython-311.pyc
ADDED
|
Binary file
|
ethernity_cloud_sdk_py-0.2.45/ethernity_cloud_sdk_py/commands/__pycache__/config.cpython-311.pyc
ADDED
|
Binary file
|
|
@@ -154,27 +154,6 @@ def get_docker_server_info():
|
|
|
154
154
|
return False
|
|
155
155
|
except FileNotFoundError:
|
|
156
156
|
return False
|
|
157
|
-
|
|
158
|
-
import os
|
|
159
|
-
import shutil
|
|
160
|
-
from pathlib import Path
|
|
161
|
-
import yaml
|
|
162
|
-
|
|
163
|
-
import os
|
|
164
|
-
import shutil
|
|
165
|
-
from pathlib import Path
|
|
166
|
-
import yaml
|
|
167
|
-
|
|
168
|
-
import os
|
|
169
|
-
import shutil
|
|
170
|
-
from pathlib import Path
|
|
171
|
-
import yaml
|
|
172
|
-
|
|
173
|
-
import os
|
|
174
|
-
import shutil
|
|
175
|
-
from pathlib import Path
|
|
176
|
-
import yaml
|
|
177
|
-
|
|
178
157
|
def update_docker_compose_files(dest_dir: Path) -> bool:
|
|
179
158
|
"""
|
|
180
159
|
1) Restore .tmpl → .yml
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ethernity-cloud-sdk-py
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.45
|
|
4
4
|
Summary: Ethernity Cloud SDK Python
|
|
5
5
|
Home-page: https://github.com/ethernity-cloud/ethernity-cloud-sdk-py
|
|
6
6
|
Author: Ethernity Cloud Team
|
|
@@ -15,6 +15,7 @@ Requires-Dist: requests_toolbelt
|
|
|
15
15
|
Requires-Dist: cryptography
|
|
16
16
|
Requires-Dist: typing-extensions
|
|
17
17
|
Requires-Dist: ethernity-cloud-runner-py
|
|
18
|
+
Requires-Dist: pyyaml
|
|
18
19
|
Dynamic: author
|
|
19
20
|
Dynamic: author-email
|
|
20
21
|
Dynamic: description
|
|
@@ -18,6 +18,9 @@ ethernity_cloud_sdk_py/commands/init.py
|
|
|
18
18
|
ethernity_cloud_sdk_py/commands/private_key.py
|
|
19
19
|
ethernity_cloud_sdk_py/commands/publish.py
|
|
20
20
|
ethernity_cloud_sdk_py/commands/spinner.py
|
|
21
|
+
ethernity_cloud_sdk_py/commands/__pycache__/__init__.cpython-311.pyc
|
|
22
|
+
ethernity_cloud_sdk_py/commands/__pycache__/build.cpython-311.pyc
|
|
23
|
+
ethernity_cloud_sdk_py/commands/__pycache__/config.cpython-311.pyc
|
|
21
24
|
ethernity_cloud_sdk_py/commands/pynithy/__init__.py
|
|
22
25
|
ethernity_cloud_sdk_py/commands/pynithy/build.py
|
|
23
26
|
ethernity_cloud_sdk_py/commands/pynithy/ipfs_client.py
|
|
@@ -5,7 +5,7 @@ this_directory = Path(__file__).parent
|
|
|
5
5
|
long_description = (this_directory / "README.md").read_text()
|
|
6
6
|
setup(
|
|
7
7
|
name="ethernity-cloud-sdk-py",
|
|
8
|
-
version="0.2.
|
|
8
|
+
version="0.2.45",
|
|
9
9
|
url="https://github.com/ethernity-cloud/ethernity-cloud-sdk-py",
|
|
10
10
|
author="Ethernity Cloud Team",
|
|
11
11
|
author_email="contact@ethernity.cloud",
|
|
@@ -26,6 +26,7 @@ setup(
|
|
|
26
26
|
"cryptography",
|
|
27
27
|
"typing-extensions",
|
|
28
28
|
"ethernity-cloud-runner-py",
|
|
29
|
+
"pyyaml",
|
|
29
30
|
# Add other dependencies here
|
|
30
31
|
],
|
|
31
32
|
entry_points={
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/__init__.py
RENAMED
|
File without changes
|
{ethernity_cloud_sdk_py-0.2.43 → ethernity_cloud_sdk_py-0.2.45}/ethernity_cloud_sdk_py/cli.py
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|