Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

immutableListType-1.0.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

immutableListType-1.0.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page