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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file immutableListType-1.0.0.tar.gz.
File metadata
- Download URL: immutableListType-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9295e4d931e06b48f2c78b3d45f139cd7bae97a6b333ee002838c559278cb4bc
|
|
| MD5 |
496c90029bfa14379a4952720c2056e8
|
|
| BLAKE2b-256 |
0e785872232b285d9a42551c2f7d206614a8c8d5dd0b67629f01feb24a1afe33
|
File details
Details for the file immutableListType-1.0.0-py3-none-any.whl.
File metadata
- Download URL: immutableListType-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe0a26fbd50f3d35ec1ee6422b6ef99e381c85e9872a2b299f55e88ea1c9bbde
|
|
| MD5 |
08c0f628bfedb534ccd2350daa0080d7
|
|
| BLAKE2b-256 |
8ff6990f758343408a211bd6564cbad858c0e5a5676072274f22876f8b64f91b
|