2026-04-12 19:06:07 +02:00
2026-04-12 12:03:17 +02:00
2026-04-12 19:04:20 +02:00
2026-04-12 19:04:20 +02:00
2026-04-12 19:04:20 +02:00
2023-04-25 08:41:17 +02:00
2026-04-12 19:04:20 +02:00
2026-04-12 19:04:20 +02:00
2026-04-12 19:04:20 +02:00
2026-04-12 19:06:07 +02:00
2026-04-12 19:04:20 +02:00

pyapp-engine

Development

Installation

pip install -e ".[dev,docs]"

Running the tests

pytest

Coverage report is displayed automatically in the terminal. Other formats:

pytest --cov-report=html    # htmlcov/index.html  (browsable)
pytest --cov-report=xml     # coverage.xml        (CI tools)
pytest --cov-report=term    # terminal summary only

Reports can be combined:

pytest --cov-report=term-missing --cov-report=html

Documentation

Preview locally:

mkdocs serve
# available at http://127.0.0.1:8000

Build the static site:

mkdocs build
# output in site/

License

The pyapp-engine module was written by François Dausseur fdausseur@free.fr.

pyapp-engine is released under the CeCILL-C license.

See the file LICENSE for more details.

Description
Python Application Engine
Readme 149 KiB
Languages
Python 100%