-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 3.0 (quilt)
Source: flexparser
Binary: python3-flexparser
Architecture: all
Version: 0.3.1-1
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:  Antonio Valentino <antonio.valentino@tiscali.it>,
Homepage: https://github.com/hgrecco/flexparser
Description: Parsing using Python typing
 The idea behind flexparser is quite simple. To write a class for every
 type of content (called here `ParsedStatement`) one needs to parse.
 Each class have a `from_string` constructor.
 The `typing` module is used extensively to make the output structure
 easy to use and less error prone.
 .
 The fuse of frozen dataclass is not necessary but it convenient.
 Being a dataclass you get the init, str, repr, etc for free.
 Being frozen, sort of immutable, makes them easier to reason around.
 .
 The result is a collection of `ParsedStatement` or `ParsingError`.
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/flexparser
Vcs-Git: https://salsa.debian.org/python-team/packages/flexparser.git
Testsuite: autopkgtest-pkg-pybuild
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-pytest <!nocheck>, python3-pytest-mpl <!nocheck>, python3-pytest-subtests <!nocheck>, python3-setuptools, python3-setuptools-scm, python3-typing-extensions
Package-List:
 python3-flexparser deb python optional arch=all
Checksums-Sha1:
 7c8ddd3799c653f61b61e3c42136627f610b5f42 42333 flexparser_0.3.1.orig.tar.gz
 6762746f379f040fb4012925b12afeb064919dcb 3416 flexparser_0.3.1-1.debian.tar.xz
Checksums-Sha256:
 d017f11ae41b3256d9478d99839a94092c99cf581365327ccf47686488d73dee 42333 flexparser_0.3.1.orig.tar.gz
 01083988d786e755720c7172cc381c17ed99439412bf16a94d2bb9388d0ed47f 3416 flexparser_0.3.1-1.debian.tar.xz
Files:
 157d2eb8f76afc7003231d7744a3d1ac 42333 flexparser_0.3.1.orig.tar.gz
 f5ab57ee7ac3e9931242ccc3913098c2 3416 flexparser_0.3.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAma/J5EACgkQ1BatFaxr
Q/6QwhAAn1kA8HSPSz8j8W6zRcMBWiHmqPevcOpZgdaL85YQOvE9NlAgIygij1ge
eD4kKUxvUcuTfwE6+5G8snbA1m5d+hDNF3Y2PEZD4BdE4SoRdCXTo0SvkbrQ0GGz
ZT5d+aoUXGAbA9+SiILgtr5SDyBejHKpjfRW0AP39qjSHt+/9Qfmcx+r4bZ7v75L
KMlpT+Pp3QdHTKGFWUKLOxOQhFe5i6we7aUv3NiZnO5OGq3riB2848c6ugoenEaQ
5pqRICdJAAYlNzntBYOj18Bpp/CZjmZyNLhBq4jAsKFSjpGVwP5W7ke6MwTuNiWY
xlIFZj+wUP2SM/HBq+GY+np6Z0IT9Q+hUoIQwmv0D7oRBDXOeCtrxkGqHdiFWC7O
IW9TiA1ZtW787uB/G9azcpVR4vVPH5kJHIwPQ9qgldGSNzdANCk6oysNq9DLAOvV
kxH9NAr5Tkv5DV0oReCS0SWum7KwaFL7yWzxBjW3v88z50XhM6f0hyPjmtR1w1aQ
v+iWF/5l9JgR4NDLF1jbRZV3TW2YoYigUctOv/xmz8vtiUeOJwx5QL+YFV9m3PnE
wTHOif8CPdGLz7EWcf/0FXZD56OD7FHWe+ersQ/qklu1vyei/zOGwXV+qWKCYAfh
1GPtc2nysGiFk1tD0akt2zNBWn1s2QQSJkM1dUJPGqxYn5jYrCc=
=gKUj
-----END PGP SIGNATURE-----
