Skip to content

A single Python script for easily sanitizing and redacting text.

License

Notifications You must be signed in to change notification settings

lime360/classified-ipsum-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Classified Ipsum

A single Python script for easily sanitizing and redacting text.

Usage

str = String("hello, world")
# Redaction
print(str.redact()) # [REDACTED][REDACTED]
# Sanitization
print(str.sanitize()) # █████ █████

Credits

This is a Python port of this Ruby library.

Licensed under MIT License (which is the same license as the original Ruby version).

About

A single Python script for easily sanitizing and redacting text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages