python-funcy 2.0-2 source package in Ubuntu

Changelog

python-funcy (2.0-2) unstable; urgency=medium

  * Upload to unstable
  * [071ceb7] d/control: Add Built-Using to -doc package

 -- Carsten Schoenert <email address hidden>  Sat, 17 Jun 2023 12:47:44 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-funcy_2.0-2.dsc 2.1 KiB 92ff5a98335e21468ecd38f824e26c245fb4d4d3fbe16722c89c26c388d314fc
python-funcy_2.0.orig.tar.gz 75.1 KiB d4e7e28b5c11afe534cdf29f81df57ec1bab47de863554696c774786e892a025
python-funcy_2.0-2.debian.tar.xz 4.8 KiB 5cb768197b4558ae58ef957b7a221c8d69dc04fa3b975579c61198330b4d40bd

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.