Skip to main content

Module for text manipulation

Project description

https://img.shields.io/pypi/v/jaraco.text.svg https://img.shields.io/pypi/pyversions/jaraco.text.svg tests Ruff Code style: Black https://readthedocs.org/projects/jaracotext/badge/?version=latest https://img.shields.io/badge/skeleton-2023-informational https://tidelift.com/badges/package/pypi/jaraco.text

This package provides handy routines for dealing with text, such as wrapping, substitution, trimming, stripping, prefix and suffix removal, line continuation, indentation, comment processing, identifier processing, values parsing, case insensitive comparison, and more. See the docs (linked in the badge above) for the detailed documentation and examples.

Layouts

One of the features of this package is the layouts module, which provides a simple example of translating keystrokes from one keyboard layout to another:

echo qwerty | python -m jaraco.text.to-dvorak
',.pyf
echo  "',.pyf" | python -m jaraco.text.to-qwerty
qwerty

Newline Reporting

Need to know what newlines appear in a file?

$ python -m jaraco.text.show-newlines README.rst
newline is '\n'

For Enterprise

Available as part of the Tidelift Subscription.

This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.

Learn more.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jaraco.text-3.12.0.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

jaraco.text-3.12.0-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page