pyro4 4.80-1 source package in Ubuntu

Changelog

pyro4 (4.80-1) unstable; urgency=medium

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sat, 13 Jun 2020 22:08:56 +0200

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyro4_4.80-1.dsc 2.1 KiB 361a9b27912679aaaad3847dbb005e9638c41775665bfd47a0482a92c10596be
pyro4_4.80.orig.tar.gz 493.7 KiB 0ecdc9ab2fae5851cf32cfaaa543e46ec72690abb0462cf2335998b3f285d849
pyro4_4.80-1.debian.tar.xz 5.6 KiB 52767b01ae892e07c37063b306b567ca9e825aed2779383de7c5d799ba35e8d6

Available diffs

No changes file available.

Binary packages built by this source

pyro4: No summary available for pyro4 in ubuntu groovy.

No description available for pyro4 in ubuntu groovy.

pyro4-doc: No summary available for pyro4-doc in ubuntu groovy.

No description available for pyro4-doc in ubuntu groovy.

pyro4-examples: No summary available for pyro4-examples in ubuntu groovy.

No description available for pyro4-examples in ubuntu groovy.

python3-pyro4: distributed object middleware for Python (RPC), Python3 modules

 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python. In a distributed object system, clients send requests to
 distant servers, which owns the remote objects. Pyro simplifies a lot the
 creation of clients and servers, and has among its features:
  - dynamic and static proxies for all remote method invocations,
  - a naming service which keeps record of the location of objects,
  - mobile objects support: clients and servers can pass objects around,
  - exceptions that occur in the remote object is raised on the client too,
  - multithreaded server support to handle multiple requests simultaneously.
 .
 This package contains the core Pyro4 module for Python 3.x .
 .
 The documentation is available in the pyro4-doc package.
 A lot of examples are available in the pyro4-examples package.