diff options
Diffstat (limited to 'misc/py-runloop-api-client/pkg-descr')
-rw-r--r-- | misc/py-runloop-api-client/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/py-runloop-api-client/pkg-descr b/misc/py-runloop-api-client/pkg-descr new file mode 100644 index 000000000000..39622f2c3472 --- /dev/null +++ b/misc/py-runloop-api-client/pkg-descr @@ -0,0 +1,4 @@ +The Runloop Python library provides convenient access to the Runloop REST API +from any Python 3.8+ application. The library includes type definitions for +all request params and response fields, and offers both synchronous and +asynchronous clients powered by httpx. |