ethernity-cloud-sdk-py 0.2.6__tar.gz → 0.2.7__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.6/ethernity_cloud_sdk_py.egg-info → ethernity_cloud_sdk_py-0.2.7}/PKG-INFO +1 -1
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/__pycache__/build.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/__pycache__/init.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/__pycache__/publish.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/build.py +1 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/init.py +1 -1
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/publish.py +4 -2
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/Dockerfile +1 -1
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/__pycache__/image_registry.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/image_registry.py +7 -6
- ethernity_cloud_sdk_py-0.2.7/ethernity_cloud_sdk_py/templates/src/serverless/Dockerfile.serverless +7 -0
- ethernity_cloud_sdk_py-0.2.7/ethernity_cloud_sdk_py/templates/src/serverless/backend.py +2 -0
- ethernity_cloud_sdk_py-0.2.7/ethernity_cloud_sdk_py/templates/src/serverless/requirements.txt +5 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7/ethernity_cloud_sdk_py.egg-info}/PKG-INFO +1 -1
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py.egg-info/SOURCES.txt +4 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/setup.py +1 -1
- ethernity_cloud_sdk_py-0.2.7/tests/test_example.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/LICENSE +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/MANIFEST.in +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/README.md +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/cli.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/__pycache__/__init__.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/__pycache__/config.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/__pycache__/private_key.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/__pycache__/spinner.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/config.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/private_key.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/__pycache__/__init__.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/__pycache__/build.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/__pycache__/ipfs_client.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/__pycache__/publish.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/__pycache__/runner.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/Dockerfile.base +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/Dockerfile.base.tpl +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/Dockerfile.tpl +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/scripts/binary-fs-build.sh +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/cert1-ca1-clean.crt +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/cert1-ca1-clean.key +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/enclave_pub_cert.pem +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/input.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/payload.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/public-cert-clean.pem +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/result.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/transaction.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/etny_crypto.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/etny_exec.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/image_registry.abi +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/key_generation.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/models.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/pox.abi +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/securelock.py.tmpl +0 -0
- {ethernity_cloud_sdk_py-0.2.6/ethernity_cloud_sdk_py/templates → ethernity_cloud_sdk_py-0.2.7/ethernity_cloud_sdk_py/commands/pynithy/build/securelock}/src/serverless/Dockerfile.serverless +0 -0
- {ethernity_cloud_sdk_py-0.2.6/ethernity_cloud_sdk_py/commands/pynithy/run → ethernity_cloud_sdk_py-0.2.7/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/serverless}/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6/ethernity_cloud_sdk_py/templates → ethernity_cloud_sdk_py-0.2.7/ethernity_cloud_sdk_py/commands/pynithy/build/securelock}/src/serverless/backend.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6/ethernity_cloud_sdk_py/templates → ethernity_cloud_sdk_py-0.2.7/ethernity_cloud_sdk_py/commands/pynithy/build/securelock}/src/serverless/requirements.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/swift_stream_service.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/build.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/ipfs_client.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/publish.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/IPFS_DOCKER_COMPOSE_HASH.ipfs +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/IPFS_HASH.ipfs +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/PUBLIC_KEY.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.6/ethernity_cloud_sdk_py/templates/src/serverless → ethernity_cloud_sdk_py-0.2.7/ethernity_cloud_sdk_py/commands/pynithy/run}/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/__pycache__/__init__.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/__pycache__/public_key_service.cpython-311.pyc +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/cert.pem +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/certificate.trustedzone.crt +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/docker-compose-final.yml +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/docker-compose-final.yml.tmpl +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/docker-compose-swift-stream.yml.tmpl +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/docker-compose.yml +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/docker-compose.yml.tmpl +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/etny-pynity-test.yaml.tpl +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/etny-securelock-test.yaml +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/etny-securelock-test.yaml.tpl +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/etny-trustedzone-test.yaml.tpl +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/image_registry.abi +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/image_registry_runner.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/key.pem +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/predecessor.json +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/pynithy/run/public_key_service.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/commands/spinner.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/templates/src/ethernity_task.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6/tests → ethernity_cloud_sdk_py-0.2.7/ethernity_cloud_sdk_py/templates/src/serverless}/__init__.py +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py.egg-info/dependency_links.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py.egg-info/entry_points.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py.egg-info/requires.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py.egg-info/top_level.txt +0 -0
- {ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/setup.cfg +0 -0
- /ethernity_cloud_sdk_py-0.2.6/tests/test_example.py → /ethernity_cloud_sdk_py-0.2.7/tests/__init__.py +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -213,7 +213,7 @@ def main():
|
|
|
213
213
|
config.write("BLOCKCHAIN_NETWORK", blockchain_network.replace(" ", "_"))
|
|
214
214
|
config.write("IPFS_ENDPOINT", custom_url)
|
|
215
215
|
config.write("IPFS_TOKEN", ipfs_token or "")
|
|
216
|
-
config.write("VERSION",
|
|
216
|
+
config.write("VERSION", 0)
|
|
217
217
|
|
|
218
218
|
config.write(
|
|
219
219
|
"TRUSTED_ZONE_IMAGE",
|
|
@@ -12,6 +12,8 @@ from ethernity_cloud_sdk_py.commands.spinner import Spinner
|
|
|
12
12
|
config = Config(Path(".config.json").resolve())
|
|
13
13
|
config.load()
|
|
14
14
|
|
|
15
|
+
image_registry = ImageRegistry()
|
|
16
|
+
|
|
15
17
|
envfile = Path("src/.env").resolve()
|
|
16
18
|
|
|
17
19
|
# For accessing package resources
|
|
@@ -109,7 +111,7 @@ def main():
|
|
|
109
111
|
while True:
|
|
110
112
|
PRIVATE_KEY = prompt("Enter your private key:")
|
|
111
113
|
try:
|
|
112
|
-
|
|
114
|
+
image_registry.set_private_key(str(PRIVATE_KEY))
|
|
113
115
|
break
|
|
114
116
|
except Exception as e:
|
|
115
117
|
print(f"Unable to load private key: {e}")
|
|
@@ -135,7 +137,7 @@ def main():
|
|
|
135
137
|
print("Incorrect password. Please try again.")
|
|
136
138
|
continue
|
|
137
139
|
|
|
138
|
-
image_registry
|
|
140
|
+
image_registry.set_private_key(PRIVATE_KEY)
|
|
139
141
|
|
|
140
142
|
|
|
141
143
|
|
|
@@ -4,7 +4,7 @@ COPY ./src/serverless/requirements.txt /requirements.txt
|
|
|
4
4
|
RUN pip3 install -r /requirements.txt
|
|
5
5
|
RUN rm -rf /requirements.txt
|
|
6
6
|
|
|
7
|
-
ENV SECURELOCK_SESSION=
|
|
7
|
+
ENV SECURELOCK_SESSION=test_SECURELOCK_V3_testnet_1
|
|
8
8
|
ENV BUCKET_NAME=etny-pynithy-testnet-v3
|
|
9
9
|
ENV SMART_CONTRACT_ADDRESS=0x02882F03097fE8cD31afbdFbB5D72a498B41112c
|
|
10
10
|
ENV IMAGE_REGISTRY_ADDRESS=0x15D73a742529C3fb11f3FA32EF7f0CC3870ACA31
|
|
Binary file
|
|
@@ -18,9 +18,9 @@ config = Config(Path(".config.json").resolve())
|
|
|
18
18
|
config.load()
|
|
19
19
|
|
|
20
20
|
class ImageRegistry:
|
|
21
|
-
def __init__(self
|
|
21
|
+
def __init__(self):
|
|
22
22
|
try:
|
|
23
|
-
|
|
23
|
+
|
|
24
24
|
self.blockchain_network = config.read("BLOCKCHAIN_NETWORK")
|
|
25
25
|
self.project_name = config.read("PROJECT_NAME")
|
|
26
26
|
self.enclave_name_securelock = self.project_name
|
|
@@ -64,10 +64,6 @@ class ImageRegistry:
|
|
|
64
64
|
# if "Bloxberg" in BLOCKCHAIN_NETWORK or "Polygon" in BLOCKCHAIN_NETWORK:
|
|
65
65
|
# self.provider.middleware_onion.inject(geth_poa_middleware, layer=0)
|
|
66
66
|
|
|
67
|
-
if self.private_key:
|
|
68
|
-
self.acct = Account().from_key(self.private_key)
|
|
69
|
-
self.provider.eth.default_account = self.acct.address
|
|
70
|
-
|
|
71
67
|
self.image_registry_contract = self.provider.eth.contract(
|
|
72
68
|
address=to_checksum_address(self.image_registry_address),
|
|
73
69
|
abi=self.image_registry_abi,
|
|
@@ -76,6 +72,11 @@ class ImageRegistry:
|
|
|
76
72
|
except Exception as e:
|
|
77
73
|
raise Exception("Error initializing image registry: " + str(e))
|
|
78
74
|
|
|
75
|
+
def set_private_key(self, private_key):
|
|
76
|
+
self.private_key = private_key
|
|
77
|
+
self.acct = Account().from_key(self.private_key)
|
|
78
|
+
self.provider.eth.default_account = self.acct.address
|
|
79
|
+
|
|
79
80
|
|
|
80
81
|
def check_balance(self):
|
|
81
82
|
try:
|
|
@@ -54,6 +54,10 @@ ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/payload.py
|
|
|
54
54
|
ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/public-cert-clean.pem
|
|
55
55
|
ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/result.txt
|
|
56
56
|
ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/app/transaction.txt
|
|
57
|
+
ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/serverless/Dockerfile.serverless
|
|
58
|
+
ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/serverless/__init__.py
|
|
59
|
+
ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/serverless/backend.py
|
|
60
|
+
ethernity_cloud_sdk_py/commands/pynithy/build/securelock/src/serverless/requirements.txt
|
|
57
61
|
ethernity_cloud_sdk_py/commands/pynithy/run/IPFS_DOCKER_COMPOSE_HASH.ipfs
|
|
58
62
|
ethernity_cloud_sdk_py/commands/pynithy/run/IPFS_HASH.ipfs
|
|
59
63
|
ethernity_cloud_sdk_py/commands/pynithy/run/PUBLIC_KEY.txt
|
|
@@ -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.7",
|
|
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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ethernity_cloud_sdk_py-0.2.6 → ethernity_cloud_sdk_py-0.2.7}/ethernity_cloud_sdk_py/__init__.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
|
|
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
|