openslide-python 1.1.1-4 source package in Ubuntu

Changelog

openslide-python (1.1.1-4) unstable; urgency=medium

  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.2.1
  * Testsuite: autopkgtest-pkg-python
  * Remove trailing whitespace in debian/rules
  * Lintian warnings about depends other Python variant
  * Drop ancient X-Python-Version field

 -- Andreas Tille <email address hidden>  Mon, 29 Oct 2018 10:37:28 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
openslide-python_1.1.1-4.dsc 2.3 KiB 5ef0eb71b58b41bdd464c7872c36e917126a9fdd588a5e2d03372f24cf847c62
openslide-python_1.1.1.orig.tar.xz 257.3 KiB e3c1f27e4704221327d3c74b0960742079b18fea2d1896eda71a3efdd3f9d3f7
openslide-python_1.1.1-4.debian.tar.xz 5.1 KiB d4d776792120807f8836b53589497f6276cae72c2860d0c646baba9237ff2836

No changes file available.

Binary packages built by this source

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

No description available for python-openslide in ubuntu focal.

python-openslide-dbgsym: No summary available for python-openslide-dbgsym in ubuntu disco.

No description available for python-openslide-dbgsym in ubuntu disco.

python-openslide-examples: No summary available for python-openslide-examples in ubuntu disco.

No description available for python-openslide-examples in ubuntu disco.

python3-openslide: Python 3 wrapper for reading whole slide image files

 OpenSlide is a C library that provides a simple interface to read whole-slide
 images also known as virtual slides.
 .
 Whole-slide images, also known as virtual slides, are large, high resolution
 images used in digital pathology. Reading these images using standard image
 tools or libraries is a challenge because these tools are typically designed
 for images that can comfortably be uncompressed into RAM or a swap file.
 Whole-slide images routinely exceed RAM sizes, often occupying tens of
 gigabytes when uncompressed. Additionally, whole-slide images are typically
 multi-resolution, and only a small amount of image data might be needed at a
 particular resolution.
 .
 This library currently supports:
  - Aperio (.svs, .tif)
  - Hamamatsu (.vms, .vmu, .ndpi)
  - Leica (.scn)
  - MIRAX (.mrxs)
  - Sakura (.svslide)
  - Trestle (.tif)
  - Generic tiled TIFF (.tif)
 .
 This package contains the Python 3 module needed to run OpenSlide applications.

python3-openslide-dbgsym: debug symbols for python3-openslide