Metadata-Version: 2.1
Name: re-ircbot
Version: 0.7
Summary: A simple async irc bot framework with regex command definitions and data permanency
Home-page: https://github.com/matheusfillipe/ircbot
Author: Matheus Fillipe
Author-email: mattf@tilde.club
License: UNKNOWN
Description: # Simple IRC Bot Framework
        
        ## What is this?
        
        This is a simple irc bot framework that uses trio for async callback processing and allows you to
        use persistent data based on user's nick and channels. The callbacks for
        commands are defined by regular expressions. You might want to take a look on
        the examples folder.
        
        ## How to install 
        
        `pip install re-ircbot`
        
        Then take one of the examples and start modifying!
        
        ## Basic usage 
        
        ### Define commands
        ???
        
        ### Launch the bot
        ???
        
        ### Data permanency 
        ???
        
        ### Tips and tricks (logging, async, etc)
        ???
        
        ## TODO
        
        1. Data permanency.
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet
Requires-Python: >=3.4
Description-Content-Type: text/markdown
