ezchat 0.0.7
pip install ezchat==0.0.7
Newer version available (0.0.9)
Released:
easy instant chat webapp
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: oscar6echo
- Tags chat
Classifiers
- Development Status
- License
- Programming Language
Project description
ezchat
======
| **ezchat** stands for easy chat.
| + No frills Python chat app. + Instant setup.
| Run from a notebook or command line.
| In both cases, new independent processes are spawn.
1 - Notebook
~~~~~~~~~~~~
See
`demo\_notebook <http://nbviewer.jupyter.org/urls/gitlab.com/oscar6echo/ezchat/raw/master/demo_ezchat.ipynb>`__.
2 - Command Line
~~~~~~~~~~~~~~~~
- Launch Hub:
.. code:: python
from ezchat.servers import hub
h = hub(port=5001)
- Launch Client:
.. code:: python
from ezchat.servers import client
c = client(port=5002)
- Kill Hub and Clients:
.. code:: python
from ezchat.servers import kill
kill(h)
kill(c)
.. raw:: html
======
| **ezchat** stands for easy chat.
| + No frills Python chat app. + Instant setup.
| Run from a notebook or command line.
| In both cases, new independent processes are spawn.
1 - Notebook
~~~~~~~~~~~~
See
`demo\_notebook <http://nbviewer.jupyter.org/urls/gitlab.com/oscar6echo/ezchat/raw/master/demo_ezchat.ipynb>`__.
2 - Command Line
~~~~~~~~~~~~~~~~
- Launch Hub:
.. code:: python
from ezchat.servers import hub
h = hub(port=5001)
- Launch Client:
.. code:: python
from ezchat.servers import client
c = client(port=5002)
- Kill Hub and Clients:
.. code:: python
from ezchat.servers import kill
kill(h)
kill(c)
.. raw:: html
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: oscar6echo
- Tags chat
Classifiers
- Development Status
- License
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ezchat-0.0.7.tar.gz
.
File metadata
- Download URL: ezchat-0.0.7.tar.gz
- Upload date:
- Size: 974.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d7b50071d06572e4b3db05b5f249188af94b8aa81bd5a8cfa5efcf8de2bc57da
|
|
MD5 |
ea9000ffff6cec9fb5f5315a9112104d
|
|
BLAKE2b-256 |
63597a00987b66323b3efd10d6b95ab63a38c8092d313f2f0b55da0a4d8000e0
|