Metadata-Version: 2.4
Name: frozendict-secure-x
Version: 1.0.1
Author: sastha prasanth ramakrishnan
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# frozendict-secure-x ❄️

An immutable, hashable dictionary for Python.

Python has `tuple` and `frozenset`, but no built-in immutable dictionary.
This package provides a **safe, simple, and hashable `frozendict`**.

---

## ✨ Features
- ✅ Immutable (cannot be modified)
- ✅ Hashable (usable as dict keys & set items)
- ✅ Lightweight & fast
- ✅ Pythonic API
- ✅ Clear license & author attribution

---

## 📦 Installation

```bash
pip install frozendict-secure-x
