Metadata-Version: 2.1
Name: ircrobots
Version: 0.3.7
Summary: Asyncio IRC bot framework
Home-page: https://github.com/jesopo/ircrobots
Author: jesopo
Author-email: pip@jesopo.uk
License: UNKNOWN
Description: # 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)
        
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
