yapapi icon indicating copy to clipboard operation
yapapi copied to clipboard

Python high-level API for Golem.

Results 111 yapapi issues
Sort by recently updated
recently updated
newest added

1. `examples/ssh` is a nice place to start with the VPN 2. Many things don't work on `-alpine` images - e.g. `pip3 install ray` in my case, but this seems...

While working on #1086, my changes on windows machine implicitly changed file permissions for one of example python scripts. Goth tests are running on linux and are executing example code...

depends on: https://github.com/golemfactory/yagna/issues/2387 re-enable: * `test_run_ssh` * `test_run_webapp` * `test_recycle_ip`

blocked

While working on the [GasTracker app](https://github.com/golemfactory/gas_scanner), it was found out that sometimes, the returned API responses were incomplete. The route was: browser -> nginx on the front-end -> back-end The...

When working on https://github.com/golemfactory/dapp-runner/issues/70 we discovered that the most optimal solution to proxy port race condition would be to change yapapi behavior. Both `http_proxy` and `socket_proxy` **modules** have similar interfaces...

(or maybe it could be the todo list?) * would give us a glimpse on possible requirements for dapp-runner's GAOM the goal is to determine if GAOM is needed to...

It seems that, starting with version 0.12 (ya-runtime-vm 0.3), yagna providers will be able to automatically execute entrypoints in the images... * [x] depends on https://github.com/golemfactory/ya-runtime-vm/issues/146 * [ ] add...

https://github.com/golemfactory/goth/pull/604

As #1086 introduced unified scripts in task runners, and dependencies syntax are now in poetry 1.2+ format, its a good time to revisit how we can now describe `sphinx` and...