Add implementation of Python's module "textwrap" (#2639)

This commit is contained in:
Bo Maryniuk 2019-09-19 21:23:20 +02:00 committed by Kirill Danshin
parent ae15371e19
commit d4e7bf065d

View File

@ -1590,6 +1590,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [parth](https://github.com/codemodus/parth) - URL path segmentation parsing.
* [radix](https://github.com/yourbasic/radix) - fast string sorting algorithm.
* [Tagify](https://github.com/zoomio/tagify) - Produces a set of tags from given source.
* [textwrap](https://github.com/isbm/textwrap) - Implementation of `textwrap` module from Python.
* [TySug](https://github.com/Dynom/TySug) - Alternative suggestions with respect to keyboard layouts.
* [xj2go](https://github.com/stackerzzq/xj2go) - Convert xml or json to go struct.
* [xurls](https://github.com/mvdan/xurls) - Extract urls from text.