Metadata-Version: 2.4
Name: itermonkey
Version: 2025.11.1
Summary: A collection of Python utilities for lists, sets, dictionaries, and graphs.
Author-email: aegotastic <pseudopersonal839@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/aegotastic/IterTools
Project-URL: Repository, https://github.com/aegotastic/IterTools
Keywords: python,utilities,data structures,algorithms,lists,sets,dictionaries,graphs
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: networkx>=3.0
Dynamic: license-file

# 🧰 itermonkey

A collection of nifty Python utilities for manipulating lists, sets, dictionaries, and simple networks — including sorting algorithms, correlation metrics, and pathfinding helpers.

## Installation

For all users (regardless of OS):
```bash
pip install itermonkey
```
