python-funcy 1.18-1 source package in Ubuntu

Changelog

python-funcy (1.18-1) unstable; urgency=medium

  * [5321b73] New upstream version 1.18

 -- Carsten Schoenert <email address hidden>  Sun, 05 Feb 2023 12:20:02 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-funcy_1.18-1.dsc 2.2 KiB af48724e2e5307ba114ef0d61eb20787ad55d514a86fa51994ce7ce417beeccd
python-funcy_1.18.orig.tar.gz 79.2 KiB 0164316c6312ba79753ba6af0584ada210b63941a35c43369b2ab05f90f1545b
python-funcy_1.18-1.debian.tar.xz 4.6 KiB cf6ab62294834c91ba6d2de2267f29c949f7981c093ff42efa5376437569216e

Available diffs

No changes file available.

Binary packages built by this source

python-funcy-doc: Collection of fancy functional tools focused on practicality (Documentation)

 Funcy is designed to be a layer of functional tools over Python.
 It provides some possible often wanted functionality like:
  * Merge collections of same type (works for dicts, sets, lists, tuples,
    iterators and even strings).
  * Walk through collection, creating its transform (like map but preserves
    type).
  * Select a part of collection.
  * Manipulate sequences.
  * And functions.
  * CreAbstract control flowate decorators easily.
  * Abstract control flow.
  * Ease debugging.
 .
 This package contains the documentation.

python3-funcy: Collection of fancy functional tools focused on practicality (Python3 version)

 Funcy is designed to be a layer of functional tools over Python.
 It provides some possible often wanted functionality like:
  * Merge collections of same type (works for dicts, sets, lists, tuples,
    iterators and even strings).
  * Walk through collection, creating its transform (like map but preserves
    type).
  * Select a part of collection.
  * Manipulate sequences.
  * And functions.
  * CreAbstract control flowate decorators easily.
  * Abstract control flow.
  * Ease debugging.
 .
 This package contains the Python 3 version of the library.