textwrap 0.12.0

Textwrap is a library for word wrapping, indenting, and dedenting strings. You can use it to format strings (such as help and error messages) for display in commandline applications. It is designed to be efficient and handle Unicode characters correctly.
Documentation
codecov:
  # Do not wait for these CI providers since they will not upload any
  # coverage reports.
  ci:
    - !appveyor
    - !travis

coverage:
  status:
    project:
      default:
        # Allow a 5% drop in overall project coverage on a PR.
        threshold: 5%