python-pyorick 1.4-3 source package in Ubuntu

Changelog

python-pyorick (1.4-3) unstable; urgency=medium

  * Team upload.
  * Drop Python 2 support.
  * d/control: Remove ancient X-Python-Version field.
  * d/control: Remove ancient X-Python3-Version field.
  * Use debhelper-compat instead of debian/compat.
  * d/watch: Use https protocol.

 -- Ondřej Nový <email address hidden>  Tue, 27 Aug 2019 11:22:23 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyorick_1.4-3.dsc 2.0 KiB 73c63789040541aea99fab7a5a0fe671aa85abb419fa0a20db5fa3e29e78f100
python-pyorick_1.4.orig.tar.gz 38.8 KiB a03167e874a45201ce479b7153fd9447981418c53d175931e01cf874cdcf4f72
python-pyorick_1.4-3.debian.tar.xz 2.4 KiB 9a9c550f243b8d53f34f9995afb6fda62bf6c7c59d60ca2925bdda3a5f860802

Available diffs

No changes file available.

Binary packages built by this source

python3-pyorick: Python 3 module to execute Yorick code

 The pyorick package starts Yorick as a subprocess and provides an
 interface between Python and Yorick interpreted code.
 .
 Features:
  + exec or eval arbitrary Yorick code strings
  + get or set Yorick variables
  + call Yorick functions or subroutines with Python arguments
  + get or set slices of large Yorick arrays
  + terminal mode to interact with Yorick by keyboard through Python
 .
 Most of the data is exchanged via binary pipes between the two
 interpreters. Yorick runs in a request-reply mode. Python prints
 anything Yorick sends to stdout or stderr except prompts.
 .
 This package contains the module for Python 3.