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 (11 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Tutorial: Building a RESTful API
================================

This is the example code for the api 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/