Metadata-Version: 2.3
Name: polymatch
Version: 0.4.0
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
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: regex
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/python-tests.yml/badge.svg)](https://github.com/TotallyNotRobots/poly-match/actions/workflows/python-tests.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)

[![PyPI - Version](https://img.shields.io/pypi/v/polymatch.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/polymatch/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/polymatch.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/polymatch/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/polymatch.svg?logo=python&label=Python&logoColor=gold)](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/)
