python3-parse binary package in Ubuntu Jammy amd64

 Parse strings using a specification based on the Python format() syntax.
 .
    ``parse()`` is the opposite of ``format()``
 .
 The module is set up to only export ``parse()``, ``search()`` and
 ``findall()`` when ``import *`` is used:
 .
 >>> from parse import *
 .
 From there it's a simple thing to parse a string:
 .
 >>> 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,) {}>
 .
 This is the Python 3 package

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2021-12-15 02:53:31 UTC Published Ubuntu Jammy amd64 release universe python Optional 1.19.0-0.2
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Jammy amd64 proposed universe python Optional 1.19.0-0.2
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2021-12-15 02:54:00 UTC Superseded Ubuntu Jammy amd64 release universe python Optional 1.6.6-0.2build1
  • Removal requested .
  • Superseded by amd64 build of python-parse 1.19.0-0.2 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu