File: pecan_commands.rst

package info (click to toggle)
python-pecan 1.5.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,296 kB
  • sloc: python: 10,389; makefile: 131; sh: 17
file content (26 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.. _pecan_commands:

:mod:`pecan.commands` -- Pecan Commands
=======================================

The :mod:`pecan.commands` module implements the ``pecan`` console script
used to provide (for example) ``pecan serve`` and ``pecan shell`` command line
utilities.

.. automodule:: pecan.commands.base
  :members:
  :show-inheritance:

:mod:`pecan.commands.server` -- Pecan Development Server
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. automodule:: pecan.commands.serve
  :members:
  :show-inheritance:

:mod:`pecan.commands.shell` -- Pecan Interactive Shell
++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. automodule:: pecan.commands.shell
  :members:
  :show-inheritance: