deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Depends: python3:any
Description: |-
Provide the reverse function for format(), Python 3 package
Parse strings using a specification based on the Python format() syntax.
parse() is the opposite of format().
For example:
.
>>> parse("It's {}, I love it!", "It's spam, I love it!")
<Result ('spam',) {}>
>>> _[0]
'spam'
.
Or to search a string for some pattern:
.
>>> search('Age: {:d}\n', 'Name: Rufus\nAge: 42\nColor: red\n')
<Result (42,) {}>
Homepage: https://github.com/r1chardj0n3s/parse
Installed-Size: '86'
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Package: python3-parse
Priority: optional
Section: python
Source: python-parse
Version: 1.20.2-1
srcpkg_name: python-parse
srcpkg_version: 1.20.2-1