Metadata-Version: 2.0
Name: Cipher-Bot
Version: 0.3.2
Summary: A multi-platform chat bot framework.
Home-page: https://github.com/johnlage/Cipher
Author: John Lage
Author-email: me@johnlage.com
License: Apache Software License 2.0
Project-URL: Source, https://gitlab.com/johnlage/Cipher
Project-URL: Issues, https://gitlab.com/johnlage/Cipher/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Requires-Dist: bottom
Requires-Dist: aiotg
Requires-Dist: discord.py
Requires-Dist: click
Requires-Dist: daiquiri
Requires-Dist: yarl (<1.0)

Overview
========

[![PyPI Package latest release](https://img.shields.io/pypi/v/Cipher-Bot.svg)](https://pypi.python.org/pypi/Cipher-Bot)
[![PyPI Wheel](https://img.shields.io/pypi/wheel/Cipher-Bot.svg)](https://pypi.python.org/pypi/Cipher-Bot)
[![Supported versions](https://img.shields.io/pypi/pyversions/Cipher-Bot.svg)](https://pypi.python.org/pypi/Cipher-Bot)
[![Supported implementations](https://img.shields.io/pypi/implementation/Cipher-Bot.svg)](https://pypi.python.org/pypi/Cipher-Bot)

A multi-platform chat bot framework.

-   Links: [Source](https://gitlab.com/johnlage/Cipher)
-   Free software: Apache Software License 2.0

Installation
------------

```commandline
pip install Cipher-Bot
```

Changelog
=========

0.3.2 (2018-03-24)
------------------

-   All: Fix PyPI

0.3.1 (2018-03-24)
------------------

-   Bridge: Rename CipherRelay to CipherBridge (more obvious name)
-   Bridge: Improve Format Loading/Selection
-   Bridge: Improve/Streamline Message Handling
-   Core: Improve Logging on Handler/Command Registration and Lookup
-   TG: Add Join/Leave Event Support
-   All: Implement UserSendMessageEvent (on all ConnectionTypes).
-   All: Implement better repr for all classes
-   All: Better Logging in General
-   All: Create Event.type from event\_type and event\_name
-   Packaging: Improve setup.py Metadeta, Move *.rst to *.md.

0.3.0 (2018-03-16)
------------------

-   Core: Log to File (configurable in the config)
-   Core: Better Configuration System
-   TG: Automatic Reconnects
-   All: Reorganize Modules into Packages
-   All: Improve setup.py/other packaging stuff.

0.2.1 (2017-12-28)
------------------

-   All: PM Support
-   IRC: Server Password Support
-   TG: Handle Replies/Forwards/etc

0.2.0 (2017-10-08)
------------------

-   Core: Command Line Interface
-   Core: Automatic Hastebin Functionality
-   Core: Basic Logging

0.1.0 (2017-06-11)
------------------

-   All: First release on git.
-   All: Add discord/IRC/TG support.


