Source: python-pathvalidate
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-allpairspy,
 python3-click,
 python3-pytest,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-tcolorpy,
Standards-Version: 4.6.1
Homepage: https://github.com/thombashi/pathvalidate/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pathvalidate
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pathvalidate.git
Rules-Requires-Root: no

Package: python-pathvalidate-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: sanitize/validate filenames/file-paths/etc (Documentation)
 pathvalidate is a Python library to sanitize/validate a string such as
 filenames/file-paths/etc.
 .
 Features:
  * Sanitize/Validate a string as a file name or file path
  * file name/path argument validator/sanitizer for argparse and click
  * Multi platform support: sanitize/validate file names/paths for a specific
    platform (Linux/Windows/macOS/Posix) or universal (platform independent)
  * Multibyte character support
 .
 This package contains the documentation.

Package: python3-pathvalidate
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-pathvalidate-doc,
Description: sanitize/validate filenames/file-paths/etc (Python3 version)
 pathvalidate is a Python library to sanitize/validate a string such as
 filenames/file-paths/etc.
 .
 Features:
  * Sanitize/Validate a string as a file name or file path
  * file name/path argument validator/sanitizer for argparse and click
  * Multi platform support: sanitize/validate file names/paths for a specific
    platform (Linux/Windows/macOS/Posix) or universal (platform independent)
  * Multibyte character support
 .
 This package contains the Python 3 version of the library.
