Metadata-Version: 2.4
Name: ordered-set-custom
Version: 0.2
Summary: A utility to create ordered sets from iterables
Author: Priyanshu Singh
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# ordered-set-custom

A simple utility to create ordered sets from iterables in Python.

This package helps you remove duplicates while preserving the original order of elements — like a set, but in order!

## Installation

```bash
pip install ordered-set-custom
