Metadata-Version: 2.1
Name: ircrobots
Version: 0.4.3
Summary: Asyncio IRC bot framework
Home-page: https://github.com/jesopo/ircrobots
Author: jesopo
Author-email: pip@jesopo.uk
License: UNKNOWN
Platform: UNKNOWN
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.6
Description-Content-Type: text/markdown
Requires-Dist: anyio (~=2.0.2)
Requires-Dist: async-stagger (~=0.3.0)
Requires-Dist: async-timeout (~=3.0.1)
Requires-Dist: asyncio-rlock (~=0.1.0)
Requires-Dist: asyncio-throttle (~=1.0.1)
Requires-Dist: ircstates (~=0.11.10)
Requires-Dist: dataclasses (~=0.6) ; python_version < "3.7"

# 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


