An Immutable List type for python.
Project description
IMMUTABLES
A series of immutable types for use in python projects.
Immutable Types and why they matter
ImmutableList - The ImmutableList type is a python type that allows you to instantiate a list once and then use the contents of that list. As this list is immutable, it can not be modified in any way.
Set - the Set type in python is mutable. Python's built in frozenset is the immutable version of the Set type. No additional types are needed.
Dict - the Dictionary type in python is mutable. Pythons built in namedtuple type is the immutable version of the dict type. No additional types are needed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for immutableListType-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe0a26fbd50f3d35ec1ee6422b6ef99e381c85e9872a2b299f55e88ea1c9bbde |
|
MD5 | 08c0f628bfedb534ccd2350daa0080d7 |
|
BLAKE2b-256 | 8ff6990f758343408a211bd6564cbad858c0e5a5676072274f22876f8b64f91b |