[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#984626: ITP: python-tr -- implementation of the tr algorithm



Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij <jelmer@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name    : python-tr
  Version         : 0.1.2
  Upstream Author : Yukino Ikegami
* URL             : https://pypi.org/project/python-tr/
* License         : MIT
  Programming Lang: Python
  Description     : implementation of the tr algorithm

This module is a Python implementation of the tr algorithm.

tr(string1, string2, source, option=’’)

If not given option, then replace all characters in string1 with the character
in the same position in string2.


Reply to: