Skip to main content

remove control characters from a string

Project description

Installation

$ [sudo] pip install control-characters

Features

fixes plistlib problem with control characters

>>> plistlib.dump(data, open(path, 'wb'))
...
ValueError: strings can't contains control characters; use bytes instead

Examples

environment variables without control characters:

env = dict((k, control_characters.remove(v)) for k, v in os.environ.items())

readme42.com

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

control-characters-2020.12.3.tar.gz (1.4 kB view hashes)

Uploaded Source

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