Async Python client for Odoo JSON-RPC
Project description
godoo-client
Async Python client for Odoo JSON-RPC
Install
pip install godoo-client
Quick start
import asyncio
from godoo.client import create_client
async def main():
client = await create_client() # reads ODOO_URL / ODOO_DB / ODOO_USER / ODOO_PASSWORD
partners = await client.search_read("res.partner", [], fields=["name"])
await client.aclose()
Links
- Documentation
- GitHub repository
- License: LGPL-3.0-or-later
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
godoo_client-0.2.1.tar.gz
(33.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file godoo_client-0.2.1.tar.gz.
File metadata
- Download URL: godoo_client-0.2.1.tar.gz
- Upload date:
- Size: 33.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffaf52d1636bca8b642b92084d048807525e182b7c35d039f38fd921e8b402df
|
|
| MD5 |
97013a82c2a354dcac23beefd9ad3814
|
|
| BLAKE2b-256 |
ee21b0dc5ecf7ea251e675b578e0be81816d02c4406faebab1305ac3f2de743d
|
File details
Details for the file godoo_client-0.2.1-py3-none-any.whl.
File metadata
- Download URL: godoo_client-0.2.1-py3-none-any.whl
- Upload date:
- Size: 37.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f09b2bc97b655de086a73194ccad9707110d19a25c7da4d05060c1c6d8128338
|
|
| MD5 |
00b1d41d302a1db5dcfa05c465f2fb58
|
|
| BLAKE2b-256 |
c0cf18630967b924b7c1a461528095d40f6918df3bd2faffed5fe28720508951
|