Metadata-Version: 2.1
Name: sopel-ipython
Version: 0.0.2
Summary: IPython console plugin for Sopel IRC bots
Home-page: https://github.com/sopel-irc/sopel-ipython
Author: dgw
Author-email: dgw@technobabbl.es
License: Eiffel Forum License, version 2
Description: # sopel-ipython
        IPython console plugin for Sopel IRC bots
        
        ## Requirements
        
        `sopel-ipython` requires the `ipython` libraries to be installed on your
        system. Installing this plugin via the normal methods should automatically
        handle that for you.
        
        ## Usage
        
        Install the package from PyPI:
        
            pip install sopel-ipython
        
        Enable with the `sopel-plugins enable ipython` command, if your bot
        configuration requires it.
        
        ## License
        
        `sopel-ipython` is released under the Eiffel Forum License 2, the same license
        as Sopel itself. See LICENSE file for full text.
        
Platform: Linux x86
Platform: x86-64
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: Eiffel Forum License (EFL)
Classifier: License :: OSI Approved :: Eiffel Forum License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4
Description-Content-Type: text/markdown
