File: control

package info (click to toggle)
markdown-exec 1.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: python: 2,497; javascript: 180; makefile: 32; sh: 30
file content (37 lines) | stat: -rw-r--r-- 1,211 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
Source: markdown-exec
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
 Abhinav Krishna C K <me@abhy.me>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
Build-Depends-Indep:
 mkdocs <!nocheck>,
 mkdocstrings <!nocheck>,
 pybuild-plugin-pyproject,
 python3-griffe <!nocheck>,
 python3-markupsafe <!nocheck>,
 python3-pdm-backend,
 python3-pymdownx,
 python3-pytest <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/markdown-exec
Vcs-Git: https://salsa.debian.org/python-team/packages/markdown-exec.git
Homepage: https://github.com/pawamoy/markdown-exec

Package: python3-markdown-exec
Architecture: all
Depends:
 python3-markupsafe,
 ${misc:Depends},
 ${python3:Depends},
Description: Utilities to execute code blocks in Markdown files
 This package enhances the functionality of PyMdown Extensions (provided
 within Debian as package python3-pymdownx). You can use markdown-exec
 if you write e.g a Python code block that computes some HTML and you want
 to place the generated HTML within a code block.