LICENSE
README.md
requirements.txt
setup.py
version.txt
gelidum/__init__.py
gelidum/decorators.py
gelidum/exceptions.py
gelidum/freeze.py
gelidum/typing.py
gelidum/utils.py
gelidum.egg-info/PKG-INFO
gelidum.egg-info/SOURCES.txt
gelidum.egg-info/dependency_links.txt
gelidum.egg-info/top_level.txt
gelidum/collections/__init__.py
gelidum/collections/frozendict.py
gelidum/collections/frozenlist.py
gelidum/collections/frozenzet.py
gelidum/frozen/__init__.py
gelidum/frozen/frozen_base.py
gelidum/frozen/frozen_class_creator.py
tests/__init__.py
tests/test_time_performance.py
tests/collection_tests/__init__.py
tests/collection_tests/test_frozendict.py
tests/collection_tests/test_frozenlist.py
tests/collection_tests/test_frozenzet.py
tests/gelidum_tests/__init__.py
tests/gelidum_tests/test_decorators.py
tests/gelidum_tests/test_freeze.py
tests/gelidum_tests/utils/__init__.py
tests/gelidum_tests/utils/dummy1.py
tests/gelidum_tests/utils/dummy2.py