python-natsort-doc binary package in Ubuntu Jammy amd64

 natsort lets you apply natural sorting to your sequences easily, for example:
 .
  >>> from natsort import natsorted
  >>> a = ['a2', 'a9', 'a1', 'a4', 'a10']
  >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']]
  >>> natsorted(a)
  ['a1', 'a2', 'a4', 'a9', 'a10'
  >>> natsorted(data)
  [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']]
 .
 natsort identifies the numbers and sorts them separately from strings.
 .
 natsort comes with a shell script to use natural sorting in shell scripts. You
 can also execute natsort from the command line with Python -m natsort.
 .
 There exists another natural sorting package for Python called
 python-naturalsort. You may prefer that package if you wish to only sort
 version numbers.
 .
 This package contains API documentation and examples.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-01-18 14:09:06 UTC Published Ubuntu Jammy amd64 release universe doc Optional 8.0.2-1
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Jammy amd64 proposed universe doc Optional 8.0.2-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2022-01-18 14:09:11 UTC Superseded Ubuntu Jammy amd64 release universe doc Optional 7.1.0-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of natsort 8.0.2-1 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu hirsute-proposed amd64 in Primary Archive for Ubuntu by Steve Langasek
  2021-12-09 17:09:22 UTC Superseded Ubuntu Jammy amd64 release main doc Optional 7.1.0-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of natsort 7.1.0-1 in ubuntu hirsute PROPOSED
  • Published
  • Copied from ubuntu hirsute-proposed amd64 in Primary Archive for Ubuntu

Source package