python-bioblend 0.7.0-3 source package in Ubuntu

Changelog

python-bioblend (0.7.0-3) unstable; urgency=medium

  * Team upload.
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.

 -- Ondřej Nový <email address hidden>  Thu, 25 Jul 2019 19:26:53 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bioblend_0.7.0-3.dsc 2.2 KiB 89df3b68eba85852850c198344f579ae95818351a392fdbe2b3d446e668f2dcd
python-bioblend_0.7.0.orig.tar.gz 112.6 KiB b0ede739533f8b04341c8e7b48e311c78843595a1ce14039eeafba26775d8431
python-bioblend_0.7.0-3.debian.tar.xz 3.3 KiB fe08e87dab5028a83d623c60fc13470057d17bad2b5cf28cd6988bb140ccdd87

Available diffs

No changes file available.

Binary packages built by this source

python-bioblend-doc: CloudMan and Galaxy API library (common documentation)

 BioBlend is a Python library for interacting with CloudMan and Galaxy's
 API.
 .
 This is the common documentation package.

python3-bioblend: CloudMan and Galaxy API library (Python 3)

 BioBlend is a Python library for interacting with CloudMan and Galaxy's API.
 BioBlend is supported and tested on:
  · Python 2.6, 2.7, 3.3 and 3.4
  · Galaxy release_14.02 and later.
 Conceptually, it makes it possible to script and automate the process
 of cloud infrastructure provisioning and scaling via CloudMan, and run‐
 ning of analyses via Galaxy. In reality, it makes it possible to do
 things like this:
  · Create a CloudMan compute cluster, via an API and directly from your
    local machine:
  · Reconnect to an existing CloudMan instance and manipulate it
  · Interact with Galaxy via a straightforward API
 .
 Although this library allows you to blend these two services into a
 cohesive unit, the library itself can be used with either service
 irrespective of the other. For example, you can use it to just
 manipulate CloudMan clusters or to script the interactions with an
 instance of Galaxy running on your laptop.
 .
 This package installs the library for Python 3.