neuronum 5.8.0__tar.gz → 5.8.1__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.
Potentially problematic release.
This version of neuronum might be problematic. Click here for more details.
- {neuronum-5.8.0/neuronum.egg-info → neuronum-5.8.1}/PKG-INFO +1 -1
- {neuronum-5.8.0 → neuronum-5.8.1}/cli/main.py +0 -10
- {neuronum-5.8.0 → neuronum-5.8.1/neuronum.egg-info}/PKG-INFO +1 -1
- {neuronum-5.8.0 → neuronum-5.8.1}/setup.py +1 -1
- {neuronum-5.8.0 → neuronum-5.8.1}/LICENSE.md +0 -0
- {neuronum-5.8.0 → neuronum-5.8.1}/README.md +0 -0
- {neuronum-5.8.0 → neuronum-5.8.1}/cli/__init__.py +0 -0
- {neuronum-5.8.0 → neuronum-5.8.1}/neuronum/__init__.py +0 -0
- {neuronum-5.8.0 → neuronum-5.8.1}/neuronum/neuronum.py +0 -0
- {neuronum-5.8.0 → neuronum-5.8.1}/neuronum.egg-info/SOURCES.txt +0 -0
- {neuronum-5.8.0 → neuronum-5.8.1}/neuronum.egg-info/dependency_links.txt +0 -0
- {neuronum-5.8.0 → neuronum-5.8.1}/neuronum.egg-info/entry_points.txt +0 -0
- {neuronum-5.8.0 → neuronum-5.8.1}/neuronum.egg-info/requires.txt +0 -0
- {neuronum-5.8.0 → neuronum-5.8.1}/neuronum.egg-info/top_level.txt +0 -0
- {neuronum-5.8.0 → neuronum-5.8.1}/setup.cfg +0 -0
|
@@ -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
|
|
|
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
|