https://github.com/dnaeon/pylobby
Distributed chat system
https://github.com/dnaeon/pylobby
Last synced: 10 months ago
JSON representation
Distributed chat system
- Host: GitHub
- URL: https://github.com/dnaeon/pylobby
- Owner: dnaeon
- Created: 2014-12-22T21:51:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T05:42:37.000Z (almost 8 years ago)
- Last Synced: 2025-02-03T05:04:48.828Z (11 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 `_.