python-pyorick 1.4-2 source package in Ubuntu

Changelog

python-pyorick (1.4-2) unstable; urgency=low

  * Bug fix: "pyorick fails to import", thanks to Helmut Grohne (Closes:
    #896329, #896237).
  * Check against policy 4.1.4 (change priority from extra to optional,
    use https for Format field of copyright file).
  * Update VCS* fields to salsa.

 -- Thibaut Paumard <email address hidden>  Wed, 09 May 2018 13:59:37 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyorick_1.4-2.dsc 2.2 KiB d5e8e64211d4a03723d7a697b96adc5c1f002e6033fac95cd56428f37cbd07f6
python-pyorick_1.4.orig.tar.gz 38.8 KiB a03167e874a45201ce479b7153fd9447981418c53d175931e01cf874cdcf4f72
python-pyorick_1.4-2.debian.tar.xz 2.3 KiB 05d0595105de9718e44ed388d712438d74c118e00b6a83d3949665d5e3480b93

Available diffs

No changes file available.

Binary packages built by this source

python-pyorick: No summary available for python-pyorick in ubuntu focal.

No description available for python-pyorick in ubuntu focal.

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.