yapapi
yapapi copied to clipboard
Python high-level API for Golem.
resolves: https://github.com/golemfactory/gamerhash-facade/issues/42 ## Instruction: Works on build: https://github.com/golemfactory/yagna/releases/tag/pre-rel-v0.16.0-ai-rc4 Remember to install both Provider and Requestor version. Exeunit must be updated. Running: ``` cd examples/transfer-progress poetry run python3 progress.py ``` ##...
We made a switch from the handbook to the new docs and the links are broken right now. This should solve the issues.
As for now, yapapi is passing `GSB_URL` implicitly via `os.environ`. ```python env = dict(os.environ, RUST_LOG="debug") if self._debug else None self._proc = await asyncio.create_subprocess_shell( "gftp server", stdout=asyncio.subprocess.PIPE, stdin=asyncio.subprocess.PIPE, env=env ) ```...
Below section of leastexpensive.py is not using the number of threads of the provider for the expected usage. This results in incorrect selection of providers. Both the job duration and...
I didn't know where to put it so I put it here.