pylobby

Distributed chat system


License
BSD-3-Clause
Install
pip install pylobby==0.1.0

Documentation

pylobby - Distributed chat system

Latest Version Downloads

pylobby is a distributed chat system written in Python and ZeroMQ.

pylobby is Open Source and licensed under the BSD License.

Requirements

Contributions

pylobby is hosted on Github. Please contribute by reporting issues, suggesting features or by sending patches using pull requests.

Installation

The easiest way to install pylobby is by using pip:

$ pip install pylobby

In order to install the latest version of pylobby from the Github repository simply execute these commands instead:

$ git clone https://github.com/dnaeon/pylobby.git
$ cd pylobby
$ python setup.py install

Examples

To be added.

Maturity

pylobby is in early development stage. Expect things to change, things could break and probably be lacking good documentation.

These areas of pylobby will be improved as the pylobby development progresses.

Bugs

Probably. If you experience a bug issue, please report it to the pylobby issue tracker on Github.