parsimonious 0.10.0-1 source package in Ubuntu

Changelog

parsimonious (0.10.0-1) unstable; urgency=medium

  * New upstream version 0.10.0
  * debian/control: Bumped Standards-Version to 4.6.1.

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 10 Sep 2022 10:39:36 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
parsimonious_0.10.0-1.dsc 2.1 KiB be8c3482c5132ed23c57601d3e402f24e6e633948e8a8e718b854c10b0a2f079
parsimonious_0.10.0.orig.tar.gz 40.1 KiB 5fb1a5084d603e890d4fad10fd78ae10962a7a60810d18b2d723570dfd827055
parsimonious_0.10.0-1.debian.tar.xz 2.1 KiB 5c1202aadf353c41f15fbaae518c6e8c21f20ab8a732ce9ae661e78df14fe2de

Available diffs

No changes file available.

Binary packages built by this source

python3-parsimonious: fastest pure-Python PEG parser

 aims to be faster arbitrary lookahead builder in pure Python
 and the most usable.
 .
 based on parsing expression grammars (PEGs), which means it is fed
 with a simplified type of EBNF notation.
 .
 was designed to undergird a MediaWiki parser that wouldn't take 5
 seconds or a GB of RAM to do one page, but it's applicable to all
 sorts of languages.