python-morph 0.1.3-3 source package in Ubuntu

Changelog

python-morph (0.1.3-3) unstable; urgency=medium

  * Switch to pytest instead of nose (Closes: #1018534).

 -- Thomas Goirand <email address hidden>  Mon, 14 Aug 2023 09:40:14 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-morph_0.1.3-3.dsc 2.0 KiB 516daf7880d96ee310dfcd23f32ecabb9ecb76df489f0a76fbb1c14d4dbb04a7
python-morph_0.1.3.orig.tar.xz 18.7 KiB 83157aa0de829b36bac2d4bf7b47327b59547fd794c3284e1e48405942effa86
python-morph_0.1.3-3.debian.tar.xz 2.8 KiB f4e264264443f43a77fbf1ce8b3498c075e1609ba8d53318d333faf12f2b6178

Available diffs

No changes file available.

Binary packages built by this source

python3-morph: collection of routines to help identify and morph objects - Python 3.x

 Morph provides a bunch of functions to help identify object type:
  * isstr()
  * isseq()
  * isdict()
 .
 Morph’s pick and omit functions allow you to extract a set of keys (or
 properties) from a dict-like object. The morph.xform helper function can be
 used to recursively transform all the items in a list & dictionary tree
 .
 This package contains the Python 3.x module.