Metadata-Version: 2.1
Name: ircrobots
Version: 0.7.2
Summary: Asyncio IRC bot framework
Home-page: https://github.com/jesopo/ircrobots
Author: jesopo
Author-email: pip@jesopo.uk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# ircrobots

## rationale
I wanted a very-bare-bones IRC bot framework that deals with most of the
concerns one would deal with in scheduling and awaiting async stuff, e.g.
creating and awaiting a new task for each server while dynamically being able
to add/remove servers.

## usage
see [examples/](examples/) for some usage demonstration.

## contact

Come say hi at `#irctokens` on irc.libera.chat
