Artifact xdoctest_1.1.1-1

Metadata
dsc_fields:
  Architecture: all
  Binary: python3-xdoctest, xdoctest
  Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all,
    pybuild-plugin-pyproject, python3-pytest <!nocheck>, python3-pygments <!nocheck>,
    python3-pyflakes <!nocheck>, python3-six <!nocheck>, python3-typing-inspect <!nocheck>,
    python3-pybind11 <!nocheck>
  Checksums-Sha1:
  - name: xdoctest_1.1.1.orig.tar.xz
    sha1: 858abf6426782db9582c19739930ed7632a1af39
    size: '167728'
  - name: xdoctest_1.1.1-1.debian.tar.xz
    sha1: 3daf15451a21eba0ce4cd8a24df90e3db14ccbd6
    size: '2704'
  Checksums-Sha256:
  - name: xdoctest_1.1.1.orig.tar.xz
    sha256: 8524ce02db28970fbfc262b36622f65309820df6853047f5d1a2ad048f07039b
    size: '167728'
  - name: xdoctest_1.1.1-1.debian.tar.xz
    sha256: 15666053e41e18d08e46b8245e40351b7fea4d74517492cba26b62d8e4dd6742
    size: '2704'
  Description: |-
    Rewrite of Python's builtin doctest module with AST instead of REGEX
     What is a doctest? It is example code you write in a docstring! What
     is a docstring? Its a string you use as a comment! They get attached
     to Python functions and classes as metadata. They are often used to
     auto-generate documentation. Why is it cool? Because you can write
     tests while you code!
     .
     The ``xdoctest`` package is a re-write of Python's builtin ``doctest``
     module. It replaces the old regex-based parser with a new
     abstract-syntax-tree based parser (using Python's ``ast`` module). The
     goal is to make doctests easier to write, simpler to configure, and
     encourage the pattern of test driven development.
  Files:
  - md5sum: 6d9fb0674568b1e87ddf55691c4dea03
    name: xdoctest_1.1.1.orig.tar.xz
    size: '167728'
  - md5sum: 54d62846f89409837886fa751507c368
    name: xdoctest_1.1.1-1.debian.tar.xz
    size: '2704'
  Format: 3.0 (quilt)
  Homepage: https://github.com/Erotemic/xdoctest
  Maintainer: Debian Python Team <team+python@tracker.debian.org>
  Package-List: |2-

     python3-xdoctest deb python optional arch=all
     xdoctest deb python optional arch=all
  Source: xdoctest
  Standards-Version: 4.6.2
  Testsuite: autopkgtest
  Testsuite-Triggers: python3-all, python3-pybind11, python3-pyflakes, python3-pygments,
    python3-pytest, python3-typing-inspect
  Uploaders: Bo YU <tsu.yubo@gmail.com>
  Vcs-Browser: https://salsa.debian.org/python-team/packages/xdoctest
  Vcs-Git: https://salsa.debian.org/python-team/packages/xdoctest.git
  Version: 1.1.1-1
name: xdoctest
type: dpkg
version: 1.1.1-1

Files

Name Size (bytes)
xdoctest_1.1.1-1.debian.tar.xz 2.6 KB
xdoctest_1.1.1-1.dsc 3.0 KB
xdoctest_1.1.1.orig.tar.xz 163.8 KB

source package System - - 6 months, 1 week ago 5 months, 1 week
BETA