python-morph 0.1.3-4 source package in Ubuntu

Changelog

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

  * Cleans better (Closes: #1045651).

 -- Thomas Goirand <email address hidden>  Tue, 15 Aug 2023 15:54:02 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-morph_0.1.3-4.dsc 2.0 KiB 155908d6be874a617fe63d0a462dc6c3e11b63482623e433b9217e70fe893f9c
python-morph_0.1.3.orig.tar.xz 18.7 KiB 83157aa0de829b36bac2d4bf7b47327b59547fd794c3284e1e48405942effa86
python-morph_0.1.3-4.debian.tar.xz 2.9 KiB d65b3967b79e83619e5a8dff11ea2a9ec3f2d6ea355b2f8c7851a3b23a6e83c3

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.