Metadata-Version: 2.4
Name: typedcollections
Version: 0.1.0
Summary: Typed collections for Python with coercion and validation.
Author: Dev Khurana
Author-email: Dev Khurana <devkhurana2004@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/khuranadev/typedcollections
Project-URL: Bugtracker, https://github.com/khuranadev/typedcollections/issues
Keywords: typed,collections,python,validation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: requires-python

# typedcollections

A Python library for creating type-safe collections like lists, ensuring all elements match a given type.

## Installation

```bash
pip install typedcollections
