neuronum 5.8.0__py3-none-any.whl → 5.8.2__py3-none-any.whl
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.
Potentially problematic release.
This version of neuronum might be problematic. Click here for more details.
- cli/main.py +1 -10
- {neuronum-5.8.0.dist-info → neuronum-5.8.2.dist-info}/METADATA +1 -1
- neuronum-5.8.2.dist-info/RECORD +10 -0
- neuronum-5.8.0.dist-info/RECORD +0 -10
- {neuronum-5.8.0.dist-info → neuronum-5.8.2.dist-info}/WHEEL +0 -0
- {neuronum-5.8.0.dist-info → neuronum-5.8.2.dist-info}/entry_points.txt +0 -0
- {neuronum-5.8.0.dist-info → neuronum-5.8.2.dist-info}/licenses/LICENSE.md +0 -0
- {neuronum-5.8.0.dist-info → neuronum-5.8.2.dist-info}/top_level.txt +0 -0
cli/main.py
CHANGED
|
@@ -327,16 +327,6 @@ async def async_init_node(sync, stream, app, descr):
|
|
|
327
327
|
env_path = project_path / ".env"
|
|
328
328
|
await asyncio.to_thread(env_path.write_text, f"NODE={nodeID}\nHOST={host}\nPASSWORD={password}\nNETWORK={network}\nSYNAPSE={synapse}\n")
|
|
329
329
|
|
|
330
|
-
gitignore_path = project_path / ".gitignore"
|
|
331
|
-
await asyncio.to_thread(gitignore_path.write_text, ".env\n")
|
|
332
|
-
|
|
333
|
-
requirements_path = project_path / "requirements.txt"
|
|
334
|
-
requirements_content = """\
|
|
335
|
-
# Please add additional packages below if your Node uses more
|
|
336
|
-
neuronum
|
|
337
|
-
"""
|
|
338
|
-
await asyncio.to_thread(requirements_path.write_text, requirements_content)
|
|
339
|
-
|
|
340
330
|
nodemd_path = project_path / "NODE.md"
|
|
341
331
|
await asyncio.to_thread(nodemd_path.write_text, """### NODE.md: How to interact with this Node
|
|
342
332
|
|
|
@@ -1108,6 +1098,7 @@ async def async_sync(stx):
|
|
|
1108
1098
|
|
|
1109
1099
|
|
|
1110
1100
|
cli.add_command(create_cell)
|
|
1101
|
+
cli.add_command(connect_cell)
|
|
1111
1102
|
cli.add_command(view_cell)
|
|
1112
1103
|
cli.add_command(disconnect_cell)
|
|
1113
1104
|
cli.add_command(delete_cell)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
cli/main.py,sha256=FE2uIdfNYwAauv-rNm_jD5YPs5K2S3f-0JIlvjAJkWw,34841
|
|
3
|
+
neuronum/__init__.py,sha256=Drsm263_w3_VWgl1YsKLUr8WwVodqV3TSjqpxLjyq_M,46
|
|
4
|
+
neuronum/neuronum.py,sha256=L8Oz1qcTyOiYMTGfiSKgN5Nu9jcl25jFeJOh0XItPjw,17201
|
|
5
|
+
neuronum-5.8.2.dist-info/licenses/LICENSE.md,sha256=zGst0rjgnp6oFuRVwFwB1Ql4sDXt_nw9xbUR49Gf99A,2008
|
|
6
|
+
neuronum-5.8.2.dist-info/METADATA,sha256=XY5GeeQ0rHBWz0pbNhlijEHkPdNVpK2mPsXgNFoVuGQ,5374
|
|
7
|
+
neuronum-5.8.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
neuronum-5.8.2.dist-info/entry_points.txt,sha256=XKYBcRNxGeJpZZkDPsa8HA_RaJ7Km_R_JaUq5T9Nk2U,42
|
|
9
|
+
neuronum-5.8.2.dist-info/top_level.txt,sha256=ru8Fr84cHm6oHr_DcJ8-uaq3RTiuCRFIr6AC8V0zPu4,13
|
|
10
|
+
neuronum-5.8.2.dist-info/RECORD,,
|
neuronum-5.8.0.dist-info/RECORD
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
cli/main.py,sha256=33d7kyfPeSNJD_lHP5CuFQ34sKM7Mv-kfQIGAbu2DQk,35181
|
|
3
|
-
neuronum/__init__.py,sha256=Drsm263_w3_VWgl1YsKLUr8WwVodqV3TSjqpxLjyq_M,46
|
|
4
|
-
neuronum/neuronum.py,sha256=L8Oz1qcTyOiYMTGfiSKgN5Nu9jcl25jFeJOh0XItPjw,17201
|
|
5
|
-
neuronum-5.8.0.dist-info/licenses/LICENSE.md,sha256=zGst0rjgnp6oFuRVwFwB1Ql4sDXt_nw9xbUR49Gf99A,2008
|
|
6
|
-
neuronum-5.8.0.dist-info/METADATA,sha256=oSNPrPnllCkMzCGcMJjN6cYbcFONcKj2f6fExlfH2AQ,5374
|
|
7
|
-
neuronum-5.8.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
-
neuronum-5.8.0.dist-info/entry_points.txt,sha256=XKYBcRNxGeJpZZkDPsa8HA_RaJ7Km_R_JaUq5T9Nk2U,42
|
|
9
|
-
neuronum-5.8.0.dist-info/top_level.txt,sha256=ru8Fr84cHm6oHr_DcJ8-uaq3RTiuCRFIr6AC8V0zPu4,13
|
|
10
|
-
neuronum-5.8.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|