Metadata-Version: 2.4
Name: polymatch
Version: 0.7.1
Summary: A polymorphic pattern matching library for Python
Project-URL: Homepage, https://github.com/TotallyNotRobots/polymatch
Author-email: linuxdaemon <linuxdaemon.irc@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: library,pattern-matching,regex,utility
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Requires-Dist: regex>=2024
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# poly-match
Python Polymorphic Pattern Matching library

[![CI - Test](https://github.com/TotallyNotRobots/poly-match/actions/workflows/test.yml/badge.svg)](https://github.com/TotallyNotRobots/poly-match/actions/workflows/test.yml)
[![CD - Build](https://github.com/TotallyNotRobots/poly-match/actions/workflows/python-publish.yml/badge.svg)](https://github.com/TotallyNotRobots/poly-match/actions/workflows/python-publish.yml)
[![codecov](https://codecov.io/gh/TotallyNotRobots/poly-match/graph/badge.svg?token=nJqN3RacOa)](https://codecov.io/gh/TotallyNotRobots/poly-match)

[![PyPI - Version](https://img.shields.io/pypi/v/polymatch.svg)](https://pypi.org/project/polymatch/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/polymatch.svg)](https://pypi.org/project/polymatch/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/polymatch.svg)](https://pypi.org/project/polymatch/)

[![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy)

[![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/)
