Metadata-Version: 2.1
Name: win32_pipes
Version: 0.2.1
Summary: A non-blocking C++ NamedPipe implementation for Windows.
Keywords: Windows,Named Pipes,IPC
Author-Email: Artur Drogunow <Artur.Drogunow@zf.com>
License: MIT
Classifier: Development Status :: 4 - Beta
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
Project-URL: Issues, https://github.com/zariiii9003/win32_pipes/issues
Project-URL: Source, https://github.com/zariiii9003/win32_pipes
Project-URL: Homepage, https://github.com/zariiii9003/win32_pipes
Requires-Python: >=3.8
Provides-Extra: dev
Requires-Dist: tox; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pipx; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Description-Content-Type: text/markdown

# win32_pipes

[![PyPI - Version](https://img.shields.io/pypi/v/win32_pipes.svg)](https://pypi.org/project/win32_pipes)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/win32_pipes.svg)](https://pypi.org/project/win32_pipes)
[![CI](https://github.com/zariiii9003/win32_pipes/actions/workflows/wheels.yml/badge.svg)](https://github.com/zariiii9003/win32_pipes/actions/workflows/wheels.yml)
