File: README.rst

package info (click to toggle)
quart 0.20.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,888 kB
  • sloc: python: 8,644; makefile: 42; sh: 17; sql: 6
file content (12 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Tutorial: Building a chat server
================================

This is the example code for the chat server tutorial. It is managed
using `Poetry <https://python-poetry.org>`_ with the following
commands,

.. code-block:: console

    poetry install
    poetry run start
    poetry run pytest -c pyproject.toml tests/