Metadata-Version: 2.4
Name: py-irclib
Version: 0.6.0
Summary: A simple library for working with the IRC protocol
Project-URL: Homepage, https://github.com/TotallyNotRobots/py-irclib
Author-email: linuxdaemon <linuxdaemon.irc@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: irc,irc-parser
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: attrs>=20.3.0
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# py-irclib

A Python library for working with the IRC protocol

[![CI - Test](https://github.com/TotallyNotRobots/py-irclib/actions/workflows/python-tests.yml/badge.svg)](https://github.com/TotallyNotRobots/py-irclib/actions/workflows/python-tests.yml)
[![CD - Build](https://github.com/TotallyNotRobots/py-irclib/actions/workflows/python-publish.yml/badge.svg)](https://github.com/TotallyNotRobots/py-irclib/actions/workflows/python-publish.yml)
[![codecov](https://codecov.io/gh/TotallyNotRobots/py-irclib/graph/badge.svg?token=BMp9fmX55x)](https://codecov.io/gh/TotallyNotRobots/py-irclib)


[![PyPI - Version](https://img.shields.io/pypi/v/py-irclib.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/py-irclib/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/py-irclib.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/py-irclib/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py-irclib.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/py-irclib/)

[![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/)
