Skip to main content
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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ezchat-0.0.9.tar.gz (974.4 kB view details)

Uploaded Source

File details

Details for the file ezchat-0.0.9.tar.gz.

File metadata

  • Download URL: ezchat-0.0.9.tar.gz
  • Upload date:
  • Size: 974.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ezchat-0.0.9.tar.gz
Algorithm Hash digest
SHA256 25126bc884fe3640d4de0a468c9bb0286436100d621255766e7708b1e98c1f4b
MD5 eee6271530b0838211d9e385216ee1f2
BLAKE2b-256 bcdf3b5096e1102bfa5cdce2e10c098df6b0564e2cd5adbde87bd26c302e58f0

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.9 This release

1 file

0.0.8

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page