Metadata-Version: 2.4
Name: manjeet-list-functions
Version: 0.1.1
Summary: Custom list utility functions (asc, desc, min, max, sum, remv, etc.)
Author: Manjeet Yadav
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: summary

# manjeet-list-functions

Custom Python list utility functions by Manjeet ðŸš€

## Features
- asc() â†’ sort ascending
- desc() â†’ sort descending
- min(), max(), sum() â†’ with even/odd support
- remv() â†’ remove by min/max/index/multipleof
- count() â†’ count values / even / odd
- append() â†’ append with filter
- insert() â†’ insert with auto None fill
- index() â†’ find index

## Installation
```bash
pip install manjeet-list-functions
