Metadata-Version: 2.1
Name: ircrobots
Version: 0.2.14
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 (==1.3.0)
Requires-Dist: asyncio-throttle (==1.0.1)
Requires-Dist: dataclasses (==0.6)
Requires-Dist: ircstates (==0.11.1)
Requires-Dist: async-stagger (==0.3.0)
Requires-Dist: async-timeout (==3.0.1)

# 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 freenode](https://webchat.freenode.net/?channels=%23%23irctokens)


