An open API service indexing awesome lists of open source software.

https://github.com/dnaeon/pylobby

Distributed chat system
https://github.com/dnaeon/pylobby

Last synced: 10 months ago
JSON representation

Distributed chat system

Awesome Lists containing this project

README

          

pylobby - Distributed chat system
=================================

.. image:: https://img.shields.io/pypi/v/pylobby.svg
:target: https://pypi.python.org/pypi/pylobby/
:alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/pylobby.svg
:target: https://pypi.python.org/pypi/pylobby/
:alt: Downloads

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

pylobby is Open Source and licensed under the
`BSD License `_.

Requirements
============

* `Python 2.7.x or 3.x `_
* `pyzmq `_

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``:

.. code-block:: bash

$ pip install pylobby

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

.. code-block:: bash

$ 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 `_.