python-odoorpc 0.10.1-1 source package in Ubuntu

Changelog

python-odoorpc (0.10.1-1) unstable; urgency=medium

  * New upstream version 0.10.1
  * Update years in debian/copyright
  * Update Standards-Version: 4.6.2 (no changes needed)

 -- Philipp Huebner <email address hidden>  Tue, 04 Jul 2023 14:06:23 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-odoorpc_0.10.1-1.dsc 2.1 KiB a8c9cfd135da00527ce9d0738ef29365c29801bea87e60b4fa787aee1c0926a0
python-odoorpc_0.10.1.orig.tar.gz 67.6 KiB cfdbd61ee25547f4dc0be13ba8faeaafbeec49d6dbbedcde190f715d8a6e1388
python-odoorpc_0.10.1-1.debian.tar.xz 5.5 KiB 6e3ba073c69f73ef1b35ca8f25f82313dfbb52ee8519b7120e3361e9786d91f4

Available diffs

No changes file available.

Binary packages built by this source

python-odoorpc-doc: pilot Odoo servers through RPC (documentation)

 OdooRPC is a Python module providing an easy way to pilot your Odoo
 (formerly known as OpenERP or TinyERP) servers through RPC.
 .
 Features supported:
  - access to all data model methods (even browse) with an API similar
    to the server-side API,
  - use named parameters with model methods,
  - user context automatically sent providing support for
    internationalization,
  - browse records,
  - execute workflows,
  - manage databases,
  - reports downloading,
  - JSON-RPC protocol (SSL supported)
 .
 OdooRPC is a modern alternative to the older OERPLib by the same
 author. It supports both Python 2 and 3.
 .
 This package provides the documentation and an example.

python3-odoorpc: pilot Odoo servers through RPC (Python 3)

 OdooRPC is a Python module providing an easy way to pilot your Odoo
 (formerly known as OpenERP or TinyERP) servers through RPC.
 .
 Features supported:
  - access to all data model methods (even browse) with an API similar
    to the server-side API,
  - use named parameters with model methods,
  - user context automatically sent providing support for
    internationalization,
  - browse records,
  - execute workflows,
  - manage databases,
  - reports downloading,
  - JSON-RPC protocol (SSL supported)
 .
 OdooRPC is a modern alternative to the older OERPLib by the same
 author. It supports both Python 2 and 3.
 .
 This package provides the module for Python 3.x.