Metadata-Version: 2.4
Name: stdlibx-itertools
Version: 0.1.0
Summary: stdlibx-itertools
Author: Lucino772
License-Expression: MIT
License-File: LICENSE
Requires-Dist: typing-extensions>=4.10.0,<5
Requires-Python: >=3.9
Project-URL: Documentation, http://stdlibx.lucapalmi.com/
Project-URL: Repository, https://github.com/Lucino772/stdlibx
Description-Content-Type: text/markdown

[![docs](https://github.com/Lucino772/stdlibx/actions/workflows/deploy-docs.yaml/badge.svg?branch=main)](https://github.com/Lucino772/stdlibx/actions/workflows/deploy-docs.yaml)

# stdlibx
**stdlibx** is a collection of small, focused Python utilities that simplify common programming patterns and help you write clearer, more composable code.

It provides practical tools for handling optional values, explicit error management, cancellation, composition, configuration, pattern matching, and reactive flows.

## Documentation
Checkout the [documentation](http://stdlibx.lucapalmi.com/)

## Licence
This project uses a **MIT** Licence [view](https://github.com/Lucino772/stdlibx/blob/main/LICENSE)