Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041747
en ru br
ALT Linux repos
S:2.2.4-alt1

Group :: Development/Python3
RPM: python3-module-immutabledict

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.2.4-alt1
Build date: 15 june 2023, 15:20 ( 41.0 weeks ago )
Size: 8431 b

Home page:   https://github.com/corenting/immutabledict

License: MIT
Summary: A fork of frozendict, an immutable wrapper around dictionaries
Description:

It implements the complete mapping interface and can be used as a drop-in
replacement for dictionaries where immutability is desired. The immutabledict
constructor mimics dict, and all of the expected interfaces (iter, len, repr,
hash, getitem) are provided. Note that an immutabledict does not guarantee
the immutability of its values, so the utility of hash method is restricted
by usage.

The only difference is that the copy() method of immutable takes variable
keyword arguments, which will be present as key/value pairs in the new,
immutable copy.

Current maintainer: Anton Midyukov (maintainer)

List of contributors

List of rpms provided by this srpm:

  • python3-module-immutabledict
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin