python-parse binary package in Ubuntu Xenial powerpc

 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,) {}>

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2016-03-21 19:43:42 UTC Published Ubuntu Xenial powerpc release universe python Optional 1.6.6-0ubuntu1
  • Published
  • Copied from ubuntu xenial-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Xenial powerpc proposed universe python Optional 1.6.6-0ubuntu1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  • Copied from ubuntu xenial-proposed amd64 in Primary Archive for Ubuntu
  2016-03-21 19:45:05 UTC Superseded Ubuntu Xenial powerpc release universe python Optional 1.6.3-1
  • Removal requested .
  • Superseded by amd64 build of python-parse 1.6.6-0ubuntu1 in ubuntu xenial PROPOSED
  • Published
  • Copied from ubuntu trusty-proposed i386 in Primary Archive for Ubuntu