python-morph 0.1.3-5 source package in Ubuntu

Changelog

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

  * Switch to pybuild (Closes: #1090538).

 -- Thomas Goirand <email address hidden>  Thu, 19 Dec 2024 09:51:04 +0100

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
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-morph_0.1.3-5.dsc 2.0 KiB 39732ddce80e7aa36d953fbd63389308042190a6db97326324f7ee1345167948
python-morph_0.1.3.orig.tar.xz 18.7 KiB 83157aa0de829b36bac2d4bf7b47327b59547fd794c3284e1e48405942effa86
python-morph_0.1.3-5.debian.tar.xz 2.9 KiB b3319d0107fcacdf8ba4d3ddd8b36ba69121c4ebe739a7baab521d942c23b1ac

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.